summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-142-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-124-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
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | xfs: propagate umode_tAl Viro2012-01-039-13/+13
* | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | vfs: mnt_drop_write_file()Al Viro2012-01-032-4/+4
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-032-4/+4
* | xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2011-12-233-24/+42
* | xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig2011-12-231-1/+1
|/
* xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-062-183/+177
* xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-061-4/+4
* xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner2011-12-021-1/+19
* xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-11-291-25/+39
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-293-0/+33
* xfs: validate acl countChristoph Hellwig2011-11-281-0/+2
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-151-1/+2
* xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig2011-11-081-1/+1
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-087-12/+12
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-081-4/+10
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-22/+20
* xfs: warn if direct reclaim tries to writeback pagesMel Gorman2011-10-311-4/+4
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-10-2847-2324/+2033
|\
| * xfs: add AIL pushing tracepointsChristoph Hellwig2011-10-182-0/+45
| * xfs: put in missed fix for merge problemAlex Elder2011-10-181-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-178-62/+69
| |\
OpenPOWER on IntegriCloud