index
:
pub/scm/linux/kernel/git/mtd/linux.git
master
MTD Group's fork of linux.git
MTD Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
root-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
btrfs: use %pe for error code output
Qu Wenruo
1
-3
/
+3
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-3
/
+3
2026-02-18
btrfs: fix lost error return in btrfs_find_orphan_roots()
Filipe Manana
1
-1
/
+1
2026-02-03
btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan item
Filipe Manana
1
-2
/
+2
2026-02-03
btrfs: don't call btrfs_handle_fs_error() after failure to join transaction
Filipe Manana
1
-2
/
+3
2026-02-03
btrfs: remove redundant path release in btrfs_find_orphan_roots()
Filipe Manana
1
-2
/
+0
2026-02-03
btrfs: use single return variable in btrfs_find_orphan_roots()
Filipe Manana
1
-22
/
+18
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
1
-2
/
+2
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-4
/
+4
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-3
/
+3
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
1
-34
/
+20
2025-01-13
btrfs: root-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+0
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-2
/
+1
2024-04-02
btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations
Boris Burkov
1
-10
/
+0
2024-03-04
btrfs: handle invalid root reference found in btrfs_find_root()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle root deletion lookup error in btrfs_del_root()
David Sterba
1
-2
/
+5
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-1
/
+0
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
1
-1
/
+1
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-2
/
+2
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
1
-2
/
+4
2022-12-05
btrfs: move orphan prototypes into orphan.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
1
-2
/
+2
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
1
-10
/
+9
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-1
/
+2
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-09-26
btrfs: simplify error handling at btrfs_del_root_ref()
Filipe Manana
1
-9
/
+7
2022-08-23
btrfs: fix silent failure when deleting root reference
Filipe Manana
1
-2
/
+3
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
1
-1
/
+2
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
1
-0
/
+15
2022-01-03
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-2
/
+2
2021-12-10
Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2021-12-08
btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling
Qu Wenruo
1
-1
/
+2
2021-10-18
btrfs: Use memset_startat() to clear end of struct
Kees Cook
1
-4
/
+2
2020-10-07
btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
Qu Wenruo
1
-2
/
+11
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-7
/
+5
2020-03-23
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
1
-1
/
+1
2020-03-23
btrfs: switch to use new generic UUID API
Andy Shevchenko
1
-3
/
+1
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-2
/
+0
2020-03-23
btrfs: hold a ref for the root in btrfs_find_orphan_roots
Josef Bacik
1
-0
/
+3
2020-03-23
btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_root
Josef Bacik
1
-34
/
+2
2020-01-08
btrfs: do not delete mismatched root refs
Josef Bacik
1
-4
/
+6
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
1
-1
/
+1
2019-07-04
btrfs: move the subvolume reservation stuff out of extent-tree.c
Josef Bacik
1
-0
/
+56
2019-05-09
Btrfs: do not abort transaction at btrfs_update_root() after failure to COW path
Filipe Manana
1
-3
/
+1
2019-04-29
btrfs: Don't panic when we can't find a root key
Qu Wenruo
1
-5
/
+8
2019-02-27
btrfs: check for refs on snapshot delete resume
Josef Bacik
1
-2
/
+6
[next]