index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2023-06-19
btrfs: submit a writeback bio per extent_buffer
Christoph Hellwig
1
-65
/
+37
2023-06-19
btrfs: return bool from lock_extent_buffer_for_io
Christoph Hellwig
1
-26
/
+11
2023-06-19
btrfs: do not try to unlock the extent for non-subpage metadata reads
Christoph Hellwig
1
-2
/
+4
2023-06-19
btrfs: use a separate end_io handler for read_extent_buffer
Christoph Hellwig
1
-43
/
+37
2023-06-19
btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
Christoph Hellwig
1
-1
/
+1
2023-06-19
btrfs: don't use btrfs_bio_ctrl for extent buffer reading
Christoph Hellwig
1
-63
/
+36
2023-06-19
btrfs: always read the entire extent_buffer
Christoph Hellwig
1
-12
/
+5
2023-06-19
btrfs: subpage: fix error handling in end_bio_subpage_eb_writepage
Christoph Hellwig
1
-1
/
+2
2023-06-19
btrfs: mark extent_buffer_under_io static
Christoph Hellwig
1
-1
/
+1
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
1
-1
/
+0
2023-06-19
btrfs: fix dirty_metadata_bytes for redirtied buffers
Christoph Hellwig
1
-3
/
+4
2023-04-17
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
1
-1
/
+2
2023-04-17
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
1
-1
/
+1
2023-04-17
btrfs, mm: remove the punt_to_cgroup field in struct writeback_control
Christoph Hellwig
1
-3
/
+3
2023-04-17
btrfs: return a btrfs_bio from btrfs_bio_alloc
Christoph Hellwig
1
-9
/
+9
2023-04-17
btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
Christoph Hellwig
1
-24
/
+24
2023-04-17
btrfs: simplify finding the inode in submit_one_bio
Christoph Hellwig
1
-11
/
+4
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
Christoph Hellwig
1
-1
/
+1
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_bio
Christoph Hellwig
1
-1
/
+1
2023-04-17
btrfs: sink calc_bio_boundaries into its only caller
Johannes Thumshirn
1
-22
/
+15
2023-04-17
btrfs: simplify main loop in submit_extent_page
Christoph Hellwig
1
-86
/
+30
2023-04-17
btrfs: check for contiguity in submit_extent_page
Christoph Hellwig
1
-33
/
+36
2023-04-17
btrfs: simplify the error handling in __extent_writepage_io
Christoph Hellwig
1
-11
/
+7
2023-04-17
btrfs: remove the submit_extent_page return value
Christoph Hellwig
1
-120
/
+35
2023-04-17
btrfs: remove the compress_type argument to submit_extent_page
Christoph Hellwig
1
-18
/
+14
2023-04-17
btrfs: rename the this_bio_flag variable in btrfs_do_readpage
Christoph Hellwig
1
-5
/
+5
2023-04-17
btrfs: move the compress_type check out of btrfs_bio_add_page
Christoph Hellwig
1
-9
/
+6
2023-04-17
btrfs: add a wbc pointer to struct btrfs_bio_ctrl
Christoph Hellwig
1
-47
/
+41
2023-04-17
btrfs: remove the sync_io flag in struct btrfs_bio_ctrl
Christoph Hellwig
1
-9
/
+4
2023-04-17
btrfs: store the bio opf in struct btrfs_bio_ctrl
Christoph Hellwig
1
-36
/
+29
2023-04-17
btrfs: remove the force_bio_submit to submit_extent_page
Christoph Hellwig
1
-13
/
+9
2023-04-17
btrfs: don't set force_bio_submit in read_extent_buffer_subpage
Christoph Hellwig
1
-1
/
+1
2023-04-17
btrfs: embed a btrfs_bio into struct compressed_bio
Christoph Hellwig
1
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+29
2023-02-15
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
1
-2
/
+1
2023-02-15
btrfs: set bbio->file_offset in alloc_new_bio
Christoph Hellwig
1
-2
/
+1
2023-02-15
btrfs: use file_offset to limit bios size in calc_bio_boundaries
Christoph Hellwig
1
-2
/
+2
2023-02-15
btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty
Josef Bacik
1
-1
/
+15
2023-02-15
btrfs: do not increment dirty_metadata_bytes in set_btree_ioerr
Josef Bacik
1
-7
/
+0
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
1
-57
/
+15
2023-02-15
btrfs: remove now spurious bio submission helpers
Christoph Hellwig
1
-9
/
+10
2023-02-15
btrfs: remove stripe boundary calculation for buffered I/O
Qu Wenruo
1
-52
/
+19
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
1
-6
/
+0
2023-02-15
btrfs: remove the io_failure_record infrastructure
Christoph Hellwig
1
-260
/
+0
2023-02-15
btrfs: handle checksum validation and repair at the storage layer
Christoph Hellwig
1
-116
/
+8
2023-02-15
btrfs: save the bio iter for checksum validation in common code
Christoph Hellwig
1
-1
/
+0
2023-02-15
btrfs: add a btrfs_inode pointer to struct btrfs_bio
Christoph Hellwig
1
-4
/
+4
2023-02-09
btrfs: lock the inode in shared mode before starting fiemap
Filipe Manana
1
-0
/
+2
2023-02-02
btrfs: convert extent_write_cache_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-19
/
+19
2023-02-02
btrfs: convert btree_write_cache_pages() to use filemap_get_folio_tag()
Vishal Moola (Oracle)
1
-9
/
+10
[prev]
[next]