aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dir-item.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-35/+4
* 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
* Btrfs: finish off inode indexing in dirs, add overflowsChris Mason2007-04-051-5/+69
* Btrfs: more inode indexed directory workChris Mason2007-04-051-0/+18
* Btrfs: add dir inode indexChris Mason2007-04-041-0/+19
* Btrfs: dynamic allocation of path structChris Mason2007-04-021-8/+10
* Btrfs: corruption hunt continuesChris Mason2007-03-301-4/+2
* Btrfs: hunting slab corruptionChris Mason2007-03-301-0/+2
* Add generation number to btrfs_header, readdir fixes, hash collision fixesChris Mason2007-03-231-2/+2
* btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason2007-03-231-1/+2
* Mountable btrfs, with readdirChris Mason2007-03-221-10/+7
* Btrfs: initial move to kernel module landChris Mason2007-03-211-5/+7
* Btrfs: transaction handles everywhereChris Mason2007-03-161-8/+12
* Btrfs: add a name_len to dir items, reorder keyChris Mason2007-03-161-9/+5
* Btrfs: directory testing code and dir item fixesChris Mason2007-03-151-41/+17
* Btrfs: Use a chunk of the key flags to record the item type.Chris Mason2007-03-151-0/+102