summaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)Author
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-09-26btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana
2022-08-23btrfs: fix silent failure when deleting root referenceFilipe Manana
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-08btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo
2021-10-18btrfs: Use memset_startat() to clear end of structKees Cook
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik
2020-01-08btrfs: do not delete mismatched root refsJosef Bacik
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana
2019-04-29btrfs: Don't panic when we can't find a root keyQu Wenruo
2019-02-27btrfs: check for refs on snapshot delete resumeJosef Bacik
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2017-10-30btrfs: Clean up dead code in root-treeChristos Gkekas
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-21btrfs: Check name_len before in btrfs_del_root_refSu Yue
2017-04-18btrfs: Use ktime_get_real_ts for root ctimeDeepa Dinamani
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney