index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
1
-4
/
+3
2021-08-23
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
1
-1
/
+0
2021-06-21
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
1
-21
/
+9
2021-06-21
btrfs: make __extent_writepage_io() only submit dirty range for subpage
Qu Wenruo
1
-5
/
+75
2021-06-21
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
1
-2
/
+1
2021-06-21
btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
Qu Wenruo
1
-4
/
+4
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
1
-1
/
+1
2021-06-21
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
1
-3
/
+7
2021-06-21
btrfs: make end_bio_extent_writepage() to be subpage compatible
Qu Wenruo
1
-1
/
+2
2021-06-21
btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...
Qu Wenruo
1
-8
/
+16
2021-06-21
btrfs: only require sector size alignment for end_bio_extent_writepage()
Qu Wenruo
1
-17
/
+12
2021-06-21
btrfs: refactor page status update into process_one_page()
Qu Wenruo
1
-97
/
+109
2021-06-21
btrfs: pass bytenr directly to __process_pages_contig()
Qu Wenruo
1
-20
/
+37
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
1
-2
/
+2
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-6
/
+10
2021-06-21
btrfs: make subpage metadata write path call its own endio functions
Qu Wenruo
1
-36
/
+36
2021-06-21
btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
Qu Wenruo
1
-76
/
+136
2021-06-21
btrfs: clean up header members offsets in write helpers
David Sterba
1
-6
/
+7
2021-06-21
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
1
-11
/
+5
2021-06-21
btrfs: remove io_failure_record::in_validation
Qu Wenruo
1
-99
/
+20
2021-06-21
btrfs: submit read time repair only for each corrupted sector
Qu Wenruo
1
-63
/
+154
2021-06-21
btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()
Goldwyn Rodrigues
1
-4
/
+2
2021-05-21
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-05-20
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
1
-1
/
+1
2021-05-17
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+6
2021-05-14
btrfs: return whole extents in fiemap
Boris Burkov
1
-1
/
+6
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
1
-18
/
+4
2021-04-20
btrfs: more graceful errors/warnings on 32bit systems when reaching limits
Qu Wenruo
1
-0
/
+11
2021-04-19
btrfs: introduce submit_eb_subpage() to submit a subpage metadata page
Qu Wenruo
1
-0
/
+95
2021-04-19
btrfs: make lock_extent_buffer_for_io() to be subpage compatible
Qu Wenruo
1
-1
/
+7
2021-04-19
btrfs: introduce write_one_subpage_eb() function
Qu Wenruo
1
-0
/
+53
2021-04-19
btrfs: introduce end_bio_subpage_eb_writepage() function
Qu Wenruo
1
-29
/
+106
2021-04-19
btrfs: add and use readahead_batch_length
Matthew Wilcox (Oracle)
1
-4
/
+2
2021-04-19
btrfs: make set_btree_ioerr accept extent buffer and be subpage compatible
Qu Wenruo
1
-10
/
+8
2021-04-19
btrfs: make set/clear_extent_buffer_dirty() subpage compatible
Qu Wenruo
1
-12
/
+53
2021-04-19
btrfs: support page uptodate assertions in subpage mode
Qu Wenruo
1
-10
/
+32
2021-04-19
btrfs: make alloc_extent_buffer() check subpage dirty bitmap
Qu Wenruo
1
-1
/
+1
2021-04-19
btrfs: remove duplicated in_range() macro
Johannes Thumshirn
1
-0
/
+1
2021-04-19
btrfs: remove mirror argument from btrfs_csum_verify_data()
Goldwyn Rodrigues
1
-2
/
+1
2021-03-18
Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+31
2021-03-16
btrfs: subpage: fix wild pointer access during metadata read failure
Qu Wenruo
1
-1
/
+30
2021-03-15
btrfs: fix wrong offset to zero out range beyond i_size
Qu Wenruo
1
-1
/
+1
2021-03-12
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-1
/
+1
2021-03-02
btrfs: subpage: fix the false data csum mismatch error
Qu Wenruo
1
-5
/
+16
2021-02-09
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
1
-0
/
+3
2021-02-09
btrfs: zoned: serialize metadata IO
Naohiro Aota
1
-1
/
+24
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
1
-2
/
+13
2021-02-09
btrfs: zoned: check if bio spans across an ordered extent
Johannes Thumshirn
1
-2
/
+7
2021-02-09
btrfs: zoned: use bio_add_zone_append_page
Naohiro Aota
1
-3
/
+26
[prev]
[next]