aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-11xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig1-43/+9
2011-10-11xfs: introduce xfs_bmapi_delay()Christoph Hellwig3-35/+94
2011-10-11xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig1-84/+118
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner4-112/+19
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner13-77/+151
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner1-74/+107
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig1-5/+1
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig1-27/+8
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig1-18/+1
2011-10-11xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka1-1/+1
2011-10-11xfs: Fix the incorrect comment in the header of _xfs_buf_findChandra Seetharaman1-4/+1
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman6-11/+30
2011-10-11xfs: Check the return value of xfs_buf_get()Chandra Seetharaman2-2/+22
2011-10-11xfs: improve ioend error handlingChristoph Hellwig1-10/+17
2011-10-11xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig1-3/+14
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig2-21/+1
2011-10-11xfs: remove i_iocountChristoph Hellwig9-67/+9
2011-10-11xfs: wait for I/O completion when writing out pages in xfs_setattr_sizeChristoph Hellwig1-2/+2
2011-10-11xfs: reduce ioend latencyChristoph Hellwig1-1/+15
2011-10-11xfs: defer AIO/DIO completionsChristoph Hellwig2-17/+10
2011-10-11xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig1-11/+0
2011-10-11xfs: use the "delwri" terminology consistentlyChristoph Hellwig2-26/+21
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig8-40/+50
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig12-39/+30
2011-10-11xfs: move more delwri setup into xfs_buf_delwri_queueChristoph Hellwig1-19/+12
2011-10-11xfs: remove the unlock argument to xfs_buf_delwri_queueChristoph Hellwig1-10/+6
2011-10-11xfs: remove delwri buffer handling from xfs_buf_iorequestChristoph Hellwig1-7/+2