aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17fallocate should be a file operationChristoph Hellwig2-60/+56
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-0/+3
2011-01-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-247/+573
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12XFS: handle hole punching via fallocate properlyJosef Bacik1-2/+5
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner1-1/+22
2011-01-11xfs: fix error handling for synchronous writesChristoph Hellwig2-12/+2
2011-01-11xfs: add FITRIM supportChristoph Hellwig4-0/+235
2011-01-11xfs: ensure log covering transactions are synchronousDave Chinner2-6/+7
2011-01-10Merge branch 'master' into for-linus-mergedAlex Elder10-447/+496
2011-01-11xfs: serialise unaligned direct IOsDave Chinner1-10/+28
2011-01-11xfs: factor common write setup codeDave Chinner1-67/+56
2011-01-11xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner1-77/+69
2011-01-11xfs: split direct IO write path from xfs_file_aio_writeDave Chinner1-63/+116
2011-01-12xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner1-51/+80
2011-01-11xfs: factor post-write newsize updatesDave Chinner1-22/+21
2011-01-11xfs: factor common post-write isize handling codeDave Chinner1-26/+28
2011-01-11xfs: ensure sync write errors are returnedDave Chinner1-26/+23
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin1-3/+6
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+6
2010-12-22Merge branch 'master' into for-nextJiri Kosina6-82/+65
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner1-0/+2
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner1-1/+1
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner2-60/+0
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner1-4/+6
2010-12-21xfs: convert log grant ticket queues to list headsDave Chinner1-8/+8
2010-12-17xfs: reduce the number of AIL push wakeupsDave Chinner1-4/+16
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner1-2/+8
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner2-22/+150
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-12-01xfs: fix failed write truncation handling.Dave Chinner1-54/+40
2010-11-30xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner2-66/+27
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner1-4/+4
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner1-18/+66
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner1-0/+2
2010-12-16xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig1-0/+1
2010-12-16xfs: simplify xfs_map_at_offsetChristoph Hellwig1-11/+4
2010-12-16xfs: refactor xfs_vm_writepageChristoph Hellwig1-58/+39
2010-12-16xfs: remove the all_bh flag from xfs_convert_pageChristoph Hellwig1-20/+13
2010-12-16xfs: remove xfs_probe_clusterChristoph Hellwig1-107/+4
2010-12-16xfs: simplify xfs_map_blocksChristoph Hellwig1-52/+25
2010-12-16xfs: kill xfs_iomapChristoph Hellwig3-73/+182
2010-12-16xfs: a few small tweaks for overwrites in xfs_vm_writepageChristoph Hellwig1-8/+7
2010-12-16xfs: remove some dead bio handling codeChristoph Hellwig1-11/+2
2010-12-16xfs: improve mapping type check in xfs_vm_writepageChristoph Hellwig1-9/+12
2010-12-16xfs: fix exporting with left over 64-bit inodesSamuel Kvasnica1-2/+10
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe1-2/+3
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+2