index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super
Anand Jain
1
-5
/
+3
2023-08-21
btrfs: use the correct superblock to compare fsid in btrfs_validate_super
Anand Jain
1
-3
/
+2
2023-08-21
btrfs: simplify memcpy either of metadata_uuid or fsid
Anand Jain
1
-9
/
+2
2023-08-21
btrfs: add a helper to read the superblock metadata_uuid
Anand Jain
2
-0
/
+9
2023-08-21
btrfs: remove v0 extent handling
Qu Wenruo
6
-50
/
+43
2023-08-21
btrfs: output extra debug info if we failed to find an inline backref
Qu Wenruo
1
-0
/
+5
2023-08-21
btrfs: move the !zoned assert into run_delalloc_cow
Christoph Hellwig
1
-8
/
+7
2023-08-21
btrfs: consolidate the error handling in run_delalloc_nocow
Christoph Hellwig
1
-7
/
+2
2023-08-21
btrfs: cleanup the COW fallback logic in run_delalloc_nocow
Christoph Hellwig
1
-25
/
+22
2023-08-21
btrfs: fix error handling when in a COW window in run_delalloc_nocow
Christoph Hellwig
1
-10
/
+12
2023-08-21
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
2
-23
/
+36
2023-08-21
btrfs: set page extent mapped after read_folio in relocate_one_page
Josef Bacik
1
-3
/
+9
2023-08-21
btrfs: wait on uncached block groups on every allocation loop
Josef Bacik
2
-52
/
+22
2023-08-21
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
6
-33
/
+13
2023-08-21
btrfs: handle errors properly in update_inline_extent_backref()
Qu Wenruo
1
-12
/
+61
2023-08-21
btrfs: zoned: re-enable metadata over-commit for zoned mode
Naohiro Aota
1
-5
/
+1
2023-08-21
btrfs: zoned: don't activate non-DATA BG on allocation
Naohiro Aota
3
-30
/
+8
2023-08-21
btrfs: zoned: no longer count fresh BG region as zone unusable
Naohiro Aota
2
-30
/
+4
2023-08-21
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
3
-2
/
+93
2023-08-21
btrfs: zoned: reserve zones for an active metadata/system block group
Naohiro Aota
3
-5
/
+98
2023-08-21
btrfs: zoned: update meta write pointer on zone finish
Naohiro Aota
1
-0
/
+3
2023-08-21
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
3
-26
/
+4
2023-08-21
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
3
-21
/
+30
2023-08-21
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
4
-27
/
+31
2023-08-21
btrfs: introduce struct to consolidate extent buffer write context
Naohiro Aota
2
-7
/
+12
2023-08-21
btrfs: avoid start and commit empty transaction when flushing qgroups
Filipe Manana
1
-1
/
+3
2023-08-21
btrfs: avoid start and commit empty transaction when starting qgroup rescan
Filipe Manana
1
-7
/
+8
2023-08-21
btrfs: avoid starting and committing empty transaction when flushing space
Filipe Manana
1
-1
/
+10
2023-08-21
btrfs: avoid starting new transaction when flushing delayed items and refs
Filipe Manana
1
-2
/
+6
2023-08-21
btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()
Filipe Manana
1
-14
/
+7
2023-08-21
btrfs: make find_free_dev_extent() static
Filipe Manana
2
-4
/
+2
2023-08-21
btrfs: make btrfs_cleanup_fs_roots() static
Filipe Manana
2
-51
/
+50
2023-08-21
btrfs: fail priority metadata ticket with real fs error
Filipe Manana
1
-5
/
+5
2023-08-21
btrfs: return real error when orphan cleanup fails due to a transaction abort
Filipe Manana
1
-1
/
+8
2023-08-21
btrfs: store the error that turned the fs into error state
Filipe Manana
3
-8
/
+16
2023-08-21
btrfs: don't steal space from global rsv after a transaction abort
Filipe Manana
1
-2
/
+12
2023-08-21
btrfs: print available space across all block groups when dumping space info
Filipe Manana
1
-0
/
+4
2023-08-21
btrfs: print available space for a block group when dumping a space info
Filipe Manana
1
-2
/
+7
2023-08-21
btrfs: print block group super and delalloc bytes when dumping space info
Filipe Manana
1
-4
/
+5
2023-08-21
btrfs: print target number of bytes when dumping free space
Filipe Manana
1
-1
/
+2
2023-08-21
btrfs: update comment for btrfs_join_transaction_nostart()
Filipe Manana
1
-1
/
+4
2023-08-21
btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART
Filipe Manana
1
-3
/
+4
2023-08-21
btrfs: refactor main loop in memmove_extent_buffer()
Qu Wenruo
1
-31
/
+17
2023-08-21
btrfs: refactor main loop in memcpy_extent_buffer()
Qu Wenruo
1
-27
/
+31
2023-08-21
btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()
Qu Wenruo
1
-1
/
+1
2023-08-21
btrfs: refactor main loop in copy_extent_buffer_full()
Qu Wenruo
1
-14
/
+9
2023-08-21
btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
Qu Wenruo
2
-25
/
+16
2023-08-21
btrfs: refactor extent buffer bitmaps operations
Qu Wenruo
1
-72
/
+65
2023-08-21
btrfs: tests: add self tests for extent buffer memory operations
Qu Wenruo
1
-0
/
+144
2023-08-21
btrfs: tests: enhance extent buffer bitmap tests
Qu Wenruo
1
-51
/
+107
[prev]
[next]