aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-10-11xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadataChristoph Hellwig
2011-10-11xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig
2011-10-11xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commitChristoph Hellwig
2011-10-11xfs: fix possible overflow in xfs_ioc_trim()Lukas Czerner
2011-10-11xfs: cleanup xfs_bmap.hChristoph Hellwig
2011-10-11xfs: dont ignore error code from xfs_bmbt_updateChristoph Hellwig
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_hole_realChristoph Hellwig
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_delay_realChristoph Hellwig
2011-10-11xfs: move logflags into bmallocaChristoph Hellwig
2011-10-11xfs: move lastx and nallocs into bmallocaDave Chinner
2011-10-11xfs: move btree cursor into bmallocaDave Chinner
2011-10-11xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocateDave Chinner
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner
2011-10-11xfs: move extent records into bmalloca structureDave Chinner
2011-10-11xfs: pass bmalloca structure to xfs_bmap_isaeofDave Chinner
2011-10-11xfs: remove xfs_bmap_add_extentChristoph Hellwig
2011-10-11xfs: introduce xfs_bmap_last_extentChristoph Hellwig
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner
2011-10-11xfs: factor unwritten extent map manipulations out of xfs_bmapiDave Chinner
2011-10-11xfs: factor extent allocation out of xfs_bmapiDave Chinner
2011-10-11xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig
2011-10-11xfs: introduce xfs_bmapi_delay()Christoph Hellwig
2011-10-11xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig
2011-10-11xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka
2011-10-11xfs: Fix the incorrect comment in the header of _xfs_buf_findChandra Seetharaman
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman
2011-10-11xfs: Check the return value of xfs_buf_get()Chandra Seetharaman
2011-10-11xfs: improve ioend error handlingChristoph Hellwig
2011-10-11xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig
2011-10-11xfs: remove i_iocountChristoph Hellwig
2011-10-11xfs: wait for I/O completion when writing out pages in xfs_setattr_sizeChristoph Hellwig
2011-10-11xfs: reduce ioend latencyChristoph Hellwig
2011-10-11xfs: defer AIO/DIO completionsChristoph Hellwig
2011-10-11xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig
2011-10-11xfs: use the "delwri" terminology consistentlyChristoph Hellwig
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig
2011-10-11xfs: move more delwri setup into xfs_buf_delwri_queueChristoph Hellwig
2011-10-11xfs: remove the unlock argument to xfs_buf_delwri_queueChristoph Hellwig
2011-10-11xfs: remove delwri buffer handling from xfs_buf_iorequestChristoph Hellwig
2011-10-11xfs: don't serialise adjacent concurrent direct IO appending writesDave Chinner
2011-10-11xfs: don't serialise direct IO reads on page cache checksDave Chinner