aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-2/+1
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 60-1375/+1185
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierGravatar Jens Axboe 19-239/+332
2010-10-18xfs: semaphore cleanupGravatar Thomas Gleixner 1-1/+1
2010-10-18xfs: Extend project quotas to support 32bit project idsGravatar Arkadiusz Mi?kiewicz 16-44/+80
2010-10-18xfs: remove xfs_buf wrappersGravatar Christoph Hellwig 16-48/+33
2010-10-18xfs: remove xfs_cred.hGravatar Christoph Hellwig 12-58/+18
2010-10-18xfs: remove xfs_globals.hGravatar Christoph Hellwig 2-24/+0
2010-10-18xfs: remove xfs_version.hGravatar Christoph Hellwig 3-30/+1
2010-10-18xfs: remove xfs_refcache.hGravatar Christoph Hellwig 1-52/+0
2010-10-18xfs: fix the xfs_trans_committedGravatar Christoph Hellwig 1-2/+3
2010-10-18xfs: remove unused t_callback field in struct xfs_transGravatar Christoph Hellwig 2-6/+0
2010-10-18xfs: fix bogus m_maxagi check in xfs_igetGravatar Christoph Hellwig 1-2/+2
2010-10-18xfs: do not use xfs_mod_incore_sb_batch for per-cpu countersGravatar Christoph Hellwig 2-107/+85
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersGravatar Christoph Hellwig 5-40/+35
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBGravatar Christoph Hellwig 3-29/+19
2010-10-18xfs: pack xfs_buf structure more tightlyGravatar Dave Chinner 1-11/+19
2010-10-18xfs: convert buffer cache hash to rbtreeGravatar Dave Chinner 4-76/+74
2010-10-18xfs: serialise inode reclaim within an AGGravatar Dave Chinner 3-0/+33
2010-10-18xfs: batch inode reclaim lookupGravatar Dave Chinner 1-33/+77
2010-10-18xfs: implement batched inode lookups for AG walkingGravatar Dave Chinner 2-23/+45
2010-10-18xfs: split out inode walk inode grabbingGravatar Dave Chinner 2-54/+34
2010-10-18xfs: split inode AG walking into separate code for reclaimGravatar Dave Chinner 6-115/+122
2010-10-18xfs: remove buftarg hash for external devicesGravatar Dave Chinner 1-1/+5
2010-10-18xfs: use unhashed buffers for size checksGravatar Dave Chinner 3-45/+34
2010-10-18xfs: kill XBF_FS_MANAGED buffersGravatar Dave Chinner 3-59/+20
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufGravatar Dave Chinner 5-21/+20
2010-10-18xfs: introduced uncached buffer read primitveGravatar Dave Chinner 2-0/+37
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateGravatar Dave Chinner 6-11/+14
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsGravatar Dave Chinner 12-86/+65
2010-10-18xfs: lockless per-ag lookupsGravatar Dave Chinner 3-11/+23
2010-10-18xfs: remove debug assert for per-ag reference countingGravatar Dave Chinner 1-2/+0
2010-10-18xfs: reduce the number of CIL lock round trips during commitGravatar Dave Chinner 1-105/+127
2010-10-18xfs: eliminate some newly-reported gcc warningsGravatar Poyo VL 1-2/+2
2010-10-18xfs: remove the ->kill_root btree operationGravatar Christoph Hellwig 4-88/+44
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushGravatar Christoph Hellwig 1-88/+76
2010-10-18xfs: simplify xfs_qm_dqusage_adjustGravatar Christoph Hellwig 1-142/+61
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEGravatar Dave Chinner 6-9/+27
2010-10-18xfs: use range primitives for xfs page cache operationsGravatar Dave Chinner 1-16/+15
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagGravatar Tejun Heo 1-1/+1
2010-10-06xfs: properly account for reclaimed inodesGravatar Johannes Weiner 1-5/+14
2010-09-29xfs: force background CIL push under sustained loadGravatar Dave Chinner 2-19/+30
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1
2010-09-10xfs: log IO completion workqueue is a high priority queueGravatar Dave Chinner 1-1/+2
2010-09-10xfs: prevent reading uninitialized stack memoryGravatar Dan Rosenberg 1-0/+2
2010-09-10xfs: replace barriers with explicit flush / FUA usageGravatar Christoph Hellwig 4-38/+3
2010-09-03Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Alex Elder 3-11/+11
2010-09-03xfs: Make fiemap work with sparse filesGravatar Tao Ma 3-3/+17
2010-09-03xfs: prevent 32bit overflow in space reservationGravatar Dave Chinner 1-3/+10