summaryrefslogtreecommitdiff
path: root/fs/btrfs/dir-item.c
AgeCommit message (Expand)Author
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_itemGabriel Niebler
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana
2021-08-23btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi
2018-08-06btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexLu Fengqi
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2017-06-29btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba
2017-06-21btrfs: Check name_len on add_inode_ref call pathSu Yue
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue
2017-06-09btrfs: tree-log.c: Wrong printk information about namelenSu Yue
2017-02-28btrfs: do proper error handling in btrfs_insert_xattr_itemDavid Sterba
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inodeNikolay Borisov
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: fix max dir item size calculationFilipe David Borba Manana
2013-11-11Btrfs: fix verification of dir_itemFilipe David Borba Manana
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2012-12-17Btrfs: fix hash overflow handlingChris Mason
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2011-08-01Btrfs: remove redundant code for dir item lookupLi Zefan
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh