aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/dir-item.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-4/+4
2022-12-05btrfs: move dir-item prototypes into dir-item.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusGravatar Omar Sandoval 1-2/+5
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrGravatar Sweet Tea Dorminy 1-5/+5
2022-12-05btrfs: use struct qstr instead of name and namelen pairsGravatar Sweet Tea Dorminy 1-26/+24
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_itemGravatar Gabriel Niebler 1-25/+6
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-5/+5
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereGravatar Josef Bacik 1-4/+2
2021-10-07btrfs: unify lookup return value when dir entry is missingGravatar Filipe Manana 1-11/+37
2021-08-23btrfs: introduce btrfs_lookup_match_dirGravatar Marcos Paulo de Souza 1-37/+39
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-1/+0
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemGravatar David Sterba 1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemGravatar David Sterba 1-2/+1
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemGravatar Lu Fengqi 1-4/+4
2018-08-06btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexGravatar Lu Fengqi 1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-26btrfs: Remove custom crc32c init codeGravatar Nikolay Borisov 1-1/+0
2018-01-22btrfs: Cleanup existing name_len checksGravatar Qu Wenruo 1-108/+0
2017-06-29btrfs: fix validation of XATTR_ITEM dir itemsGravatar David Sterba 1-8/+0
2017-06-21btrfs: Check name_len on add_inode_ref call pathGravatar Su Yue 1-2/+2
2017-06-21btrfs: Check name_len with boundary in verify dir_itemGravatar Su Yue 1-1/+9
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundaryGravatar Su Yue 1-0/+72
2017-06-09btrfs: tree-log.c: Wrong printk information about namelenGravatar Su Yue 1-1/+1
2017-02-28btrfs: do proper error handling in btrfs_insert_xattr_itemGravatar David Sterba 1-1/+2
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsGravatar David Sterba 1-2/+1
2017-02-14btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-14/+17
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-6/+6
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-3/+3
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-3/+4
2014-11-20Btrfs: make xattr replace operations atomicGravatar Filipe Manana 1-7/+3
2014-09-17btrfs: kill the key type accessor helpersGravatar David Sterba 1-6/+6
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-3/+3
2014-01-28Btrfs: fix max dir item size calculationGravatar Filipe David Borba Manana 1-1/+1
2013-11-11Btrfs: fix verification of dir_itemGravatar Filipe David Borba Manana 1-2/+4
2013-11-11btrfs: drop unused parameter from btrfs_item_nrGravatar Ross Kirk 1-1/+1
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-1/+5
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Gravatar Tsutomu Itoh 1-1/+1
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledGravatar Tsutomu Itoh 1-2/+1
2012-12-17Btrfs: fix hash overflow handlingGravatar Chris Mason 1-0/+59
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-0/+1
2012-03-22btrfs: return void in functions without error conditionsGravatar Jeff Mahoney 1-5/+4
2011-08-01Btrfs: remove redundant code for dir item lookupGravatar Li Zefan 1-28/+2
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrGravatar Josef Bacik 1-7/+2
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersGravatar Chris Mason 1-2/+1
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Gravatar Tsutomu Itoh 1-1/+0