aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-06GFS2: return -E2BIG if hit the maximum limits of ACLsJie Liu1-1/+1
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse6-75/+124
2014-02-27GFS2: replace kmalloc - __vmalloc / memset 0Fabian Frederick1-4/+3
2014-02-25GFS2: Remove extra "if" in gfs2_log_flush()Steven Whitehouse1-5/+3
2014-02-24GFS2: Move log buffer accounting to transactionSteven Whitehouse5-65/+33
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse7-29/+53
2014-02-21GFS2: Reduce struct gfs2_trans in sizeSteven Whitehouse2-3/+3
2014-02-17GFS2: add missing newlineDavid Teigland1-1/+1
2014-02-10GFS2: Mark functions as static in gfs2/rgrp.cRashika Kheria1-2/+2
2014-02-07GFS2: Add meta readahead field in directory entriesSteven Whitehouse1-0/+9
2014-02-06GFS2: Lock i_mutex and use a local gfs2_holder for fallocateBob Peterson1-4/+9
2014-02-06GFS2: journal data writepages updateSteven Whitehouse1-36/+96
2014-02-04GFS2: Allocate block for xattr at inode alloc time, if requiredSteven Whitehouse2-8/+44
2014-02-03GFS2: Plug on AIL flushSteven Whitehouse1-0/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-214/+62
2014-01-25gfs2: use generic posix ACL infrastructureChristoph Hellwig4-214/+62
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-18GFS2: revert "GFS2: d_splice_alias() can't return error"J. Bruce Fields1-0/+8
2014-01-16GFS2: Small cleanupBob Peterson1-1/+1
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse8-31/+19
2014-01-15GFS2: Fix kbuild test robot reported warningSteven Whitehouse1-0/+1
2014-01-14GFS2: Move quota bitmap operations under their own lockSteven Whitehouse3-8/+10
2014-01-14GFS2: Clean up quota slot allocationSteven Whitehouse2-73/+30
2014-01-14GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse3-68/+41
2014-01-14GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse4-48/+126
2014-01-14GFS2: No need to invalidate pages for a dio readSteven Whitehouse1-2/+3
2014-01-09GFS2: Add initialization for address space in super blockSteven Whitehouse1-0/+1
2014-01-08GFS2: Add hints to directory leaf blocksSteven Whitehouse1-3/+37
2014-01-08GFS2: For exhash conversion, only one block is neededSteven Whitehouse1-0/+5
2014-01-07GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson1-1/+15
2014-01-06GFS2: Remember directory insert pointSteven Whitehouse3-16/+42
2014-01-06GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse1-12/+26
2014-01-06GFS2: Add directory addition info structureSteven Whitehouse3-33/+43
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse5-8/+31
2014-01-03GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse3-4/+15
2014-01-03GFS2: Remove test which is always trueSteven Whitehouse1-1/+1
2014-01-03GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse1-25/+12
2014-01-03GFS2: Clean up releasepageSteven Whitehouse1-13/+5
2014-01-03GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson3-6/+28
2014-01-03GFS2: Drop inadequate rgrps from the reservation treeBob Peterson1-3/+4
2014-01-03GFS2: If requested is too large, use the largest extent in the rgrpBob Peterson1-15/+49
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa1-0/+2
2013-12-20GFS2: Wait for async DIO in glock state changesSteven Whitehouse1-2/+8
2013-12-20GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse1-0/+30
2013-12-13GFS2: Fix slab memory leak in gfs2_bufdataBob Peterson1-0/+5
2013-12-13GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson1-2/+2
2013-12-13GFS2: don't hold s_umount over blkdev_putSteven Whitehouse1-1/+11
2013-11-23block: Abstract out bvec iteratorKent Overstreet2-2/+2