index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-22
xfs: remove struct xfs_attr_item.xattri_flags
Darrick J. Wong
1
-19
/
+13
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
4
-2
/
+31
2022-05-22
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
4
-18
/
+18
2022-05-22
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
3
-31
/
+44
2022-05-20
xfs: free xfs_attrd_log_items correctly
Darrick J. Wong
1
-1
/
+1
2022-05-20
xfs: validate xattr name earlier in recovery
Darrick J. Wong
1
-7
/
+8
2022-05-20
xfs: reject unknown xattri log item filter flags during recovery
Darrick J. Wong
2
-4
/
+16
2022-05-20
xfs: reject unknown xattri log item operation flags during recovery
Darrick J. Wong
1
-2
/
+7
2022-05-20
xfs: don't leak the retained da state when doing a leaf to node conversion
Darrick J. Wong
1
-2
/
+8
2022-05-20
xfs: don't leak da state when freeing the attr intent item
Darrick J. Wong
2
-11
/
+26
2022-05-12
xfs: can't use kmem_zalloc() for attribute buffers
Dave Chinner
3
-54
/
+50
2022-05-12
xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
Dave Chinner
1
-0
/
+9
2022-05-12
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
6
-72
/
+137
2022-05-12
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
4
-67
/
+84
2022-05-12
xfs: remove xfs_attri_remove_iter
Dave Chinner
1
-279
/
+139
2022-05-12
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
3
-36
/
+26
2022-05-12
xfs: introduce attr remove initial states into xfs_attr_set_iter
Dave Chinner
3
-62
/
+84
2022-05-12
xfs: xfs_attr_set_iter() does not need to return EAGAIN
Dave Chinner
2
-53
/
+39
2022-05-12
xfs: clean up final attr removal in xfs_attr_set_iter
Dave Chinner
3
-72
/
+94
2022-05-12
xfs: remote xattr removal in xfs_attr_set_iter() is conditional
Dave Chinner
3
-35
/
+36
2022-05-12
xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
Dave Chinner
3
-54
/
+75
2022-05-12
xfs: split remote attr setting out from replace path
Dave Chinner
3
-59
/
+77
2022-05-12
xfs: consolidate leaf/node states in xfs_attr_set_iter
Dave Chinner
2
-109
/
+27
2022-05-12
xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
Dave Chinner
3
-25
/
+29
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
8
-103
/
+194
2022-05-11
xfs: don't set quota warning values
Catherine Hoang
2
-3
/
+2
2022-05-11
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
4
-29
/
+7
2022-05-11
xfs: remove quota warning limit from struct xfs_quota_limits
Catherine Hoang
5
-33
/
+7
2022-05-11
xfs: rework deferred attribute operation setup
Dave Chinner
5
-71
/
+110
2022-05-11
xfs: make xattri_leaf_bp more useful
Dave Chinner
1
-18
/
+32
2022-05-11
xfs: initialise attrd item to zero
Dave Chinner
1
-1
/
+1
2022-05-11
xfs: avoid empty xattr transaction when attrs are inline
Dave Chinner
1
-20
/
+19
2022-05-11
xfs: add leaf to node error tag
Allison Henderson
3
-1
/
+12
2022-05-11
xfs: add leaf split error tag
Allison Henderson
3
-1
/
+10
2022-05-11
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
3
-20
/
+27
2022-05-11
xfs: Add helper function xfs_attr_leaf_addname
Allison Henderson
2
-50
/
+61
2022-05-11
xfs: Merge xfs_delattr_context into xfs_attr_item
Allison Henderson
5
-147
/
+147
2022-05-11
xfs: Add larp debug option
Allison Henderson
4
-0
/
+30
2022-05-11
xfs: Add log attribute error tag
Allison Henderson
3
-1
/
+13
2022-05-11
xfs: Remove unused xfs_attr_*_args
Allison Henderson
4
-110
/
+14
2022-05-11
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
4
-3
/
+111
2022-05-09
xfs: Skip flip flags for delayed attrs
Allison Henderson
2
-22
/
+35
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
4
-1
/
+378
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
15
-6
/
+648
2022-05-04
xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
Allison Henderson
1
-0
/
+8
2022-05-04
xfs: Fix double unlock in defer capture code
Allison Henderson
1
-1
/
+10
2022-05-04
xfs: validate v5 feature fields
Dave Chinner
1
-10
/
+58
2022-05-04
xfs: set XFS_FEAT_NLINK correctly
Dave Chinner
1
-0
/
+2
2022-05-04
xfs: validate inode fork size against fork format
Dave Chinner
1
-9
/
+26
2022-05-04
xfs: detect self referencing btree sibling pointers
Dave Chinner
1
-35
/
+105
[next]