index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
2021-08-23
btrfs: zoned: fix ordered extent boundary calculation
Naohiro Aota
2021-08-23
btrfs: initial fsverity support
Boris Burkov
2021-08-23
btrfs: remove the dead comment in writepage_delalloc()
Qu Wenruo
2021-08-23
btrfs: fix argument type of btrfs_bio_clone_partial()
Chaitanya Kulkarni
2021-08-23
btrfs: unify regular and subpage error paths in __extent_writepage()
Qu Wenruo
2021-08-23
btrfs: subpage: allow submit_extent_page() to do bio split
Qu Wenruo
2021-08-23
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
2021-08-23
btrfs: reset this_bio_flag to avoid inheriting old flags
Qu Wenruo
2021-08-23
btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
David Sterba
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
2021-08-23
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
2021-06-21
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
2021-06-21
btrfs: make __extent_writepage_io() only submit dirty range for subpage
Qu Wenruo
2021-06-21
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
2021-06-21
btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
Qu Wenruo
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
2021-06-21
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
2021-06-21
btrfs: make end_bio_extent_writepage() to be subpage compatible
Qu Wenruo
2021-06-21
btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...
Qu Wenruo
2021-06-21
btrfs: only require sector size alignment for end_bio_extent_writepage()
Qu Wenruo
2021-06-21
btrfs: refactor page status update into process_one_page()
Qu Wenruo
2021-06-21
btrfs: pass bytenr directly to __process_pages_contig()
Qu Wenruo
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
2021-06-21
btrfs: make subpage metadata write path call its own endio functions
Qu Wenruo
2021-06-21
btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
Qu Wenruo
2021-06-21
btrfs: clean up header members offsets in write helpers
David Sterba
2021-06-21
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
2021-06-21
btrfs: remove io_failure_record::in_validation
Qu Wenruo
2021-06-21
btrfs: submit read time repair only for each corrupted sector
Qu Wenruo
2021-06-21
btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()
Goldwyn Rodrigues
2021-05-21
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-20
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
2021-05-17
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-14
btrfs: return whole extents in fiemap
Boris Burkov
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
2021-04-20
btrfs: more graceful errors/warnings on 32bit systems when reaching limits
Qu Wenruo
2021-04-19
btrfs: introduce submit_eb_subpage() to submit a subpage metadata page
Qu Wenruo
2021-04-19
btrfs: make lock_extent_buffer_for_io() to be subpage compatible
Qu Wenruo
2021-04-19
btrfs: introduce write_one_subpage_eb() function
Qu Wenruo
2021-04-19
btrfs: introduce end_bio_subpage_eb_writepage() function
Qu Wenruo
2021-04-19
btrfs: add and use readahead_batch_length
Matthew Wilcox (Oracle)
2021-04-19
btrfs: make set_btree_ioerr accept extent buffer and be subpage compatible
Qu Wenruo
2021-04-19
btrfs: make set/clear_extent_buffer_dirty() subpage compatible
Qu Wenruo
2021-04-19
btrfs: support page uptodate assertions in subpage mode
Qu Wenruo
2021-04-19
btrfs: make alloc_extent_buffer() check subpage dirty bitmap
Qu Wenruo
2021-04-19
btrfs: remove duplicated in_range() macro
Johannes Thumshirn
2021-04-19
btrfs: remove mirror argument from btrfs_csum_verify_data()
Goldwyn Rodrigues
2021-03-18
Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-16
btrfs: subpage: fix wild pointer access during metadata read failure
Qu Wenruo
[next]