Age | Commit message (Expand) | Author | Files | Lines |
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-21 | Btrfs: make xattr replace operations atomic | Filipe Manana | 1 | -7/+3 |
2014-09-18 | btrfs: kill the key type accessor helpers | David Sterba | 1 | -6/+6 |
2014-01-29 | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 1 | -3/+3 |
2014-01-29 | Btrfs: fix max dir item size calculation | Filipe David Borba Manana | 1 | -1/+1 |
2013-11-12 | Btrfs: fix verification of dir_item | Filipe David Borba Manana | 1 | -2/+4 |
2013-11-12 | 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 |
2013-05-06 | Btrfs: remove unused argument of btrfs_extend_item() | Tsutomu Itoh | 1 | -1/+1 |
2013-05-06 | Btrfs: cleanup of function where fixup_low_keys() is called | Tsutomu Itoh | 1 | -2/+1 |
2012-12-17 | Btrfs: fix hash overflow handling | Chris Mason | 1 | -0/+59 |
2012-03-22 | btrfs: replace many BUG_ONs with proper error handling | Jeff Mahoney | 1 | -0/+1 |
2012-03-22 | btrfs: return void in functions without error conditions | Jeff Mahoney | 1 | -5/+4 |
2011-08-01 | Btrfs: remove redundant code for dir item lookup | Li Zefan | 1 | -28/+2 |
2011-07-11 | Btrfs: try to only do one btrfs_search_slot in do_setxattr | Josef Bacik | 1 | -7/+2 |
2011-05-23 | Merge branch 'cleanups_and_fixes' into inode_numbers | Chris Mason | 1 | -2/+1 |
2011-05-23 | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten... | Tsutomu Itoh | 1 | -1/+0 |
2011-05-23 | btrfs: typo: 'btrfS' -> 'btrfs' | Sergei Trofimovich | 1 | -1/+1 |
2011-05-22 | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 1 | -1/+1 |
2011-05-22 | Btrfs: update the delayed inode code to use the btrfs_ino helper. | Chris Mason | 1 | -1/+1 |
2011-05-21 | btrfs: implement delayed inode items operation | Miao Xie | 1 | -24/+10 |
2011-05-02 | btrfs: drop unused parameter from btrfs_release_path | David Sterba | 1 | -1/+1 |
2011-03-28 | Btrfs: check return value of btrfs_alloc_path() | Tsutomu Itoh | 1 | -4/+6 |
2011-03-17 | Btrfs: add checks to verify dir items are correct | Josef Bacik | 1 | -0/+35 |