aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana1-2/+2
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-4/+4
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-3/+3
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-34/+20
2025-01-13btrfs: root-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-2/+0
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-2/+1
2024-04-02btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov1-10/+0
2024-03-04btrfs: handle invalid root reference found in btrfs_find_root()David Sterba1-1/+8
2024-03-04btrfs: handle root deletion lookup error in btrfs_del_root()David Sterba1-2/+5
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov1-1/+1
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-2/+2
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-2/+4
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik1-0/+1
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-2/+2
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-10/+9
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-1/+2
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-09-26btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana1-9/+7
2022-08-23btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana1-1/+2
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik1-0/+15
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-1/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-2/+2
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-12-08btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo1-1/+2
2021-10-18btrfs: Use memset_startat() to clear end of structKees Cook1-4/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo1-2/+11
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-7/+5
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov1-1/+1
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko1-3/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-2/+0
2020-03-23btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik1-0/+3
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik1-34/+2
2020-01-08btrfs: do not delete mismatched root refsJosef Bacik1-4/+6
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-1/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik1-0/+56
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana1-3/+1
2019-04-29btrfs: Don't panic when we can't find a root keyQu Wenruo1-5/+8
2019-02-27btrfs: check for refs on snapshot delete resumeJosef Bacik1-2/+6
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi1-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi1-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-7/+0
2017-10-30btrfs: Clean up dead code in root-treeChristos Gkekas1-4/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney1-3/+4
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-06-21btrfs: Check name_len before in btrfs_del_root_refSu Yue1-0/+7
2017-04-18btrfs: Use ktime_get_real_ts for root ctimeDeepa Dinamani1-1/+2
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval1-3/+3
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-1/+1
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-8/+7
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-3/+6
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-12/+6
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney1-9/+18
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-5/+5
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-2/+2
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-2/+2
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-2/+2
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2016-03-03Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana1-1/+9
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-1/+1
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-1/+1
2015-10-21btrfs: Fixed declaration of old_lenAlexandru Moise1-1/+1
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason1-2/+2
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-2/+3
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-2/+2
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-1/+1
2014-03-10btrfs: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen1-15/+0
2013-10-10Btrfs: insert orphan roots into fs radix treeMiao Xie1-5/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-2/+1
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-2/+2
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-7/+7
2013-07-02Btrfs: cleanup orphaned root orphan itemJosef Bacik1-2/+29
2013-06-14Btrfs: remove unused code in btrfs_del_rootLiu Bo1-4/+0
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-117/+53
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens1-4/+3
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain1-2/+2
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba1-12/+17
2012-08-28Btrfs: fix some endian bugs handling the root timesDan Carpenter1-2/+2
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-6/+101
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-2/+10
2012-03-22btrfs: btrfs_update_root error push-upJeff Mahoney1-1/+3
2012-03-22btrfs: Simplify btrfs_insert_rootJeff Mahoney1-6/+3
2011-08-01btrfs: make btrfs_set_root_node voidMark Fasheh1-3/+2
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-1/+5
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh1-1/+5
2011-05-06btrfs: remove all unused functionsDavid Sterba1-47/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-5/+5
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan1-0/+18
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-2/+4
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil1-3/+0
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-3/+20
2009-11-11Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang1-2/+0
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-5/+64
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-18/+51
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-6/+11
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-10/+7
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-0/+2
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason1-0/+16
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason1-1/+75
2008-09-29Btrfs: add and improve commentsChris Mason1-2/+19
2008-09-26Btrfs: update space balancing codeZheng Yan1-1/+4
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-2/+3
2008-09-25Btrfs: Various small fixes.Yan Zheng1-2/+1
2008-09-25Btrfs: Fix deadlock while searching for dead roots on mountChris Mason1-1/+9
2008-09-25Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason1-1/+45
2008-09-25Btrfs: Change st_blocksize to 4kChris Mason1-1/+8
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason1-0/+5
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-24/+27
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason1-3/+13
2007-07-11Btrfs: Some code cleanupsAneesh1-2/+2
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-22Btrfs: Documentation updateChris Mason1-2/+0
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason1-9/+66
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-1/+0
2007-06-13btrfs: Code cleanupAneesh1-3/+0
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-06-12Btrfs: printk fixesChris Mason1-1/+1
2007-06-12Btrfs: 64 bit div fixesChris Mason1-1/+1
2007-04-19Btrfs: early fsync supportChris Mason1-1/+0
2007-04-10Btrfs: snapshot progressChris Mason1-1/+15
2007-04-02Btrfs: dynamic allocation of path structChris Mason1-19/+28
2007-03-30Btrfs: corruption hunt continuesChris Mason1-3/+4
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason1-0/+1
2007-03-22Mountable btrfs, with readdirChris Mason1-2/+2
2007-03-21Btrfs: initial move to kernel module landChris Mason1-4/+1
2007-03-16Btrfs: transaction handles everywhereChris Mason1-10/+13
2007-03-15Btrfs: Use a chunk of the key flags to record the item type.Chris Mason1-1/+1
2007-03-14Btrfs: variable block size supportChris Mason1-2/+2
2007-03-13Btrfs: Change the super to point to a tree of trees to enable persistent snap...Chris Mason1-0/+88