summaryrefslogtreecommitdiff
path: root/fs/gfs2/bmap.c
AgeCommit message (Expand)Author
2018-03-07gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher
2018-01-18gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher
2018-01-18gfs2: Turn trunc_dealloc into punch_holeAndreas Gruenbacher
2018-01-18gfs2: Generalize truncate codeAndreas Gruenbacher
2018-01-17Turn gfs2_block_truncate_page into gfs2_block_zero_rangeAndreas Gruenbacher
2018-01-17gfs2: Improve non-recursive delete algorithmAndreas Gruenbacher
2018-01-17gfs2: Fix metadata read-ahead during truncateAndreas Gruenbacher
2018-01-17gfs2: Clean up {lookup,fillup}_metapathAndreas Gruenbacher
2018-01-17gfs2: Remove minor gfs2_journaled_truncate inefficienciesAndreas Gruenbacher
2018-01-17gfs2: truncate: Remove unnecessary oldsize parametersAndreas Gruenbacher
2018-01-17gfs2: Clean up trunc_start error pathAndreas Gruenbacher
2018-01-17gfs2: Add gfs2_blk2rgrpd comment and fix incorrect useSteven Whitehouse
2017-10-31GFS2: Implement iomap for block_mapBob Peterson
2017-10-31GFS2: Make height info part of metapathBob Peterson
2017-09-25gfs2: Clarify gfs2_block_mapAndreas Gruenbacher
2017-08-30GFS2: Fix non-recursive truncate bugBob Peterson
2017-07-21gfs2: add flag REQ_PRIO for metadata I/OColy Li
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher
2017-05-08gfs2: replace CURRENT_TIME with current_timeStephen Rothwell
2017-04-19GFS2: Non-recursive deleteBob Peterson
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-01-05GFS2: Limit number of transaction blocks requested for truncatesBob Peterson
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-08-02GFS2: use BIT() macroFabian Frederick
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson
2015-03-18gfs2: perform quota checks against allocation parametersAbhi Das
2014-08-21GFS2: Change maxlen variables to size_tBob Peterson
2014-05-16GFS2: fs/gfs2/bmap.c: kernel-doc warning fixesFabian Frederick
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse
2013-09-27GFS2: Clean up reservation removalSteven Whitehouse
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-06-27GFS2: Reserve journal space for quota change in do_growBob Peterson
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman
2013-02-01GFS2: Get a block reservation before resizing a fileBob Peterson
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse
2012-11-13GFS2: Fix truncation of journaled data filesSteven Whitehouse