summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dir-item.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Implement new dir index formatJosef Bacik2008-09-251-2/+2
* Btrfs: unaligned access fixesDavid Miller2008-09-251-8/+4
* Btrfs: Implement ACLs setting and gettingYan2008-09-251-0/+3
* xattr support for btrfsJosef Bacik2008-09-251-6/+94
* Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason2008-09-251-1/+1
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-46/+56
* Btrfs: trivial include fixupsZach Brown2007-07-111-1/+0
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-221-3/+3
* btrfs: Code cleanupAneesh2007-06-131-1/+0
* Btrfs: add GPLv2Chris Mason2007-06-121-0/+18
* Btrfs: renameChris Mason2007-05-231-6/+21
* Btrfs: fix page cache memory leakChris Mason2007-05-021-5/+6
* Btrfs: directory inode index is backChris Mason2007-04-191-60/+144
* Btrfs: working file_write, reorganized key flagsChris Mason2007-04-181-70/+0
* Btrfs: rework csums and extent item orderingChris Mason2007-04-171-9/+19
* Btrfs: snapshot progressChris Mason2007-04-101-2/+4
* Btrfs: start of support for many FS volumesChris Mason2007-04-061-5/+9
* Btrfs: dirindex optimizationsChris Mason2007-04-051-1/+4