index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-26
xfs: bypass final dfops roll in trans commit path
Brian Foster
2
-13
/
+26
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
4
-24
/
+22
2018-07-26
xfs: remove unnecessary dfops init calls in xattr code
Brian Foster
2
-11
/
+0
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
2
-24
/
+2
2018-07-26
xfs: use internal dfops in attr code
Brian Foster
1
-11
/
+5
2018-07-26
xfs: support embedded dfops in transaction
Brian Foster
2
-14
/
+24
2018-07-26
xfs: pack holes in xfs_defer_ops and xfs_trans
Brian Foster
1
-1
/
+2
2018-07-26
xfs: reset dfops to initial state after finish
Brian Foster
1
-2
/
+18
2018-07-26
xfs: remove unused deferred ops committed field
Brian Foster
2
-2
/
+0
2018-07-26
xfs: make deferred processing safe for embedded dfops
Brian Foster
1
-18
/
+14
2018-07-26
xfs: fix transaction leak on remote attr set/remove failure
Brian Foster
1
-2
/
+0
2018-07-23
xfs: force summary counter recalc at next mount
Darrick J. Wong
1
-1
/
+3
2018-07-23
xfs: refactor unmount record write
Darrick J. Wong
1
-0
/
+13
2018-07-23
xfs: detect and fix bad summary counts at mount
Darrick J. Wong
1
-3
/
+18
2018-07-23
xfs: clean up xfs_btree_del_cursor callers
Darrick J. Wong
1
-8
/
+3
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
6
-35
/
+15
2018-07-23
xfs: return from _defer_finish with a clean transaction
Darrick J. Wong
1
-0
/
+6
2018-07-23
xfs: check leaf attribute block freemap in verifier
Darrick J. Wong
1
-0
/
+22
2018-07-17
libxfs: Fix a couple of sparse complaintis
Carlos Maiolino
2
-2
/
+2
2018-07-17
xfs: use swap macro in xfs_dir2_leafn_rebalance
Gustavo A. R. Silva
1
-10
/
+7
2018-07-17
xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance
Gustavo A. R. Silva
1
-10
/
+3
2018-07-17
xfs: don't assume a left rmap when allocating a new rmap
Darrick J. Wong
1
-12
/
+12
2018-07-11
xfs: Initialize variables in xfs_alloc_get_rec before using them
Carlos Maiolino
1
-2
/
+3
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
6
-32
/
+19
2018-07-11
xfs: replace no-op firstblock init with ->t_firstblock
Brian Foster
1
-1
/
+1
2018-07-11
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
5
-16
/
+10
2018-07-11
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
3
-32
/
+7
2018-07-11
xfs: remove bmap format helpers firstblock params
Brian Foster
1
-34
/
+29
2018-07-11
xfs: remove bmap extent add helper firstblock params
Brian Foster
1
-16
/
+10
2018-07-11
xfs: remove xfs_bmalloca firstblock field
Brian Foster
2
-22
/
+23
2018-07-11
xfs: use ->t_firstblock in bmap extent split
Brian Foster
1
-9
/
+6
2018-07-11
xfs: remove bmap insert/collapse firstblock param
Brian Foster
2
-8
/
+6
2018-07-11
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
5
-22
/
+17
2018-07-11
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
4
-20
/
+9
2018-07-11
xfs: use ->t_firstblock in xfs_bmapi_remap()
Brian Foster
1
-3
/
+2
2018-07-11
xfs: use ->t_firstblock for all xfs_bunmapi() callers
Brian Foster
1
-10
/
+2
2018-07-11
xfs: use ->t_firstblock in xattr ops
Brian Foster
7
-38
/
+33
2018-07-11
xfs: use ->t_firstblock in attrfork add
Brian Foster
1
-20
/
+13
2018-07-11
xfs: remove firstblock param from xfs dir ops
Brian Foster
2
-11
/
+7
2018-07-11
xfs: allow null firstblock in xfs_bmapi_write() when tp is null
Brian Foster
1
-1
/
+1
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
6
-23
/
+30
2018-07-11
xfs: use ->t_dfops in reflink cow recover path
Brian Foster
1
-4
/
+5
2018-07-11
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
4
-10
/
+6
2018-07-11
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
3
-18
/
+4
2018-07-11
xfs: remove dfops param from internal bmap extent helpers
Brian Foster
1
-48
/
+44
2018-07-11
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
2
-13
/
+9
2018-07-11
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
2
-16
/
+15
2018-07-11
xfs: remove xfs_bmapi_remap() dfops param
Brian Foster
2
-5
/
+5
2018-07-11
xfs: remove xfs_bunmapi() dfops param
Brian Foster
5
-17
/
+14
2018-07-11
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
4
-13
/
+9
[next]