index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c
Christoph Hellwig
2019-06-28
1
-11
/
+0
*
xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c
Christoph Hellwig
2019-06-28
1
-11
/
+0
*
xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c
Christoph Hellwig
2019-06-28
1
-11
/
+0
*
xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
Christoph Hellwig
2019-06-28
1
-8
/
+0
*
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
2019-06-28
1
-8
/
+8
*
xfs: add a flag to release log items on commit
Christoph Hellwig
2019-06-28
1
-0
/
+7
*
xfs: split iop_unlock
Christoph Hellwig
2019-06-28
1
-2
/
+2
*
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
2019-06-12
1
-1
/
+1
*
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
2018-12-12
1
-1
/
+2
*
xfs: idiotproof defer op type configuration
Darrick J. Wong
2018-12-12
1
-4
/
+0
*
xfs: fix buffer state management in xrep_findroot_block
Darrick J. Wong
2018-10-18
1
-0
/
+1
*
xfs: fold dfops into the transaction
Brian Foster
2018-08-02
1
-6
/
+2
*
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
2018-08-02
1
-1
/
+0
*
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
2018-08-02
1
-5
/
+5
*
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
1
-3
/
+0
*
xfs: automatic dfops buffer relogging
Brian Foster
2018-08-02
1
-1
/
+0
*
xfs: replace dop_low with transaction flag
Brian Foster
2018-08-02
1
-2
/
+0
*
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
2018-08-02
1
-3
/
+0
*
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
1
-0
/
+3
*
xfs: support embedded dfops in transaction
Brian Foster
2018-07-26
1
-1
/
+16
*
xfs: pack holes in xfs_defer_ops and xfs_trans
Brian Foster
2018-07-26
1
-1
/
+1
*
xfs: add firstblock field to xfs_trans
Brian Foster
2018-07-11
1
-0
/
+1
*
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
Brian Foster
2018-07-11
1
-1
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: add bmapi nodiscard flag
Brian Foster
2018-05-10
1
-1
/
+2
*
xfs: get rid of the log item descriptor
Dave Chinner
2018-05-10
1
-4
/
+4
*
xfs: log item flags are racy
Dave Chinner
2018-05-10
1
-7
/
+12
*
xfs: defer agfl block frees when dfops is available
Brian Foster
2018-05-09
1
-0
/
+1
*
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
2018-01-29
1
-1
/
+1
*
xfs: disallow marking previously dirty buffers as ordered
Brian Foster
2017-09-01
1
-1
/
+1
*
xfs: refactor buffer logging into buffer dirtying helper
Brian Foster
2017-09-01
1
-1
/
+3
*
xfs: refactor xfs_trans_roll
Christoph Hellwig
2017-09-01
1
-1
/
+2
*
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
2017-08-22
1
-0
/
+1
*
xfs: Add infrastructure needed for error propagation during buffer IO failure
Carlos Maiolino
2017-08-22
1
-2
/
+5
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-1
/
+1
*
xfs: remove lsn relevant fields from xfs_trans structure and its users
Shan Hai
2017-06-19
1
-4
/
+0
*
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
2017-06-19
1
-1
/
+1
*
xfs: fold __xfs_trans_roll into xfs_trans_roll
Christoph Hellwig
2017-04-06
1
-1
/
+0
*
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
2017-04-03
1
-0
/
+2
*
xfs: remove unused struct declarations
Eric Sandeen
2017-01-30
1
-1
/
+0
*
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
1
-0
/
+1
*
xfs: log bmap intent items
Darrick J. Wong
2016-10-04
1
-0
/
+13
*
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
2016-10-03
1
-2
/
+6
*
xfs: log refcount intent items
Darrick J. Wong
2016-10-03
1
-0
/
+11
*
xfs: remove the extents array from the rmap update done log item
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: propagate bmap updates to rmapbt
Darrick J. Wong
2016-08-03
1
-1
/
+2
*
xfs: enable the xfs_defer mechanism to process rmaps to update
Darrick J. Wong
2016-08-03
1
-7
/
+4
*
xfs: log rmap intent items
Darrick J. Wong
2016-08-03
1
-0
/
+17
*
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
2016-08-03
1
-5
/
+0
[next]