summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2011-01-12xfs: Add log level to assertion printkAnton Blanchard
2011-01-12xfs: fix an assignment within an ASSERT()Jesper Juhl
2011-01-12xfs: fix error handling for synchronous writesChristoph Hellwig
2011-01-12xfs: add FITRIM supportChristoph Hellwig
2011-01-12xfs: ensure log covering transactions are synchronousDave Chinner
2011-01-10xfs: serialise unaligned direct IOsDave Chinner
2011-01-10xfs: factor common write setup codeDave Chinner
2011-01-10xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner
2011-01-10xfs: split direct IO write path from xfs_file_aio_writeDave Chinner
2011-01-12xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner
2011-01-10xfs: factor post-write newsize updatesDave Chinner
2011-01-10xfs: factor common post-write isize handling codeDave Chinner
2011-01-10xfs: ensure sync write errors are returnedDave Chinner
2010-12-21xfs: convert grant head manipulations to lockless algorithmDave Chinner
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner
2010-12-03xfs: convert log grant heads to atomic variablesDave Chinner
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner
2010-12-21xfs: make AIL tail pushing independent of the grant lockDave Chinner
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner
2010-12-21xfs: rework log grant space calculationsDave Chinner
2010-12-21xfs: fact out common grant head/log tail verification codeDave Chinner
2010-12-21xfs: convert log grant ticket queues to list headsDave Chinner
2010-12-20xfs: use AIL bulk delete function to implement single deleteDave Chinner
2010-12-20xfs: use AIL bulk update function to implement single updatesDave Chinner
2010-12-20xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner
2010-12-03xfs: consume iodone callback items on buffers as they are processedDave Chinner
2010-12-17xfs: reduce the number of AIL push wakeupsDave Chinner
2010-12-20xfs: bulk AIL insertion during transaction commitDave Chinner
2010-12-03xfs: clean up xfs_ail_delete()Dave Chinner
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner
2010-12-20xfs: fix EFI transaction cancellation.Dave Chinner
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner
2010-11-30xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner
2010-12-16xfs: rcu free inodesDave Chinner
2010-12-23xfs: don't truncate prealloc from frequently accessed inodesDave Chinner
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner
2010-12-23xfs: use KM_NOFS for allocations during attribute list operationsDave Chinner
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner
2010-12-16xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helperChristoph Hellwig
2010-12-16xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig
2010-12-16xfs: simplify xfs_map_at_offsetChristoph Hellwig
2010-12-16xfs: refactor xfs_vm_writepageChristoph Hellwig
2010-12-16xfs: remove the all_bh flag from xfs_convert_pageChristoph Hellwig
2010-12-16xfs: remove xfs_probe_clusterChristoph Hellwig
2010-12-16xfs: simplify xfs_map_blocksChristoph Hellwig