summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dir-item.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-4/+4
* btrfs: move dir-item prototypes into dir-item.hJosef Bacik2022-12-051-0/+1
* btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval2022-12-051-2/+5
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-051-5/+5
* btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2022-12-051-26/+24
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_itemGabriel Niebler2022-05-161-25/+6
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-5/+5
* btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-031-4/+2
* btrfs: unify lookup return value when dir entry is missingFilipe Manana2021-10-071-11/+37
* btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza2021-08-231-37/+39
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-1/+0
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-1/+1
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+1
* btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-151-4/+4
* btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexLu Fengqi2018-08-061-2/+2
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-1/+0
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-108/+0
* btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba2017-06-291-8/+0
* btrfs: Check name_len on add_inode_ref call pathSu Yue2017-06-211-2/+2
* btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-211-1/+9
* btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue2017-06-211-0/+72
* btrfs: tree-log.c: Wrong printk information about namelenSu Yue2017-06-091-1/+1
* btrfs: do proper error handling in btrfs_insert_xattr_itemDavid Sterba2017-02-281-1/+2
* btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov2017-02-281-3/+3
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-2/+1
* btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-14/+17
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-6/+6
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-3/+3
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-3/+4
* Btrfs: make xattr replace operations atomicFilipe Manana2014-11-201-7/+3
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-6/+6
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-3/+3
* Btrfs: fix max dir item size calculationFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: fix verification of dir_itemFilipe David Borba Manana2013-11-111-2/+4
* btrfs: drop unused parameter from btrfs_item_nrRoss Kirk2013-11-111-1/+1
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-1/+5
* Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh2013-05-061-1/+1
* Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-2/+1
* Btrfs: fix hash overflow handlingChris Mason2012-12-171-0/+59
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-0/+1
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-5/+4
* Btrfs: remove redundant code for dir item lookupLi Zefan2011-08-011-28/+2
* Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik2011-07-111-7/+2
* Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-2/+1
|\
| * Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-231-1/+0