summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-08-072-21/+21
|\
| * quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig2010-07-212-21/+21
* | xfs simplify and speed up direct I/O completionsChristoph Hellwig2010-07-261-82/+76
* | xfs: move aio completion after unwritten extent conversionChristoph Hellwig2010-07-261-3/+16
* | direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-262-1/+8
* | xfs: fix big endian buildDave Chinner2010-07-261-1/+2
* | xfs: clean up xfs_bmap_get_bpChristoph Hellwig2010-07-261-25/+18
* | xfs: simplify xfs_truncate_fileChristoph Hellwig2010-07-263-102/+52
* | xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-264-17/+3
* | xfs: remove obsolete osyncisosync mount optionChristoph Hellwig2010-07-262-8/+4
* | xfs: clean up filestreams helpersChristoph Hellwig2010-07-262-85/+77
* | xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-267-34/+15
* | xfs: Fix build when CONFIG_XFS_POSIX_ACL=nTony Luck2010-07-261-0/+2
* | xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy2010-07-261-2/+2
* | xfs: use GFP_NOFS for page cache allocationDave Chinner2010-07-261-2/+2
* | xfs: fix memory reclaim recursion deadlock on locked inode bufferDave Chinner2010-07-261-9/+11
* | xfs: fix xfs_trans_add_item() lockdep warningsDave Chinner2010-07-261-1/+1
* | xfs: simplify and remove xfs_ireclaimDave Chinner2010-07-263-54/+32
* | xfs: don't block on buffer read errorsDave Chinner2010-07-261-4/+15
* | xfs: move inode shrinker unregister even earlierDave Chinner2010-07-261-5/+5
* | xfs: remove a dmapi leftoverChristoph Hellwig2010-07-261-3/+0
* | xfs: writepage always has buffersChristoph Hellwig2010-07-261-7/+0
* | xfs: allow writeback from kswapdChristoph Hellwig2010-07-261-5/+4
* | xfs: remove incorrect log write optimizationChristoph Hellwig2010-07-261-5/+2
* | xfs: unregister inode shrinker before freeing filesystem structuresDave Chinner2010-07-261-1/+5
* | xfs: split xfs_itrace_entryChristoph Hellwig2010-07-2611-52/+113
* | xfs: remove xfs_iputChristoph Hellwig2010-07-266-26/+17
* | xfs: remove xfs_iput_newChristoph Hellwig2010-07-263-28/+3
* | xfs: some iget tracing cleanups / fixesChristoph Hellwig2010-07-262-6/+7
* | xfs: do not use emums for flags used in tracingChristoph Hellwig2010-07-263-71/+71
* | xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig2010-07-263-17/+2
* | xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig2010-07-263-11/+10
* | xfs: reduce stack usage in xfs_iomapChristoph Hellwig2010-07-261-24/+28
* | xfs: avoid synchronous transaction in xfs_fs_write_inodeChristoph Hellwig2010-07-261-30/+22
* | xfs: simplify xfs_vm_writepageChristoph Hellwig2010-07-263-102/+49
* | xfs: simplify xfs_vm_releasepageChristoph Hellwig2010-07-261-247/+107
* | xfs: fix corruption case for block size < page sizeEric Sandeen2010-07-261-0/+10
* | xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-2615-260/+59
* | xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig2010-07-263-20/+8
* | xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flagsChristoph Hellwig2010-07-261-2/+0
* | xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig2010-07-262-5/+0
* | xfs: kill the unused xlog_debug variableChristoph Hellwig2010-07-261-5/+0
* | xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-268-52/+39
* | xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-2619-247/+103
* | xfs: simplify buffer pinningChristoph Hellwig2010-07-264-47/+9
* | xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-267-82/+68
* | xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-264-404/+360
* | xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-266-136/+47
* | xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-2613-759/+194
* | xfs: remove unneeded #include statementsChristoph Hellwig2010-07-2652-235/+0