summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+1
|\
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
* | xfs: provide simple rcu-walk ACL implementationNick Piggin2011-01-071-3/+6
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-072-3/+7
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+12
* | xfs: log timestamp changes to the source inode in renameChristoph Hellwig2010-12-091-0/+1
* | xfs: only run xfs_error_test if error injection is activeDave Chinner2010-12-012-2/+6
* | xfs: avoid moving stale inodes in the AILDave Chinner2010-12-011-6/+25
* | xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2010-12-012-2/+20
* | xfs: push stale, pinned buffers on trylock failuresDave Chinner2010-12-011-19/+16
* | xfs: fix failed write truncation handling.Dave Chinner2010-12-013-54/+121
|/
* xfs: remove incorrect assert in xfs_vm_writepageChristoph Hellwig2010-11-101-3/+4
* xfs: use hlist_add_fakeChristoph Hellwig2010-11-101-1/+2
* xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=nChristoph Hellwig2010-11-101-4/+16
* xfs: tell lockdep about parent iolock usage in filestreamsChristoph Hellwig2010-11-101-1/+7
* xfs: move delayed write buffer traceDave Chinner2010-11-101-1/+1
* xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner2010-11-102-0/+2
* xfs: xfs_ioctl: fix information leak to userlandKulikov Vasiliy2010-11-101-1/+1
* xfs: remove experimental tag from the delaylog optionChristoph Hellwig2010-11-101-3/+0
* new helper: mount_bdev()Al Viro2010-10-291-7/+5
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-10-271-0/+1
|\
| * quota: Make QUOTACTL config be selected by its usersJan Kara2010-10-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-264-4/+7
|\ \
| * | fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
| * | new helper: ihold()Al Viro2010-10-252-2/+2
| * | fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig2010-10-251-1/+3
| * | fs: kill block_prepare_writeChristoph Hellwig2010-10-251-1/+1
* | | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-2/+1
|/ /
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-2260-1375/+1185
|\ \
| * | xfs: semaphore cleanupThomas Gleixner2010-10-181-1/+1
| * | xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-1816-44/+80
| * | xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-1816-48/+33
| * | xfs: remove xfs_cred.hChristoph Hellwig2010-10-1812-58/+18
| * | xfs: remove xfs_globals.hChristoph Hellwig2010-10-182-24/+0
| * | xfs: remove xfs_version.hChristoph Hellwig2010-10-183-30/+1
| * | xfs: remove xfs_refcache.hChristoph Hellwig2010-10-181-52/+0
| * | xfs: fix the xfs_trans_committedChristoph Hellwig2010-10-181-2/+3
| * | xfs: remove unused t_callback field in struct xfs_transChristoph Hellwig2010-10-182-6/+0
| * | xfs: fix bogus m_maxagi check in xfs_igetChristoph Hellwig2010-10-181-2/+2
| * | xfs: do not use xfs_mod_incore_sb_batch for per-cpu countersChristoph Hellwig2010-10-182-107/+85
| * | xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig2010-10-185-40/+35
| * | xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig2010-10-183-29/+19
| * | xfs: pack xfs_buf structure more tightlyDave Chinner2010-10-181-11/+19
| * | xfs: convert buffer cache hash to rbtreeDave Chinner2010-10-184-76/+74
| * | xfs: serialise inode reclaim within an AGDave Chinner2010-10-183-0/+33
| * | xfs: batch inode reclaim lookupDave Chinner2010-10-181-33/+77
| * | xfs: implement batched inode lookups for AG walkingDave Chinner2010-10-182-23/+45
| * | xfs: split out inode walk inode grabbingDave Chinner2010-10-182-54/+34
| * | xfs: split inode AG walking into separate code for reclaimDave Chinner2010-10-186-115/+122
| * | xfs: remove buftarg hash for external devicesDave Chinner2010-10-181-1/+5