aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove debug assert for per-ag reference countingDave Chinner2010-10-181-2/+0
* xfs: reduce the number of CIL lock round trips during commitDave Chinner2010-10-181-105/+127
* xfs: eliminate some newly-reported gcc warningsPoyo VL2010-10-181-2/+2
* xfs: remove the ->kill_root btree operationChristoph Hellwig2010-10-184-88/+44
* xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig2010-10-181-88/+76
* xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig2010-10-181-142/+61
* xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2010-10-186-9/+27
* xfs: use range primitives for xfs page cache operationsDave Chinner2010-10-181-16/+15
* xfs: properly account for reclaimed inodesJohannes Weiner2010-10-061-5/+14
* xfs: force background CIL push under sustained loadDave Chinner2010-09-292-19/+30
* xfs: log IO completion workqueue is a high priority queueDave Chinner2010-09-101-1/+2
* xfs: prevent reading uninitialized stack memoryDan Rosenberg2010-09-101-0/+2
* Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Alex Elder2010-09-033-11/+11
|\
| * xfs: prevent 32bit overflow in space reservationDave Chinner2010-09-031-3/+10
| * xfs: improve buffer cache hash scalabilityDave Chinner2010-09-022-8/+1
* | xfs: Make fiemap work with sparse filesTao Ma2010-09-033-3/+17
* | xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz2010-09-021-0/+7
|/
* xfs: do not discard page cache data on EAGAINChristoph Hellwig2010-08-241-3/+6
* xfs: don't do memory allocation under the CIL context lockDave Chinner2010-08-241-8/+26
* xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-243-118/+147
* xfs: dummy transactions should not dirty VFS stateDave Chinner2010-08-244-51/+26
* xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky2010-08-241-1/+6
* xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner2010-08-241-2/+2
* xfs: fix untrusted inode number lookupDave Chinner2010-08-241-6/+10
* xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner2010-08-241-23/+26
* xfs: unlock items before allowing the CIL to commitDave Chinner2010-08-243-5/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-106-54/+78
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-092-4/+6
| * simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-091-2/+2
| * xfs: new truncate sequenceChristoph Hellwig2010-08-094-42/+56
| * get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+11
| * sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-8/+8
* | 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