aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-08xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig1-1/+1
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig7-12/+12
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-22/+20
2011-10-31xfs: warn if direct reclaim tries to writeback pagesMel Gorman1-4/+4
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds47-2324/+2033
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-19/+20
2011-10-18xfs: add AIL pushing tracepointsChristoph Hellwig2-0/+45
2011-10-18xfs: put in missed fix for merge problemAlex Elder1-1/+1
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder8-62/+69
2011-10-11xfs: do not flush data workqueues in xfs_flush_buftargChristoph Hellwig1-10/+1
2011-10-11xfs: remove XFS_bflushChristoph Hellwig6-8/+6
2011-10-11xfs: remove xfs_buf_target_nameChristoph Hellwig2-10/+5
2011-10-11xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig1-3/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig9-59/+37
2011-10-11xfs: clean up buffer allocationChristoph Hellwig3-34/+21
2011-10-11xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig5-9/+1
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig9-21/+22
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig7-27/+13
2011-10-11xfs: remove XFS_BUF_FINISH_IOWAITChristoph Hellwig2-3/+1
2011-10-11xfs: remove xfs_get_buftarg_listChristoph Hellwig2-12/+0
2011-10-11xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10
2011-10-11xfs: optimize fsync on directoriesChristoph Hellwig2-1/+31
2011-10-11xfs: reduce the number of log forces from tail pushingDave Chinner2-13/+21
2011-10-11xfs: Don't allocate new buffers on every call to _xfs_buf_findDave Chinner1-20/+28
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig18-83/+65
2011-10-11xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig1-8/+2
2011-10-11xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadataChristoph Hellwig1-6/+6
2011-10-11xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig3-18/+13
2011-10-11xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commitChristoph Hellwig1-1/+1
2011-10-11xfs: fix possible overflow in xfs_ioc_trim()Lukas Czerner1-10/+10
2011-10-11xfs: cleanup xfs_bmap.hChristoph Hellwig1-192/+33
2011-10-11xfs: dont ignore error code from xfs_bmbt_updateChristoph Hellwig1-2/+3
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_hole_realChristoph Hellwig1-83/+78
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_delay_realChristoph Hellwig1-161/+171
2011-10-11xfs: move logflags into bmallocaChristoph Hellwig2-26/+23
2011-10-11xfs: move lastx and nallocs into bmallocaDave Chinner2-26/+23
2011-10-11xfs: move btree cursor into bmallocaDave Chinner2-30/+28
2011-10-11xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocateDave Chinner1-29/+14
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner3-73/+75
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner3-50/+48
2011-10-11xfs: move extent records into bmalloca structureDave Chinner2-50/+47
2011-10-11xfs: pass bmalloca structure to xfs_bmap_isaeofDave Chinner1-11/+11
2011-10-11xfs: remove xfs_bmap_add_extentChristoph Hellwig1-243/+173
2011-10-11xfs: introduce xfs_bmap_last_extentChristoph Hellwig1-121/+105
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner8-212/+135
2011-10-11xfs: factor unwritten extent map manipulations out of xfs_bmapiDave Chinner1-37/+70
2011-10-11xfs: factor extent allocation out of xfs_bmapiDave Chinner1-140/+162