summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
| * | GFS2: Mark functions as static in gfs2/rgrp.cRashika Kheria2014-02-101-2/+2
| * | GFS2: Add meta readahead field in directory entriesSteven Whitehouse2014-02-071-0/+9
| * | GFS2: Lock i_mutex and use a local gfs2_holder for fallocateBob Peterson2014-02-061-4/+9
| * | GFS2: journal data writepages updateSteven Whitehouse2014-02-061-36/+96
| * | GFS2: Allocate block for xattr at inode alloc time, if requiredSteven Whitehouse2014-02-042-8/+44
| * | GFS2: Plug on AIL flushSteven Whitehouse2014-02-031-0/+4
| |/
* / mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
|/
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-302-2/+2
|\
| * block: Abstract out bvec iteratorKent Overstreet2013-11-242-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-284-214/+62Star
|\ \
| * | gfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-264-214/+62Star
| * | fs: make posix_acl_create more usefulChristoph Hellwig2014-01-261-1/+1
| * | fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-261-1/+1
* | | GFS2: revert "GFS2: d_splice_alias() can't return error"J. Bruce Fields2014-01-181-0/+8
* | | GFS2: Small cleanupBob Peterson2014-01-161-1/+1
* | | GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse2014-01-168-31/+19Star
* | | GFS2: Fix kbuild test robot reported warningSteven Whitehouse2014-01-151-0/+1
* | | GFS2: Move quota bitmap operations under their own lockSteven Whitehouse2014-01-143-8/+10
* | | GFS2: Clean up quota slot allocationSteven Whitehouse2014-01-142-73/+30Star
* | | GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse2014-01-143-68/+41Star
* | | GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse2014-01-144-48/+126
* | | GFS2: No need to invalidate pages for a dio readSteven Whitehouse2014-01-141-2/+3
* | | GFS2: Add initialization for address space in super blockSteven Whitehouse2014-01-091-0/+1
* | | GFS2: Add hints to directory leaf blocksSteven Whitehouse2014-01-081-3/+37
* | | GFS2: For exhash conversion, only one block is neededSteven Whitehouse2014-01-081-0/+5
* | | GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson2014-01-071-1/+15
* | | GFS2: Remember directory insert pointSteven Whitehouse2014-01-063-16/+42
* | | GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse2014-01-061-12/+26
* | | GFS2: Add directory addition info structureSteven Whitehouse2014-01-063-33/+43
* | | GFS2: Use only a single address space for rgrpsSteven Whitehouse2014-01-035-8/+31
* | | GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse2014-01-033-4/+15
* | | GFS2: Remove test which is always trueSteven Whitehouse2014-01-031-1/+1
* | | GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse2014-01-031-25/+12Star
* | | GFS2: Clean up releasepageSteven Whitehouse2014-01-031-13/+5Star
* | | GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson2014-01-033-6/+28
* | | GFS2: Drop inadequate rgrps from the reservation treeBob Peterson2014-01-031-3/+4
* | | GFS2: If requested is too large, use the largest extent in the rgrpBob Peterson2014-01-031-15/+49
|/ /
* | GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa2014-01-021-0/+2
* | GFS2: Wait for async DIO in glock state changesSteven Whitehouse2013-12-201-2/+8
* | GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse2013-12-201-0/+30
* | GFS2: Fix slab memory leak in gfs2_bufdataBob Peterson2013-12-131-0/+5
* | GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson2013-12-131-2/+2
* | GFS2: don't hold s_umount over blkdev_putSteven Whitehouse2013-12-131-1/+11
|/
* GFS2: Fix ref count bug relating to atomic_openSteven Whitehouse2013-11-211-1/+4
* GFS2: fix potential NULL pointer dereferenceMichal Nazarewicz2013-11-211-1/+2
* gfs2: endianness misannotationsAl Viro2013-11-163-19/+16Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-8/+1Star
|\
| * new helper: kfree_put_link()Al Viro2013-10-251-8/+1Star
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-1019-339/+448
|\ \ | |/ |/|
| * GFS2: Use generic list_lru for quotaSteven Whitehouse2013-11-044-66/+85