Age | Commit message (Expand) | Author |
2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana |
2022-12-05 | btrfs: move dir-item prototypes into dir-item.h | Josef Bacik |
2022-12-05 | btrfs: extend btrfs_dir_item type to store encryption status | Omar Sandoval |
2022-12-05 | btrfs: use struct fscrypt_str instead of struct qstr | Sweet Tea Dorminy |
2022-12-05 | btrfs: use struct qstr instead of name and namelen pairs | Sweet Tea Dorminy |
2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik |
2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik |
2022-05-16 | btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_item | Gabriel Niebler |
2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik |
2022-01-03 | btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere | Josef Bacik |
2021-10-07 | btrfs: unify lookup return value when dir entry is missing | Filipe Manana |
2021-08-23 | btrfs: introduce btrfs_lookup_match_dir | Marcos Paulo de Souza |
2020-12-08 | btrfs: locking: rip out path->leave_spinning | Josef Bacik |
2019-04-29 | btrfs: remove unused parameter fs_info from btrfs_extend_item | David Sterba |
2019-04-29 | btrfs: remove unused parameter fs_info from btrfs_truncate_item | David Sterba |
2018-10-15 | btrfs: Remove root parameter from btrfs_insert_dir_item | Lu Fengqi |
2018-08-06 | btrfs: Remove fs_info from btrfs_insert_delayed_dir_index | Lu Fengqi |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba |
2018-03-26 | btrfs: Remove custom crc32c init code | Nikolay Borisov |
2018-01-22 | btrfs: Cleanup existing name_len checks | Qu Wenruo |
2017-06-29 | btrfs: fix validation of XATTR_ITEM dir items | David Sterba |
2017-06-21 | btrfs: Check name_len on add_inode_ref call path | Su Yue |
2017-06-21 | btrfs: Check name_len with boundary in verify dir_item | Su Yue |
2017-06-21 | btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundary | Su Yue |
2017-06-09 | btrfs: tree-log.c: Wrong printk information about namelen | Su Yue |
2017-02-28 | btrfs: do proper error handling in btrfs_insert_xattr_item | David Sterba |
2017-02-28 | btrfs: Make btrfs_insert_dir_item take btrfs_inode | Nikolay Borisov |
2017-02-14 | btrfs: fix over-80 lines introduced by previous cleanups | David Sterba |
2017-02-14 | btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode | Nikolay Borisov |
2017-02-14 | btrfs: Make btrfs_ino take a struct btrfs_inode | Nikolay Borisov |
2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney |
2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney |
2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney |
2014-11-20 | Btrfs: make xattr replace operations atomic | Filipe Manana |
2014-09-17 | btrfs: kill the key type accessor helpers | David Sterba |
2014-01-28 | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton |
2014-01-28 | Btrfs: fix max dir item size calculation | Filipe David Borba Manana |
2013-11-11 | Btrfs: fix verification of dir_item | Filipe David Borba Manana |
2013-11-11 | btrfs: drop unused parameter from btrfs_item_nr | Ross Kirk |
2013-05-06 | btrfs: make static code static & remove dead code | Eric Sandeen |
2013-05-06 | Btrfs: remove unused argument of btrfs_extend_item() | Tsutomu Itoh |
2013-05-06 | Btrfs: cleanup of function where fixup_low_keys() is called | Tsutomu Itoh |
2012-12-17 | Btrfs: fix hash overflow handling | Chris Mason |
2012-03-22 | btrfs: replace many BUG_ONs with proper error handling | Jeff Mahoney |
2012-03-22 | btrfs: return void in functions without error conditions | Jeff Mahoney |
2011-08-01 | Btrfs: remove redundant code for dir item lookup | Li Zefan |
2011-07-11 | Btrfs: try to only do one btrfs_search_slot in do_setxattr | Josef Bacik |
2011-05-23 | Merge branch 'cleanups_and_fixes' into inode_numbers | Chris Mason |
2011-05-23 | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten... | Tsutomu Itoh |