aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/dir-item.c
AgeCommit message (Expand)Author
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2011-08-01Btrfs: remove redundant code for dir item lookupLi Zefan
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh
2011-05-23btrfs: typo: 'btrfS' -> 'btrfs'Sergei Trofimovich
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Btrfs: unaligned access fixesDavid Miller
2008-09-25Btrfs: Implement ACLs setting and gettingYan
2008-09-25xattr support for btrfsJosef Bacik
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2007-07-11Btrfs: trivial include fixupsZach Brown
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason
2007-06-13btrfs: Code cleanupAneesh
2007-06-12Btrfs: add GPLv2Chris Mason
2007-05-23Btrfs: renameChris Mason
2007-05-02Btrfs: fix page cache memory leakChris Mason
2007-04-19Btrfs: directory inode index is backChris Mason
2007-04-18Btrfs: working file_write, reorganized key flagsChris Mason
2007-04-17Btrfs: rework csums and extent item orderingChris Mason
2007-04-10Btrfs: snapshot progressChris Mason
2007-04-06Btrfs: start of support for many FS volumesChris Mason
2007-04-05Btrfs: dirindex optimizationsChris Mason
2007-04-05Btrfs: finish off inode indexing in dirs, add overflowsChris Mason
2007-04-05Btrfs: more inode indexed directory workChris Mason
2007-04-04Btrfs: add dir inode indexChris Mason
2007-04-02Btrfs: dynamic allocation of path structChris Mason
2007-03-30Btrfs: corruption hunt continuesChris Mason
2007-03-30Btrfs: hunting slab corruptionChris Mason
2007-03-23Add generation number to btrfs_header, readdir fixes, hash collision fixesChris Mason
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason
2007-03-22Mountable btrfs, with readdirChris Mason
2007-03-21Btrfs: initial move to kernel module landChris Mason
2007-03-16Btrfs: transaction handles everywhereChris Mason