summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-01-0819-334/+394
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | GFS2: local functions should be staticH Hartley Sweeten2011-12-061-1/+1
| * | | | | | | | | | | | | GFS2: We only need one ACL getting functionSteven Whitehouse2011-11-231-9/+5
| * | | | | | | | | | | | | GFS2: Fix multi-block allocationSteven Whitehouse2011-11-222-31/+36
| * | | | | | | | | | | | | GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-2213-181/+188
| * | | | | | | | | | | | | GFS2: split function rgblk_searchBob Peterson2011-11-211-25/+51
| * | | | | | | | | | | | | GFS2: Fix up "off by one" in the previous patchSteven Whitehouse2011-11-211-1/+1
| * | | | | | | | | | | | | GFS2: move toward a generic multi-block allocatorBob Peterson2011-11-216-39/+39
| * | | | | | | | | | | | | GFS2: O_(D)SYNC support for fallocateSteven Whitehouse2011-11-211-0/+5
| * | | | | | | | | | | | | GFS2: remove vestigial al_allocedBob Peterson2011-11-182-3/+0
| * | | | | | | | | | | | | GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson2011-11-156-77/+45
| * | | | | | | | | | | | | GFS2: Add non-try locks back to get_local_rgrpBob Peterson2011-11-151-3/+5
| * | | | | | | | | | | | | GFS2: f_ra is always valid in dir readahead functionSteven Whitehouse2011-11-091-4/+6
| * | | | | | | | | | | | | GFS2: Fix very unlikley memory leak in ACL xattr codeSteven Whitehouse2011-11-091-3/+4
| * | | | | | | | | | | | | GFS2: More automated code analysis fixesSteven Whitehouse2011-11-083-7/+7
| * | | | | | | | | | | | | GFS2: Add readahead to sequential directory traversalBob Peterson2011-11-084-6/+57
| * | | | | | | | | | | | | GFS2: Fix up REQ flagsSteven Whitehouse2011-11-084-5/+5
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-01-0819-1333/+412
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | xfs: mark the xfssyncd workqueue as non-reentrantChristoph Hellwig2011-12-201-5/+5
| * | | | | | | | | | | | xfs: simplify xfs_qm_detach_gdquotsChristoph Hellwig2011-12-161-17/+5
| * | | | | | | | | | | | xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang2011-12-161-1/+1
| * | | | | | | | | | | | xfs: remove unused XBT_FORCE_SLEEP bitEric Sandeen2011-12-162-7/+2
| * | | | | | | | | | | | xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig2011-12-154-34/+18
| * | | | | | | | | | | | xfs: kill xfs_qm_idtodqChristoph Hellwig2011-12-151-87/+50
| * | | | | | | | | | | | xfs: merge xfs_qm_dqinit_core into the only callerChristoph Hellwig2011-12-151-20/+7
| * | | | | | | | | | | | xfs: add a xfs_dqhold helperChristoph Hellwig2011-12-153-39/+21
| * | | | | | | | | | | | xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig2011-12-151-48/+16
| * | | | | | | | | | | | xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2011-12-152-60/+41
| * | | | | | | | | | | | xfs: flatten the dquot lock orderingChristoph Hellwig2011-12-144-150/+103
| * | | | | | | | | | | | xfs: implement lazy removal for the dquot freelistChristoph Hellwig2011-12-134-65/+30
| * | | | | | | | | | | | xfs: remove XFS_DQ_INACTIVEChristoph Hellwig2011-12-133-69/+24
| * | | | | | | | | | | | xfs: cleanup xfs_qm_dqlookupChristoph Hellwig2011-12-131-20/+5
| * | | | | | | | | | | | xfs: cleanup dquot locking helpersChristoph Hellwig2011-12-134-35/+25
| * | | | | | | | | | | | xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig2011-12-121-4/+3
| * | | | | | | | | | | | xfs: remove xfs_qm_syncChristoph Hellwig2011-12-125-119/+3
| * | | | | | | | | | | | xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig2011-12-121-1/+1
| * | | | | | | | | | | | xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig2011-12-123-4/+4
| * | | | | | | | | | | | xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-085-10/+6
| * | | | | | | | | | | | xfs: cleanup the transaction commit path a bitChristoph Hellwig2011-12-083-99/+63
| * | | | | | | | | | | | xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-086-486/+26
* | | | | | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08267-7706/+1920
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | reiserfs: Properly display mount options in /proc/mountsJan Kara2012-01-072-10/+197
| * | | | | | | | | | | | | vfs: prevent remount read-only if pending removesMiklos Szeredi2012-01-073-27/+7
| * | | | | | | | | | | | | vfs: count unlinked inodesMiklos Szeredi2012-01-071-0/+85
| * | | | | | | | | | | | | vfs: protect remounting superblock read-onlyMiklos Szeredi2012-01-073-5/+58
| * | | | | | | | | | | | | vfs: keep list of mounts for each superblockMiklos Szeredi2012-01-073-0/+10
| * | | | | | | | | | | | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-0731-78/+77
| * | | | | | | | | | | | | vfs: switch ->show_path() to struct dentry *Al Viro2012-01-072-3/+3
| * | | | | | | | | | | | | vfs: switch ->show_devname() to struct dentry *Al Viro2012-01-072-11/+12
| * | | | | | | | | | | | | vfs: switch ->show_stats to struct dentry *Al Viro2012-01-073-13/+14