index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()
Qu Wenruo
4
-10
/
+10
2026-04-07
btrfs: make add_pending_csums() to take an ordered extent as parameter
Qu Wenruo
1
-5
/
+7
2026-04-07
btrfs: rename btrfs_ordered_extent::list to csum_list
Qu Wenruo
5
-14
/
+13
2026-04-07
btrfs: change return type of cache_save_setup to void
Johannes Thumshirn
1
-10
/
+7
2026-04-07
btrfs: avoid starting new transaction and commit in relocate_block_group()
Filipe Manana
1
-6
/
+1
2026-04-07
btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()
Filipe Manana
7
-48
/
+6
2026-04-07
btrfs: use the helper extent_buffer_uptodate() everywhere
Filipe Manana
2
-4
/
+4
2026-04-07
btrfs: zoned: add zone reclaim flush state for DATA space_info
Johannes Thumshirn
2
-0
/
+23
2026-04-07
btrfs: zoned: move partially zone_unusable block groups to reclaim list
Johannes Thumshirn
1
-0
/
+18
2026-04-07
btrfs: zoned: cap delayed refs metadata reservation to avoid overcommit
Johannes Thumshirn
2
-0
/
+36
2026-04-07
btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()
Filipe Manana
1
-2
/
+1
2026-04-07
btrfs: fix the inline compressed extent check in inode_need_compress()
Qu Wenruo
1
-1
/
+2
2026-04-07
btrfs: set written super flag once in write_all_supers()
Filipe Manana
1
-4
/
+2
2026-04-07
btrfs: remove max_mirrors argument from write_all_supers()
Filipe Manana
4
-18
/
+12
2026-04-07
btrfs: tag error branches as unlikely during super block writes
Filipe Manana
1
-14
/
+13
2026-04-07
btrfs: abort transaction on error in write_all_supers()
Filipe Manana
1
-11
/
+10
2026-04-07
btrfs: pass transaction handle to write_all_supers()
Filipe Manana
4
-4
/
+5
2026-04-07
btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()
Filipe Manana
1
-39
/
+39
2026-04-07
btrfs: update comment for BTRFS_RESERVE_NO_FLUSH
Filipe Manana
1
-1
/
+18
2026-04-07
btrfs: don't allow log trees to consume global reserve or overcommit metadata
Filipe Manana
1
-0
/
+25
2026-04-07
btrfs: be less aggressive with metadata overcommit when we can do full flushing
Filipe Manana
1
-3
/
+3
2026-04-07
btrfs: use per-profile available space in calc_available_free_space()
Qu Wenruo
1
-12
/
+15
2026-04-07
btrfs: update per-profile available estimation
Qu Wenruo
1
-1
/
+19
2026-04-07
btrfs: introduce the device layout aware per-profile available space
Qu Wenruo
2
-0
/
+198
2026-04-07
btrfs: zoned: remove redundant space_info lock and variable in do_allocation_...
Jiasheng Jiang
1
-6
/
+2
2026-04-07
btrfs: move min sys chunk array size check to validate_sys_chunk_array()
Filipe Manana
1
-13
/
+9
2026-04-07
btrfs: remove duplicate system chunk array max size overflow check
Filipe Manana
1
-6
/
+0
2026-04-07
btrfs: pass boolean literals as the last argument to inc_block_group_ro()
Filipe Manana
1
-8
/
+8
2026-04-07
btrfs: tests: zoned: add tests cases for zoned code
Naohiro Aota
5
-0
/
+695
2026-04-05
folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
Tal Zussman
1
-2
/
+2
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
3
-3
/
+3
2026-04-02
btrfs: use xor_gen
Christoph Hellwig
1
-23
/
+4
2026-04-02
Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-03-31
btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...
robbieko
1
-1
/
+1
2026-03-28
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-39
/
+74
2026-03-26
btrfs: Use trace_call__##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
2
-4
/
+4
2026-03-23
btrfs: fix lost error when running device stats on multiple devices fs
Filipe Manana
1
-2
/
+3
2026-03-23
btrfs: zlib: handle page aligned compressed size correctly
Qu Wenruo
1
-1
/
+3
2026-03-23
btrfs: fix leak of kobject name for sub-group space_info
Shin'ichiro Kawasaki
1
-1
/
+1
2026-03-23
btrfs: fix zero size inode with non-zero size after log replay
Filipe Manana
1
-33
/
+65
2026-03-23
btrfs: fix super block offset in error message in btrfs_validate_super()
Mark Harmstone
1
-2
/
+2
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
18
-40
/
+341
2026-03-17
btrfs: reject root items with drop_progress and zero drop_level
ZhengYuan Huang
1
-0
/
+17
2026-03-17
btrfs: check block group before marking it unused in balance_remap_chunks()
Mark Harmstone
1
-8
/
+17
2026-03-17
btrfs: hold block group reference during entire move_existing_remap()
Mark Harmstone
1
-5
/
+4
2026-03-17
btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()
Qu Wenruo
1
-2
/
+2
2026-03-17
btrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()
Qu Wenruo
1
-1
/
+1
2026-03-17
btrfs: do not touch page cache for encoded writes
Qu Wenruo
1
-3
/
+7
2026-03-17
btrfs: fix a bug that makes encoded write bio larger than expected
Qu Wenruo
2
-3
/
+5
2026-03-17
btrfs: reserve enough transaction items for qgroup ioctls
Filipe Manana
1
-3
/
+9
[prev]
[next]