index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-2
/
+0
|
\
|
*
minmax: add in_range() macro
Matthew Wilcox (Oracle)
2023-08-24
1
-2
/
+0
*
|
Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-08-28
44
-1617
/
+2259
|
\
\
|
*
|
btrfs: zoned: skip splitting and logical rewriting on pre-alloc write
Naohiro Aota
2023-08-22
1
-4
/
+15
|
*
|
btrfs: tests: test invalid splitting when skipping pinned drop extent_map
Josef Bacik
2023-08-21
1
-0
/
+138
|
*
|
btrfs: tests: add a test for btrfs_add_extent_mapping
Josef Bacik
2023-08-21
1
-0
/
+56
|
*
|
btrfs: tests: add extent_map tests for dropping with odd layouts
Josef Bacik
2023-08-21
1
-0
/
+218
|
*
|
btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...
Qu Wenruo
2023-08-21
1
-47
/
+25
|
*
|
btrfs: scrub: don't go ordered workqueue for dev-replace
Qu Wenruo
2023-08-21
1
-7
/
+3
|
*
|
btrfs: scrub: fix grouping of read IO
Qu Wenruo
2023-08-21
1
-25
/
+71
|
*
|
btrfs: scrub: avoid unnecessary csum tree search preparing stripes
Qu Wenruo
2023-08-21
4
-27
/
+46
|
*
|
btrfs: scrub: avoid unnecessary extent tree search preparing stripes
Qu Wenruo
2023-08-21
1
-12
/
+29
|
*
|
btrfs: copy dir permission and time when creating a stub subvolume
Lee Trager
2023-08-21
1
-5
/
+7
|
*
|
btrfs: remove pointless empty list check when reading delayed dir indexes
Filipe Manana
2023-08-21
1
-3
/
+0
|
*
|
btrfs: drop redundant check to use fs_devices::metadata_uuid
Anand Jain
2023-08-21
1
-10
/
+5
|
*
|
btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super
Anand Jain
2023-08-21
1
-5
/
+3
|
*
|
btrfs: use the correct superblock to compare fsid in btrfs_validate_super
Anand Jain
2023-08-21
1
-3
/
+2
|
*
|
btrfs: simplify memcpy either of metadata_uuid or fsid
Anand Jain
2023-08-21
1
-9
/
+2
|
*
|
btrfs: add a helper to read the superblock metadata_uuid
Anand Jain
2023-08-21
2
-0
/
+9
|
*
|
btrfs: remove v0 extent handling
Qu Wenruo
2023-08-21
6
-50
/
+43
|
*
|
btrfs: output extra debug info if we failed to find an inline backref
Qu Wenruo
2023-08-21
1
-0
/
+5
|
*
|
btrfs: move the !zoned assert into run_delalloc_cow
Christoph Hellwig
2023-08-21
1
-8
/
+7
|
*
|
btrfs: consolidate the error handling in run_delalloc_nocow
Christoph Hellwig
2023-08-21
1
-7
/
+2
|
*
|
btrfs: cleanup the COW fallback logic in run_delalloc_nocow
Christoph Hellwig
2023-08-21
1
-25
/
+22
|
*
|
btrfs: fix error handling when in a COW window in run_delalloc_nocow
Christoph Hellwig
2023-08-21
1
-10
/
+12
|
*
|
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
2023-08-21
2
-23
/
+36
|
*
|
btrfs: set page extent mapped after read_folio in relocate_one_page
Josef Bacik
2023-08-21
1
-3
/
+9
|
*
|
btrfs: wait on uncached block groups on every allocation loop
Josef Bacik
2023-08-21
2
-52
/
+22
|
*
|
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
2023-08-21
6
-33
/
+13
|
*
|
btrfs: handle errors properly in update_inline_extent_backref()
Qu Wenruo
2023-08-21
1
-12
/
+61
|
*
|
btrfs: zoned: re-enable metadata over-commit for zoned mode
Naohiro Aota
2023-08-21
1
-5
/
+1
|
*
|
btrfs: zoned: don't activate non-DATA BG on allocation
Naohiro Aota
2023-08-21
3
-30
/
+8
|
*
|
btrfs: zoned: no longer count fresh BG region as zone unusable
Naohiro Aota
2023-08-21
2
-30
/
+4
|
*
|
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
2023-08-21
3
-2
/
+93
|
*
|
btrfs: zoned: reserve zones for an active metadata/system block group
Naohiro Aota
2023-08-21
3
-5
/
+98
|
*
|
btrfs: zoned: update meta write pointer on zone finish
Naohiro Aota
2023-08-21
1
-0
/
+3
|
*
|
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
2023-08-21
3
-26
/
+4
|
*
|
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
2023-08-21
3
-21
/
+30
|
*
|
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
2023-08-21
4
-27
/
+31
|
*
|
btrfs: introduce struct to consolidate extent buffer write context
Naohiro Aota
2023-08-21
2
-7
/
+12
|
*
|
btrfs: avoid start and commit empty transaction when flushing qgroups
Filipe Manana
2023-08-21
1
-1
/
+3
|
*
|
btrfs: avoid start and commit empty transaction when starting qgroup rescan
Filipe Manana
2023-08-21
1
-7
/
+8
|
*
|
btrfs: avoid starting and committing empty transaction when flushing space
Filipe Manana
2023-08-21
1
-1
/
+10
|
*
|
btrfs: avoid starting new transaction when flushing delayed items and refs
Filipe Manana
2023-08-21
1
-2
/
+6
|
*
|
btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()
Filipe Manana
2023-08-21
1
-14
/
+7
|
*
|
btrfs: make find_free_dev_extent() static
Filipe Manana
2023-08-21
2
-4
/
+2
|
*
|
btrfs: make btrfs_cleanup_fs_roots() static
Filipe Manana
2023-08-21
2
-51
/
+50
|
*
|
btrfs: fail priority metadata ticket with real fs error
Filipe Manana
2023-08-21
1
-5
/
+5
|
*
|
btrfs: return real error when orphan cleanup fails due to a transaction abort
Filipe Manana
2023-08-21
1
-1
/
+8
|
*
|
btrfs: store the error that turned the fs into error state
Filipe Manana
2023-08-21
3
-8
/
+16
[next]