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
/
xfs_attr_item.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
xfs: add a xattr_entry helper
Darrick J. Wong
1
-4
/
+7
2024-02-13
xfs: place intent recovery under NOFS allocation context
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-2
/
+2
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
1
-1
/
+1
2023-12-14
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
1
-0
/
+1
2023-12-14
xfs: move xfs_attr_defer_type up in xfs_attr_item.c
Christoph Hellwig
1
-33
/
+33
2023-12-06
xfs: elide ->create_done calls for unlogged deferred work
Darrick J. Wong
1
-3
/
+0
2023-12-06
xfs: move ->iop_relog to struct xfs_defer_op_type
Darrick J. Wong
1
-4
/
+4
2023-12-06
xfs: collapse the ->create_done functions
Darrick J. Wong
1
-24
/
+13
2023-12-06
xfs: hoist xfs_trans_add_item calls to defer ops functions
Darrick J. Wong
1
-4
/
+0
2023-12-06
xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
Darrick J. Wong
1
-1
/
+0
2023-12-06
xfs: use xfs_defer_create_done for the relogging operation
Darrick J. Wong
1
-5
/
+1
2023-12-06
xfs: hoist ->create_intent boilerplate to its callsite
Darrick J. Wong
1
-3
/
+0
2023-12-06
xfs: collapse the ->finish_item helpers
Darrick J. Wong
1
-39
/
+21
2023-12-06
xfs: hoist intent done flag setting to ->finish_item callsite
Darrick J. Wong
1
-26
/
+4
2023-12-06
xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
Darrick J. Wong
1
-2
/
+4
2023-12-06
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
1
-9
/
+12
2023-12-06
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
1
-19
/
+1
2023-12-06
xfs: dump the recovered xattri log item if corruption happens
Darrick J. Wong
1
-0
/
+4
2023-12-06
xfs: recreate work items when recovering intent items
Darrick J. Wong
1
-39
/
+51
2023-12-06
xfs: transfer recovered intent item ownership in ->iop_recover
Darrick J. Wong
1
-0
/
+1
2023-12-06
xfs: pass the xfs_defer_pending object to iop_recover
Darrick J. Wong
1
-1
/
+2
2023-12-06
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
1
-8
/
+2
2023-12-06
xfs: don't leak recovered attri intent items
Darrick J. Wong
1
-2
/
+7
2023-09-12
xfs: reserve less log space when recovering log intent items
Darrick J. Wong
1
-3
/
+4
2022-10-31
xfs: dump corrupt recovered log intent items to dmesg consistently
Darrick J. Wong
1
-6
/
+13
2022-10-31
xfs: fix validation in attr log item recovery
Darrick J. Wong
1
-31
/
+23
2022-09-19
xfs: do not need to check return value of xlog_kvmalloc()
Zhiqiang Liu
1
-6
/
+0
2022-06-29
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
1
-22
/
+0
2022-06-26
xfs: clean up the end of xfs_attri_item_recover
Darrick J. Wong
1
-19
/
+26
2022-06-26
xfs: always free xattri_leaf_bp when cancelling a deferred op
Darrick J. Wong
1
-1
/
+19
2022-06-15
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
1
-6
/
+9
2022-05-23
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
1
-1
/
+0
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
1
-118
/
+152
2022-05-22
xfs: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2022-05-22
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
1
-12
/
+12
2022-05-22
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
1
-0
/
+3
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
1
-1
/
+4
2022-05-22
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
1
-10
/
+10
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
1
-3
/
+7
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 da state when freeing the attr intent item
Darrick J. Wong
1
-3
/
+12
2022-05-12
xfs: can't use kmem_zalloc() for attribute buffers
Dave Chinner
1
-20
/
+15
2022-05-12
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
1
-1
/
+7
2022-05-12
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
1
-24
/
+7
[next]