index
:
pub/scm/linux/kernel/git/saeed/linux.git
master
Saeed Mahameed's fork of linux.git
Saeed Mahameed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
btrfs: add extra ASSERT()s to make sure the folio size is correct
Qu Wenruo
1
-0
/
+19
2026-08-07
btrfs: use GFP_NOWAIT for tree block readahead
Boris Burkov
1
-1
/
+2
2026-08-07
btrfs: enable unlocked NOFAIL retry for eb allocations
Boris Burkov
1
-6
/
+21
2026-08-07
btrfs: add struct btrfs_eb_prealloc
Boris Burkov
1
-57
/
+119
2026-08-07
btrfs: factor init_extent_buffer from __alloc_extent_buffer
Boris Burkov
1
-8
/
+12
2026-08-07
btrfs: zoned: don't clobber the extent buffer when zeroing it out
Johannes Thumshirn
1
-7
/
+24
2026-08-07
btrfs: zoned: drop stranded dirty metadata on transaction abort
Johannes Thumshirn
1
-16
/
+58
2026-08-07
btrfs: zoned: flush active metadata block group at btree_writepages() start
Johannes Thumshirn
1
-21
/
+92
2026-08-07
btrfs: use %pe for error code output
Qu Wenruo
1
-4
/
+4
2026-08-07
btrfs: replace writeback inhibition xarray with a fixed inline buffer
Leo Martins
1
-32
/
+55
2026-08-07
btrfs: make sure EXTENT_BUFFER_READING is cleared under refs_lock
Qu Wenruo
1
-10
/
+33
2026-08-07
btrfs: write-protect folios during data writeback
Boris Burkov
1
-0
/
+31
2026-08-07
btrfs: release extent lock per folio in readahead
Boris Burkov
1
-3
/
+14
2026-07-30
btrfs: trigger cow fixup via dirty_folio()
Boris Burkov
1
-0
/
+113
2026-07-14
btrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accounting
Dave Chen
1
-2
/
+2
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-16
/
+16
2026-06-09
btrfs: allocate eb-attached btree pages as movable
Rik van Riel
1
-21
/
+22
2026-06-09
btrfs: replace __free_page with folio_put() in attach_eb_folio_to_filemap()
Matthew Wilcox (Oracle)
1
-3
/
+3
2026-06-09
btrfs: introduce support for huge folios
Qu Wenruo
1
-13
/
+10
2026-06-09
btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmaps
Qu Wenruo
1
-21
/
+42
2026-06-09
btrfs: prepare subpage operations to support more than BITS_PER_LONG sub-bitmaps
Qu Wenruo
1
-6
/
+1
2026-06-08
btrfs: remove folio ordered flag and subpage bitmap
Qu Wenruo
1
-7
/
+0
2026-06-08
btrfs: remove folio_test_ordered() usage
Qu Wenruo
1
-1
/
+0
2026-06-08
btrfs: unify folio dirty flag clearing
Qu Wenruo
1
-13
/
+13
2026-06-08
btrfs: detect dirty blocks without an ordered extent more reliably
Qu Wenruo
1
-31
/
+54
2026-06-08
btrfs: unexport and move extent_invalidate_folio()
Qu Wenruo
1
-32
/
+0
2026-06-08
btrfs: warn about extent buffer that can not be released
Qu Wenruo
1
-6
/
+0
2026-06-08
btrfs: make sure report_eb_range() is not inlined
Filipe Manana
1
-6
/
+7
2026-06-08
btrfs: limit size of bios submitted from writeback
Jan Kara
1
-0
/
+10
2026-06-08
btrfs: change return type from int to bool in check_eb_range()
Filipe Manana
1
-2
/
+2
2026-06-08
btrfs: replace open coded DEBUG_WARN in extent_writepage()
David Sterba
1
-1
/
+1
2026-06-08
btrfs: remove the COW fixup mechanism
Qu Wenruo
1
-14
/
+9
2026-06-08
btrfs: pass a valid btrfs_tree_parent_check when possible
Qu Wenruo
1
-1
/
+1
2026-04-27
Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+12
2026-04-21
btrfs: apply first key check for readahead when possible
Qu Wenruo
1
-2
/
+12
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
1
-1
/
+1
2026-04-07
btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()
David Sterba
1
-2
/
+2
2026-04-07
btrfs: read eb folio index right before loops
David Sterba
1
-9
/
+10
2026-04-07
btrfs: remove atomic parameter from btrfs_buffer_uptodate()
Qu Wenruo
1
-3
/
+3
2026-04-07
btrfs: revalidate cached tree blocks on the uptodate path
ZhengYuan Huang
1
-2
/
+19
2026-04-07
btrfs: move the mapping_set_error() out of the loop in end_bbio_data_write()
Qu Wenruo
1
-3
/
+3
2026-04-07
btrfs: remove the alignment check in end_bbio_data_write()
Qu Wenruo
1
-11
/
+0
2026-04-07
btrfs: inhibit extent buffer writeback to prevent COW amplification
Leo Martins
1
-1
/
+63
2026-04-07
btrfs: remove folio parameter from ordered io related functions
Qu Wenruo
1
-9
/
+14
2026-04-07
btrfs: remove out-of-date comments in btree_writepages()
Qu Wenruo
1
-30
/
+4
2026-04-07
btrfs: use the helper extent_buffer_uptodate() everywhere
Filipe Manana
1
-3
/
+3
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
1
-1
/
+1
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
[next]