aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner12-86/+65
2010-10-18xfs: lockless per-ag lookupsDave Chinner3-11/+23
2010-10-18xfs: remove debug assert for per-ag reference countingDave Chinner1-2/+0
2010-10-18xfs: reduce the number of CIL lock round trips during commitDave Chinner1-105/+127
2010-10-18xfs: eliminate some newly-reported gcc warningsPoyo VL1-2/+2
2010-10-18xfs: remove the ->kill_root btree operationChristoph Hellwig4-88/+44
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig1-88/+76
2010-10-18xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig1-142/+61
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner6-9/+27
2010-10-18xfs: use range primitives for xfs page cache operationsDave Chinner1-16/+15
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-1/+1
2010-10-06xfs: properly account for reclaimed inodesJohannes Weiner1-5/+14
2010-10-05quota: Make QUOTACTL config be selected by its usersJan Kara1-0/+1
2010-09-29xfs: force background CIL push under sustained loadDave Chinner2-19/+30
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10xfs: log IO completion workqueue is a high priority queueDave Chinner1-1/+2
2010-09-10xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig4-38/+3
2010-09-03Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdevAlex Elder3-11/+11
2010-09-03xfs: Make fiemap work with sparse filesTao Ma3-3/+17
2010-09-03xfs: prevent 32bit overflow in space reservationDave Chinner1-3/+10
2010-09-02xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz1-0/+7
2010-09-02xfs: improve buffer cache hash scalabilityDave Chinner2-8/+1
2010-08-24xfs: do not discard page cache data on EAGAINChristoph Hellwig1-3/+6
2010-08-24xfs: don't do memory allocation under the CIL context lockDave Chinner1-8/+26
2010-08-24xfs: Reduce log force overhead for delayed loggingDave Chinner3-118/+147
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner4-51/+26
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-24xfs: fix untrusted inode number lookupDave Chinner1-6/+10
2010-08-24xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner1-23/+26
2010-08-24xfs: unlock items before allowing the CIL to commitDave Chinner3-5/+17
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