index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-29
xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c
Christoph Hellwig
1
-11
/
+0
2019-06-29
xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c
Christoph Hellwig
1
-11
/
+0
2019-06-29
xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c
Christoph Hellwig
1
-11
/
+0
2019-06-29
xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
Christoph Hellwig
1
-8
/
+0
2019-06-29
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
1
-8
/
+8
2019-06-29
xfs: add a flag to release log items on commit
Christoph Hellwig
1
-0
/
+7
2019-06-29
xfs: split iop_unlock
Christoph Hellwig
1
-2
/
+2
2019-06-12
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
1
-1
/
+1
2018-12-12
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
1
-1
/
+2
2018-12-12
xfs: idiotproof defer op type configuration
Darrick J. Wong
1
-4
/
+0
2018-10-18
xfs: fix buffer state management in xrep_findroot_block
Darrick J. Wong
1
-0
/
+1
2018-08-03
xfs: fold dfops into the transaction
Brian Foster
1
-6
/
+2
2018-08-03
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
1
-1
/
+0
2018-08-03
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
1
-5
/
+5
2018-08-03
xfs: automatic dfops inode relogging
Brian Foster
1
-3
/
+0
2018-08-03
xfs: automatic dfops buffer relogging
Brian Foster
1
-1
/
+0
2018-08-03
xfs: replace dop_low with transaction flag
Brian Foster
1
-2
/
+0
2018-08-03
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
1
-3
/
+0
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
1
-0
/
+3
2018-07-26
xfs: support embedded dfops in transaction
Brian Foster
1
-1
/
+16
2018-07-26
xfs: pack holes in xfs_defer_ops and xfs_trans
Brian Foster
1
-1
/
+1
2018-07-12
xfs: add firstblock field to xfs_trans
Brian Foster
1
-0
/
+1
2018-07-12
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
Brian Foster
1
-1
/
+1
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-10
xfs: add bmapi nodiscard flag
Brian Foster
1
-1
/
+2
2018-05-10
xfs: get rid of the log item descriptor
Dave Chinner
1
-4
/
+4
2018-05-10
xfs: log item flags are racy
Dave Chinner
1
-7
/
+12
2018-05-09
xfs: defer agfl block frees when dfops is available
Brian Foster
1
-0
/
+1
2018-01-29
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
1
-1
/
+1
2017-09-01
xfs: disallow marking previously dirty buffers as ordered
Brian Foster
1
-1
/
+1
2017-09-01
xfs: refactor buffer logging into buffer dirtying helper
Brian Foster
1
-1
/
+3
2017-09-01
xfs: refactor xfs_trans_roll
Christoph Hellwig
1
-1
/
+2
2017-08-22
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
1
-0
/
+1
2017-08-22
xfs: Add infrastructure needed for error propagation during buffer IO failure
Carlos Maiolino
1
-2
/
+5
2017-06-20
xfs: remove double-underscore integer types
Darrick J. Wong
1
-1
/
+1
2017-06-19
xfs: remove lsn relevant fields from xfs_trans structure and its users
Shan Hai
1
-4
/
+0
2017-06-19
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
1
-1
/
+1
2017-04-07
xfs: fold __xfs_trans_roll into xfs_trans_roll
Christoph Hellwig
1
-1
/
+0
2017-04-04
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
1
-0
/
+2
2017-01-31
xfs: remove unused struct declarations
Eric Sandeen
1
-1
/
+0
2016-10-04
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
1
-0
/
+1
2016-10-04
xfs: log bmap intent items
Darrick J. Wong
1
-0
/
+13
2016-10-03
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
1
-2
/
+6
2016-10-03
xfs: log refcount intent items
Darrick J. Wong
1
-0
/
+11
2016-08-03
xfs: remove the extents array from the rmap update done log item
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: propagate bmap updates to rmapbt
Darrick J. Wong
1
-1
/
+2
2016-08-03
xfs: enable the xfs_defer mechanism to process rmaps to update
Darrick J. Wong
1
-7
/
+4
2016-08-03
xfs: log rmap intent items
Darrick J. Wong
1
-0
/
+17
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
1
-5
/
+0
[next]