aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-2/+2
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityGravatar Kelley Nielsen 1-15/+0
2013-10-10Btrfs: insert orphan roots into fs radix treeGravatar Miao Xie 1-5/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-2/+1
2013-09-01btrfs: mark some local function as 'static'Gravatar Sergei Trofimovich 1-2/+2
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertGravatar Qu Wenruo 1-7/+7
2013-07-02Btrfs: cleanup orphaned root orphan itemGravatar Josef Bacik 1-2/+29
2013-06-14Btrfs: remove unused code in btrfs_del_rootGravatar Liu Bo 1-4/+0
2013-06-14Btrfs: cleanup the similar code of the fs root readGravatar Miao Xie 1-117/+53
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Gravatar Stefan Behrens 1-4/+3
2012-12-16Btrfs: rename root_times_lock to root_item_lockGravatar Anand Jain 1-2/+2
2012-10-08btrfs: move transaction aborts to the point of failureGravatar David Sterba 1-12/+17
2012-08-28Btrfs: fix some endian bugs handling the root timesGravatar Dan Carpenter 1-2/+2
2012-07-25Btrfs: introduce subvol uuids and timesGravatar Alexander Block 1-6/+101
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-2/+10
2012-03-22btrfs: btrfs_update_root error push-upGravatar Jeff Mahoney 1-1/+3
2012-03-22btrfs: Simplify btrfs_insert_rootGravatar Jeff Mahoney 1-6/+3
2011-08-01btrfs: make btrfs_set_root_node voidGravatar Mark Fasheh 1-3/+2
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersGravatar Chris Mason 1-1/+5
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsGravatar Tsutomu Itoh 1-1/+5
2011-05-06btrfs: remove all unused functionsGravatar David Sterba 1-47/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathGravatar David Sterba 1-5/+5
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesGravatar Li Zefan 1-0/+18
2011-03-28Btrfs: cleanup some BUG_ON()Gravatar Tsutomu Itoh 1-2/+4
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 1-2/+0
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionGravatar Sage Weil 1-3/+0
2010-05-25Btrfs: Metadata reservation for orphan inodesGravatar Yan, Zheng 1-3/+20
2009-11-11Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootGravatar Li Dongyang 1-2/+0
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlGravatar Yan, Zheng 1-5/+64
2009-09-21Btrfs: change how subvolumes are organizedGravatar Yan, Zheng 1-18/+51
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Gravatar Yan Zheng 1-6/+11
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-10/+7
2008-12-02Btrfs: make things static and include the right headersGravatar Christoph Hellwig 1-0/+2
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsGravatar Chris Mason 1-0/+16
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsGravatar Chris Mason 1-1/+75
2008-09-29Btrfs: add and improve commentsGravatar Chris Mason 1-2/+19
2008-09-26Btrfs: update space balancing codeGravatar Zheng Yan 1-1/+4
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsGravatar Chris Mason 1-2/+3
2008-09-25Btrfs: Various small fixes.Gravatar Yan Zheng 1-2/+1
2008-09-25Btrfs: Fix deadlock while searching for dead roots on mountGravatar Chris Mason 1-1/+9
2008-09-25Btrfs: Properly find the root for snapshotted blocks during chunk relocationGravatar Chris Mason 1-1/+45
2008-09-25Btrfs: Change st_blocksize to 4kGravatar Chris Mason 1-1/+8
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Gravatar Chris Mason 1-0/+5
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesGravatar Chris Mason 1-24/+27
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Gravatar Chris Mason 1-3/+13
2007-07-11Btrfs: Some code cleanupsGravatar Aneesh 1-2/+2
2007-07-11Btrfs: trivial include fixupsGravatar Zach Brown 1-1/+0
2007-06-22Btrfs: Documentation updateGravatar Chris Mason 1-2/+0
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Gravatar Chris Mason 1-9/+66
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackGravatar Chris Mason 1-1/+0