aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-54/+78
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro2-4/+6
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-2/+2
2010-08-09xfs: new truncate sequenceChristoph Hellwig4-42/+56
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+11
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-8/+8
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds2-21/+21
2010-07-26xfs simplify and speed up direct I/O completionsChristoph Hellwig1-82/+76
2010-07-26xfs: move aio completion after unwritten extent conversionChristoph Hellwig1-3/+16
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig2-1/+8
2010-07-26xfs: fix big endian buildDave Chinner1-1/+2
2010-07-26xfs: clean up xfs_bmap_get_bpChristoph Hellwig1-25/+18
2010-07-26xfs: simplify xfs_truncate_fileChristoph Hellwig3-102/+52
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig4-17/+3
2010-07-26xfs: remove obsolete osyncisosync mount optionChristoph Hellwig2-8/+4
2010-07-26xfs: clean up filestreams helpersChristoph Hellwig2-85/+77
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig7-34/+15
2010-07-26xfs: Fix build when CONFIG_XFS_POSIX_ACL=nTony Luck1-0/+2
2010-07-26xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy1-2/+2
2010-07-26xfs: use GFP_NOFS for page cache allocationDave Chinner1-2/+2
2010-07-26xfs: fix memory reclaim recursion deadlock on locked inode bufferDave Chinner1-9/+11
2010-07-26xfs: fix xfs_trans_add_item() lockdep warningsDave Chinner1-1/+1
2010-07-26xfs: simplify and remove xfs_ireclaimDave Chinner3-54/+32
2010-07-26xfs: don't block on buffer read errorsDave Chinner1-4/+15
2010-07-26xfs: move inode shrinker unregister even earlierDave Chinner1-5/+5
2010-07-26xfs: remove a dmapi leftoverChristoph Hellwig1-3/+0
2010-07-26xfs: writepage always has buffersChristoph Hellwig1-7/+0
2010-07-26xfs: allow writeback from kswapdChristoph Hellwig1-5/+4
2010-07-26xfs: remove incorrect log write optimizationChristoph Hellwig1-5/+2
2010-07-26xfs: unregister inode shrinker before freeing filesystem structuresDave Chinner1-1/+5
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig11-52/+113
2010-07-26xfs: remove xfs_iputChristoph Hellwig6-26/+17
2010-07-26xfs: remove xfs_iput_newChristoph Hellwig3-28/+3
2010-07-26xfs: some iget tracing cleanups / fixesChristoph Hellwig2-6/+7
2010-07-26xfs: do not use emums for flags used in tracingChristoph Hellwig3-71/+71
2010-07-26xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig3-17/+2
2010-07-26xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig3-11/+10
2010-07-26xfs: reduce stack usage in xfs_iomapChristoph Hellwig1-24/+28
2010-07-26xfs: avoid synchronous transaction in xfs_fs_write_inodeChristoph Hellwig1-30/+22
2010-07-26xfs: simplify xfs_vm_writepageChristoph Hellwig3-102/+49
2010-07-26xfs: simplify xfs_vm_releasepageChristoph Hellwig1-247/+107
2010-07-26xfs: fix corruption case for block size < page sizeEric Sandeen1-0/+10
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig15-260/+59
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig3-20/+8
2010-07-26xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flagsChristoph Hellwig1-2/+0
2010-07-26xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig2-5/+0
2010-07-26xfs: kill the unused xlog_debug variableChristoph Hellwig1-5/+0
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig8-52/+39
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig19-247/+103
2010-07-26xfs: simplify buffer pinningChristoph Hellwig4-47/+9