index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: purge dquots after inode walk fails during quotacheck
Darrick J. Wong
2022-05-27
1
-1
/
+8
*
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
2022-05-27
1
-1
/
+7
*
xfs: don't assert fail on perag references on teardown
Dave Chinner
2022-05-27
1
-2
/
+1
*
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
2022-05-27
1
-14
/
+33
*
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
2022-05-23
4
-62
/
+2
|
\
|
*
xfs: Remove duplicate include
Jiapeng Chong
2022-05-22
1
-1
/
+0
|
*
xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO
Kaixu Xia
2022-05-22
1
-1
/
+1
|
*
xfs: Remove dead code
Jiapeng Chong
2022-05-22
1
-59
/
+0
|
*
xfs: fix typo in comment
Julia Lawall
2022-05-22
1
-1
/
+1
*
|
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2022-05-23
5
-134
/
+223
*
|
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2022-05-23
2
-4
/
+5
*
|
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
2022-05-22
6
-51
/
+51
*
|
xfs: clean up state variable usage in xfs_attr_node_remove_attr
Darrick J. Wong
2022-05-22
1
-5
/
+2
*
|
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
6
-52
/
+25
*
|
xfs: remove struct xfs_attr_item.xattri_flags
Darrick J. Wong
2022-05-22
1
-19
/
+13
*
|
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
2022-05-22
4
-2
/
+31
*
|
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
2022-05-22
4
-18
/
+18
*
|
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
2022-05-22
3
-31
/
+44
*
|
xfs: free xfs_attrd_log_items correctly
Darrick J. Wong
2022-05-20
1
-1
/
+1
*
|
xfs: validate xattr name earlier in recovery
Darrick J. Wong
2022-05-20
1
-7
/
+8
*
|
xfs: reject unknown xattri log item filter flags during recovery
Darrick J. Wong
2022-05-20
2
-4
/
+16
*
|
xfs: reject unknown xattri log item operation flags during recovery
Darrick J. Wong
2022-05-20
1
-2
/
+7
*
|
xfs: don't leak the retained da state when doing a leaf to node conversion
Darrick J. Wong
2022-05-20
1
-2
/
+8
*
|
xfs: don't leak da state when freeing the attr intent item
Darrick J. Wong
2022-05-20
2
-11
/
+26
|
/
*
Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next
Dave Chinner
2022-05-12
8
-62
/
+13
|
\
|
*
xfs: don't set quota warning values
Catherine Hoang
2022-05-11
2
-3
/
+2
|
*
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
2022-05-11
4
-29
/
+7
|
*
xfs: remove quota warning limit from struct xfs_quota_limits
Catherine Hoang
2022-05-11
5
-33
/
+7
*
|
xfs: can't use kmem_zalloc() for attribute buffers
Dave Chinner
2022-05-12
3
-54
/
+50
*
|
xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
Dave Chinner
2022-05-12
1
-0
/
+9
*
|
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
2022-05-12
6
-72
/
+137
*
|
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
2022-05-12
4
-67
/
+84
*
|
xfs: remove xfs_attri_remove_iter
Dave Chinner
2022-05-12
1
-279
/
+139
*
|
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
2022-05-12
3
-36
/
+26
*
|
xfs: introduce attr remove initial states into xfs_attr_set_iter
Dave Chinner
2022-05-12
3
-62
/
+84
*
|
xfs: xfs_attr_set_iter() does not need to return EAGAIN
Dave Chinner
2022-05-12
2
-53
/
+39
*
|
xfs: clean up final attr removal in xfs_attr_set_iter
Dave Chinner
2022-05-12
3
-72
/
+94
*
|
xfs: remote xattr removal in xfs_attr_set_iter() is conditional
Dave Chinner
2022-05-12
3
-35
/
+36
*
|
xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
Dave Chinner
2022-05-12
3
-54
/
+75
*
|
xfs: split remote attr setting out from replace path
Dave Chinner
2022-05-12
3
-59
/
+77
*
|
xfs: consolidate leaf/node states in xfs_attr_set_iter
Dave Chinner
2022-05-12
2
-109
/
+27
*
|
xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
Dave Chinner
2022-05-12
3
-25
/
+29
*
|
xfs: separate out initial attr_set states
Dave Chinner
2022-05-12
8
-103
/
+194
*
|
xfs: rework deferred attribute operation setup
Dave Chinner
2022-05-11
5
-71
/
+110
*
|
xfs: make xattri_leaf_bp more useful
Dave Chinner
2022-05-11
1
-18
/
+32
*
|
xfs: initialise attrd item to zero
Dave Chinner
2022-05-11
1
-1
/
+1
*
|
xfs: avoid empty xattr transaction when attrs are inline
Dave Chinner
2022-05-11
1
-20
/
+19
*
|
xfs: add leaf to node error tag
Allison Henderson
2022-05-11
3
-1
/
+12
*
|
xfs: add leaf split error tag
Allison Henderson
2022-05-11
3
-1
/
+10
*
|
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
2022-05-11
3
-20
/
+27
[next]