summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)AuthorFilesLines
2010-08-24xfs: do not discard page cache data on EAGAINChristoph Hellwig1-3/+6
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner2-37/+7
2010-08-24xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky1-1/+6
2010-08-24xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-36/+58
2010-08-10convert remaining ->clear_inode() to ->evict_inode()Al Viro2-4/+6
2010-08-10simplify checks for I_CLEAR/I_FREEINGAl Viro1-2/+2
2010-08-10xfs: new truncate sequenceChristoph Hellwig3-24/+36
2010-08-10get rid of block_write_begin_newtruncChristoph Hellwig1-3/+11
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig1-8/+8
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-5/+5
2010-07-27xfs simplify and speed up direct I/O completionsChristoph Hellwig1-82/+76
2010-07-27xfs: move aio completion after unwritten extent conversionChristoph Hellwig1-3/+16
2010-07-27direct-io: move aio_complete into ->end_ioChristoph Hellwig2-1/+8
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2-15/+3
2010-07-26xfs: remove obsolete osyncisosync mount optionChristoph Hellwig1-6/+4
2010-07-26xfs: Fix build when CONFIG_XFS_POSIX_ACL=nTony Luck1-0/+2
2010-07-26xfs: use GFP_NOFS for page cache allocationDave Chinner1-2/+2
2010-07-26xfs: simplify and remove xfs_ireclaimDave Chinner1-1/+30
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: unregister inode shrinker before freeing filesystem structuresDave Chinner1-1/+5
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig8-34/+102
2010-07-26xfs: remove xfs_iput_newChristoph Hellwig1-4/+3
2010-07-26xfs: some iget tracing cleanups / fixesChristoph Hellwig1-2/+3
2010-07-26xfs: do not use emums for flags used in tracingChristoph Hellwig1-51/+51
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 Hellwig1-8/+9
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 Hellwig2-4/+4
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig4-8/+4
2010-07-26xfs: simplify buffer pinningChristoph Hellwig3-41/+2
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-1/+10
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig8-47/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig16-229/+8
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig1-5/+5
2010-07-20xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner2-7/+67
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner3-52/+14
2010-07-19mm: add context argument to shrinker callbackDave Chinner2-2/+4
2010-06-24xfs: remove block number from inode lookup codeDave Chinner2-4/+3
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner1-5/+4
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig2-12/+7
2010-06-09xfs: remove nr_to_write writeback windup.Dave Chinner1-8/+0
2010-06-04Merge branch 'master' into for-linusAlex Elder6-182/+216