index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
dir-item.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: remove pointless error check in btrfs_check_dir_item_collision()
Filipe Manana
1
-3
/
+1
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-2
/
+1
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
1
-0
/
+1
2025-07-22
btrfs: rename inode number parameter passed to btrfs_check_dir_item_collision()
David Sterba
1
-2
/
+2
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_check_dir_item_collision()
David Sterba
1
-15
/
+9
2025-01-13
btrfs: dir-item: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+0
2024-11-11
btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name()
David Sterba
1
-7
/
+4
2024-10-22
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
Yue Haibing
1
-2
/
+2
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
1
-4
/
+4
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-4
/
+4
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
1
-2
/
+5
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
1
-5
/
+5
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
1
-26
/
+24
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_item
Gabriel Niebler
1
-25
/
+6
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-5
/
+5
2022-01-03
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
1
-4
/
+2
2021-10-07
btrfs: unify lookup return value when dir entry is missing
Filipe Manana
1
-11
/
+37
2021-08-23
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
1
-37
/
+39
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
1
-1
/
+0
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
1
-1
/
+1
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
1
-2
/
+1
2018-10-15
btrfs: Remove root parameter from btrfs_insert_dir_item
Lu Fengqi
1
-4
/
+4
2018-08-06
btrfs: Remove fs_info from btrfs_insert_delayed_dir_index
Lu Fengqi
1
-2
/
+2
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-03-26
btrfs: Remove custom crc32c init code
Nikolay Borisov
1
-1
/
+0
2018-01-22
btrfs: Cleanup existing name_len checks
Qu Wenruo
1
-108
/
+0
2017-06-29
btrfs: fix validation of XATTR_ITEM dir items
David Sterba
1
-8
/
+0
2017-06-21
btrfs: Check name_len on add_inode_ref call path
Su Yue
1
-2
/
+2
2017-06-21
btrfs: Check name_len with boundary in verify dir_item
Su Yue
1
-1
/
+9
2017-06-21
btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundary
Su Yue
1
-0
/
+72
2017-06-09
btrfs: tree-log.c: Wrong printk information about namelen
Su Yue
1
-1
/
+1
2017-02-28
btrfs: do proper error handling in btrfs_insert_xattr_item
David Sterba
1
-1
/
+2
2017-02-28
btrfs: Make btrfs_insert_dir_item take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2017-02-14
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
1
-2
/
+1
2017-02-14
btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
1
-1
/
+1
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-14
/
+17
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-6
/
+6
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-3
/
+3
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-3
/
+4
2014-11-20
Btrfs: make xattr replace operations atomic
Filipe Manana
1
-7
/
+3
2014-09-17
btrfs: kill the key type accessor helpers
David Sterba
1
-6
/
+6
2014-01-28
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-3
/
+3
2014-01-28
Btrfs: fix max dir item size calculation
Filipe David Borba Manana
1
-1
/
+1
2013-11-11
Btrfs: fix verification of dir_item
Filipe David Borba Manana
1
-2
/
+4
2013-11-11
btrfs: drop unused parameter from btrfs_item_nr
Ross Kirk
1
-1
/
+1
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
1
-1
/
+5
[next]