aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)Author
2011-08-01btrfs: make btrfs_set_root_node voidMark Fasheh
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2009-11-11Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-26Btrfs: update space balancing codeZheng Yan
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: Various small fixes.Yan Zheng
2008-09-25Btrfs: Fix deadlock while searching for dead roots on mountChris Mason
2008-09-25Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason
2008-09-25Btrfs: Change st_blocksize to 4kChris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason
2007-07-11Btrfs: Some code cleanupsAneesh
2007-07-11Btrfs: trivial include fixupsZach Brown
2007-06-22Btrfs: Documentation updateChris Mason
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason
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-06-12Btrfs: printk fixesChris Mason
2007-06-12Btrfs: 64 bit div fixesChris Mason
2007-04-19Btrfs: early fsync supportChris Mason
2007-04-10Btrfs: snapshot progressChris Mason
2007-04-02Btrfs: dynamic allocation of path structChris Mason
2007-03-30Btrfs: corruption hunt continuesChris 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
2007-03-15Btrfs: Use a chunk of the key flags to record the item type.Chris Mason
2007-03-14Btrfs: variable block size supportChris Mason
2007-03-13Btrfs: Change the super to point to a tree of trees to enable persistent snap...Chris Mason