Commit Graph

175 Commits (3538c56329936c78f7d356889908790006d0124c)

Author SHA1 Message Date
Dave Chinner a99ebf43f4 xfs: fix allocation length overflow in xfs_bmapi_write() 13 years ago
Christoph Hellwig ddc3415aba xfs: simplify xfs_trans_ijoin* again 14 years ago
Christoph Hellwig b0eab14e74 xfs: dont ignore error code from xfs_bmbt_update 14 years ago
Christoph Hellwig c653424985 xfs: pass bmalloca to xfs_bmap_add_extent_hole_real 14 years ago
Christoph Hellwig 572a4cf04a xfs: pass bmalloca to xfs_bmap_add_extent_delay_real 14 years ago
Christoph Hellwig c315c90b7d xfs: move logflags into bmalloca 14 years ago
Dave Chinner e0c3da5d89 xfs: move lastx and nallocs into bmalloca 14 years ago
Dave Chinner 29c8d17a89 xfs: move btree cursor into bmalloca 14 years ago
Dave Chinner 963c30cf45 xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocate 14 years ago
Dave Chinner 3a75667e90 xfs: rename allocation range fields in struct xfs_bmalloca 14 years ago
Dave Chinner 0937e0fd8b xfs: move firstblock and bmap freelist cursor into bmalloca structure 14 years ago
Dave Chinner baf41a52b9 xfs: move extent records into bmalloca structure 14 years ago
Dave Chinner 1b16447ba2 xfs: pass bmalloca structure to xfs_bmap_isaeof 14 years ago
Christoph Hellwig a5bd606ba6 xfs: remove xfs_bmap_add_extent 14 years ago
Christoph Hellwig 27a3f8f2de xfs: introduce xfs_bmap_last_extent 14 years ago
Dave Chinner c0dc7828af xfs: rename xfs_bmapi to xfs_bmapi_write 14 years ago
Dave Chinner b447fe5a05 xfs: factor unwritten extent map manipulations out of xfs_bmapi 14 years ago
Dave Chinner 7e47a4efde xfs: factor extent allocation out of xfs_bmapi 14 years ago
Christoph Hellwig 1fd044d9c6 xfs: do not use xfs_bmap_add_extent for adding delalloc extents 14 years ago
Christoph Hellwig 4403280aa5 xfs: introduce xfs_bmapi_delay() 14 years ago
Christoph Hellwig b64dfe4e18 xfs: factor delalloc reservations out of xfs_bmapi 14 years ago
Dave Chinner 5b777ad517 xfs: remove xfs_bmapi_single() 14 years ago
Dave Chinner 5c8ed2021f xfs: introduce xfs_bmapi_read() 14 years ago
Dave Chinner aef9a89586 xfs: factor extent map manipulations out of xfs_bmapi 14 years ago
Christoph Hellwig ecee76ba9d xfs: remove the nextents variable in xfs_bmapi 14 years ago
Christoph Hellwig b9b984d784 xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real 14 years ago
Christoph Hellwig e7455e02e5 xfs: remove the first extent special case in xfs_bmap_add_extent 14 years ago
Christoph Hellwig 859f57ca00 xfs: avoid synchronous transactions when deleting attr blocks 14 years ago
Al Viro abbede1b3a xfs: get rid of open-coded S_ISREG(), etc. 14 years ago
Chandra Seetharaman 6292604447 xfs: Remove the macro XFS_BUF_PTR 14 years ago
Christoph Hellwig 5792664070 xfs: reshuffle dir2 headers 14 years ago
Christoph Hellwig 69ef921b55 xfs: byteswap constants instead of variables 14 years ago
Christoph Hellwig f3ca87389d xfs: remove i_transp 14 years ago
Christoph Hellwig 233eebb9a9 xfs: correctly decrement the extent buffer index in xfs_bmap_del_extent 14 years ago
Christoph Hellwig f1c63b73cf xfs: do not do pointer arithmetic on extent records 14 years ago
Christoph Hellwig 00239acf36 xfs: do not use unchecked extent indices in xfs_bunmapi 14 years ago
Christoph Hellwig 5690f92199 xfs: do not use unchecked extent indices in xfs_bmapi 14 years ago
Christoph Hellwig 2f2b3220b0 xfs: do not use unchecked extent indices in xfs_bmap_add_extent_* 14 years ago
Christoph Hellwig ec90c55634 xfs: remove if_lastex 14 years ago
Christoph Hellwig 548932739b xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag 14 years ago
Dave Chinner 0b932cccbd xfs: Convert remaining cmn_err() callers to new API 14 years ago
Dave Chinner 5348778699 xfs: convert xfs_fs_cmn_err to new error logging API 14 years ago
Dave Chinner 65333b4c3d xfs: kill xfs_fs_repair_cmn_err() macro 14 years ago
Dave Chinner 6a19d9393a xfs: convert xfs_cmn_err to xfs_alert_tag 14 years ago
Christoph Hellwig 1050c71e29 xfs: stop using xfs_trans_iget in the RT allocator 14 years ago
Christoph Hellwig 9681153b46 xfs: add lockdep annotations for the rt inodes 14 years ago
Christoph Hellwig 04e99455ea xfs: only lock the rt bitmap inode once per allocation 14 years ago
bpm@sgi.com 24446fc66f xfs: xfs_bmap_add_extent_delay_real should init br_startblock 14 years ago
Dave Chinner 4ce159890c xfs: prevent extsize alignment from exceeding maximum extent size 14 years ago
Dave Chinner 14b064ceaa xfs: limit extent length for allocation to AG size 14 years ago