aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)Author
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-03Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: Fixed declaration of old_lenAlexandru Moise
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-10-08btrfs: switch more printks to our helpersDavid Sterba
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-03-10btrfs: Use PTR_ERR_OR_ZEROSachin Kamat
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen
2013-10-10Btrfs: insert orphan roots into fs radix treeMiao Xie
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-07-02Btrfs: cleanup orphaned root orphan itemJosef Bacik
2013-06-14Btrfs: remove unused code in btrfs_del_rootLiu Bo
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba
2012-08-28Btrfs: fix some endian bugs handling the root timesDan Carpenter
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: btrfs_update_root error push-upJeff Mahoney
2012-03-22btrfs: Simplify btrfs_insert_rootJeff Mahoney
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