summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: remove some obsolete comments in xfs_trans_ail.cChristoph Hellwig
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-05-14xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig
2012-05-14xfs: don't flush inodes from background inode reclaimChristoph Hellwig
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig
2012-05-14xfs: remove log item from AIL in xfs_qm_dqflush after a shutdownChristoph Hellwig
2012-05-14xfs: using GFP_NOFS for blkdev_issue_flushShaohua Li
2012-05-14xfs: punch all delalloc blocks beyond EOF on write failure.Dave Chinner
2012-05-14xfs: use shared ilock mode for direct IO writes by defaultDave Chinner
2012-05-14xfs: push the ilock into xfs_zero_eofChristoph Hellwig
2012-05-14xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig
2012-05-14xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig
2012-05-14xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-04-17xfs: Ensure inode reclaim can run during quotacheckDave Chinner
2012-04-16xfs: don't fill statvfs with project quota for a directory if it was not enab...Jie Liu
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-27xfs: add lots of attribute trace pointsDave Chinner
2012-03-27xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara
2012-03-27xfs: fix fstrim offset calculationsDave Chinner
2012-03-26xfs: Account log unmount transaction correctlyDave Chinner
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner
2012-03-26xfs: trace xfs_name strings correctlyChristoph Hellwig
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-03-22xfs: introduce an allocation workqueueDave Chinner
2012-03-22xfs: Fix open flag handling in open_by_handle codeDave Chinner
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu
2012-03-22fs: xfs: fix section mismatch in linux-nextGerard Snitselaar
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_getDave Chinner
2012-03-15xfs: remove remaining scraps of struct xfs_iomapDave Chinner
2012-03-15xfs: fix inode lookup raceDave Chinner
2012-03-14xfs: clean up minor sparse warningsDave Chinner
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig