index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_bmap_item.c
Age
Commit message (
Expand
)
Author
2018-08-02
xfs: pass transaction to xfs_defer_add()
Brian Foster
2018-08-02
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
2018-08-02
xfs: pass transaction to dfops reset/move helpers
Brian Foster
2018-08-02
xfs: use transaction for intent recovery instead of raw dfops
Brian Foster
2018-07-26
xfs: clean up IRELE/iput callsites
Darrick J. Wong
2018-07-26
xfs: use internal dfops during [b|c]ui recovery
Brian Foster
2018-07-11
xfs: use ->t_dfops for recovery of [b|c]ui log items
Brian Foster
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-10
xfs: log item flags are racy
Dave Chinner
2018-04-02
xfs: fix intent use-after-free on abort
Dave Chinner
2017-11-27
xfs: log recovery should replay deferred ops in order
Darrick J. Wong
2017-09-01
xfs: remove the ip argument to xfs_defer_finish
Christoph Hellwig
2017-06-19
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
2017-05-03
xfs: reserve enough blocks to handle btree splits when remapping
Darrick J. Wong
2017-04-25
xfs: better log intent item refcount checking
Darrick J. Wong
2016-10-04
xfs: when replaying bmap operations, don't let unlinked inodes get reaped
Darrick J. Wong
2016-10-04
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
xfs: log bmap intent items
Darrick J. Wong
2016-10-04
xfs: create bmbt update intent log items
Darrick J. Wong