summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dir-item.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * btrfs: typo: 'btrfS' -> 'btrfs'Sergei Trofimovich2011-05-231-1/+1
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-1/+1
|\ \
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-1/+1
| |/
* | Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason2011-05-221-1/+1
* | btrfs: implement delayed inode items operationMiao Xie2011-05-211-24/+10
|/
* Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh2011-03-281-4/+6
* Btrfs: add checks to verify dir items are correctJosef Bacik2011-03-171-0/+35
* Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen2010-10-291-1/+1
* Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng2009-12-171-12/+7
* Btrfs: change how subvolumes are organizedYan, Zheng2009-09-211-0/+47
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-0/+3
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-1/+1
* Btrfs: add and improve commentsChris Mason2008-09-291-0/+41
* Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-251-0/+3
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-1/+0