aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-0428-437/+604
|\ \
| * | GFS2: Fix address space from page functionSteven Whitehouse2014-03-313-1/+9
| * | GFS2: Fix uninitialized VFS inode in gfs2_create_inodeAbhi Das2014-03-313-6/+13
| * | GFS2: Fix return value in slot_get()Abhi Das2014-03-311-0/+1
| * | GFS2: inline function gfs2_set_modeBob Peterson2014-03-191-15/+4
| * | GFS2: Remove extraneous function gfs2_security_initBob Peterson2014-03-191-8/+2
| * | GFS2: Increase the max number of ACLsBob Peterson2014-03-192-2/+2
| * | GFS2: Re-add a call to log_flush_wait when flushing the journalBob Peterson2014-03-121-0/+1
| * | GFS2: Ensure workqueue is scheduled after noexp requestBob Peterson2014-03-121-2/+6
| * | GFS2: check NULL return value in gfs2_ok_to_moveAbhi Das2014-03-121-0/+4
| * | GFS2: Convert gfs2_lm_withdraw to use fs_errJoe Perches2014-03-073-50/+46
| * | GFS2: Use fs_<level> more oftenJoe Perches2014-03-073-5/+7
| * | GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-0712-71/+88
| * | GFS2: Move recovery variables to journal structure in memoryBob Peterson2014-03-075-43/+39
| * | GFS2: global conversion to pr_foo()Fabian Frederick2014-03-0610-52/+48
| * | GFS2: return -E2BIG if hit the maximum limits of ACLsJie Liu2014-03-061-1/+1
| * | GFS2: Clean up journal extent mappingSteven Whitehouse2014-03-036-75/+124
| * | GFS2: replace kmalloc - __vmalloc / memset 0Fabian Frederick2014-02-271-4/+3
| * | GFS2: Remove extra "if" in gfs2_log_flush()Steven Whitehouse2014-02-251-5/+3
| * | GFS2: Move log buffer accounting to transactionSteven Whitehouse2014-02-245-65/+33
| * | GFS2: Move log buffer lists into transactionSteven Whitehouse2014-02-247-29/+53
| * | GFS2: Reduce struct gfs2_trans in sizeSteven Whitehouse2014-02-212-3/+3
| * | GFS2: add missing newlineDavid Teigland2014-02-171-1/+1
| * | 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-031-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/+62
|\ \
| * | gfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-254-214/+62
| * | fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
| * | fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-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/+19
* | | 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/+30
* | | GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse2014-01-143-68/+41
* | | 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