summaryrefslogtreecommitdiff
path: root/fs/gfs2/bmap.c
AgeCommit message (Expand)Author
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
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse
2012-07-19GFS2: Reduce file fragmentationBob Peterson
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson
2012-04-24GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson
2012-04-05GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson
2012-03-20GFS2: Change truncate page allocation to be GFP_NOFSBob Peterson
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson
2011-11-21GFS2: move toward a generic multi-block allocatorBob Peterson
2011-11-15GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson
2011-11-08GFS2: More automated code analysis fixesSteven Whitehouse
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski