index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pcmcia
/
i82365.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
6
-45
/
+67
2022-05-27
xfs: warn about LARP once per mount
Darrick J. Wong
2
-3
/
+6
2022-05-27
xfs: implement per-mount warnings for scrub and shrink usage
Darrick J. Wong
4
-22
/
+23
2022-05-27
xfs: don't log every time we clear the log incompat flags
Darrick J. Wong
1
-1
/
+0
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
5
-134
/
+223
2022-05-23
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2
-4
/
+5
2022-05-22
xfs: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2022-05-22
xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO
Kaixu Xia
1
-1
/
+1
2022-05-22
xfs: Remove dead code
Jiapeng Chong
1
-59
/
+0
2022-05-22
xfs: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
6
-51
/
+51
2022-05-22
xfs: clean up state variable usage in xfs_attr_node_remove_attr
Darrick J. Wong
1
-5
/
+2
2022-05-22
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
6
-52
/
+25
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
[next]