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
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-18
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-27
/
+84
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-4
/
+3
2024-11-11
btrfs: use filemap_get_folio() helper
Anand Jain
1
-1
/
+1
2024-11-11
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
1
-7
/
+7
2024-11-11
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
1
-8
/
+2
2024-11-11
btrfs: remove redundant initializations for struct btrfs_tree_parent_check
Filipe Manana
1
-1
/
+0
2024-11-11
btrfs: drop unused parameter fs_info from folio_range_has_eb()
David Sterba
1
-2
/
+2
2024-11-11
btrfs: drop unused parameter mask from try_release_extent_state()
David Sterba
1
-2
/
+2
2024-11-11
btrfs: remove btrfs_set_range_writeback()
Qu Wenruo
1
-1
/
+1
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-11-11
btrfs: mark all dirty sectors as locked inside writepage_delalloc()
Qu Wenruo
1
-3
/
+7
2024-11-11
btrfs: move the delalloc range bitmap search into extent_io.c
Qu Wenruo
1
-1
/
+43
2024-11-11
btrfs: do not assume the full page range is not dirty in extent_writepage_io()
Qu Wenruo
1
-2
/
+0
2024-11-11
btrfs: wait for writeback if sector size is smaller than page size
Qu Wenruo
1
-1
/
+21
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
1
-4
/
+3
2024-10-22
btrfs: fix the delalloc range locking if sector size < page size
Qu Wenruo
1
-8
/
+9
2024-10-09
btrfs: fix clear_dirty and writeback ordering in submit_one_sector()
Naohiro Aota
1
-7
/
+7
2024-09-10
btrfs: only unlock the to-be-submitted ranges inside a folio
Qu Wenruo
1
-38
/
+51
2024-09-10
btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()
Qu Wenruo
1
-1
/
+1
2024-09-10
btrfs: remove btrfs_folio_end_all_writers()
Qu Wenruo
1
-1
/
+2
2024-09-10
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
1
-3
/
+3
2024-09-10
btrfs: convert try_release_extent_state() to take a folio
Li Zetao
1
-3
/
+3
2024-09-10
btrfs: convert submit_eb_page() to take a folio
Li Zetao
1
-5
/
+4
2024-09-10
btrfs: convert submit_eb_subpage() to take a folio
Li Zetao
1
-10
/
+9
2024-09-10
btrfs: convert try_release_extent_buffer() to take a folio
Li Zetao
1
-8
/
+7
2024-09-10
btrfs: convert try_release_subpage_extent_buffer() to take a folio
Li Zetao
1
-9
/
+9
2024-09-10
btrfs: convert get_next_extent_buffer() to take a folio
Li Zetao
1
-7
/
+7
2024-09-10
btrfs: convert clear_page_extent_mapped() to take a folio
Li Zetao
1
-5
/
+4
2024-09-10
btrfs: do not hold the extent lock for entire read
Josef Bacik
1
-90
/
+4
2024-09-10
btrfs: rename __extent_writepage() and drop double underscores
David Sterba
1
-14
/
+14
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
1
-3
/
+3
2024-09-10
btrfs: subpage: remove btrfs_fs_info::subpage_info member
Qu Wenruo
1
-4
/
+4
2024-09-10
btrfs: remove the nr_ret parameter from __extent_writepage_io()
Qu Wenruo
1
-25
/
+17
2024-09-10
btrfs: refactor __extent_writepage_io() to do sector-by-sector submission
Qu Wenruo
1
-111
/
+87
2024-09-10
btrfs: convert find_next_dirty_byte() to take a folio
Josef Bacik
1
-9
/
+9
2024-09-10
btrfs: convert __get_extent_map() to take a folio
Josef Bacik
1
-5
/
+6
2024-09-10
btrfs: convert btrfs_get_extent() to take a folio
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: convert btrfs_writepage_cow_fixup() to use folio
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: convert btrfs_run_delalloc_range() to take a folio
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: convert extent_write_locked_range() to take a folio
Josef Bacik
1
-2
/
+2
2024-09-10
btrfs: convert extent_clear_unlock_delalloc() to take a folio
Josef Bacik
1
-3
/
+3
2024-09-10
btrfs: convert process_one_page() to operate only on folios
Josef Bacik
1
-8
/
+6
2024-09-10
btrfs: convert __process_pages_contig() to take a folio
Josef Bacik
1
-9
/
+10
2024-09-10
btrfs: convert __unlock_for_delalloc() to take a folio
Josef Bacik
1
-9
/
+9
2024-09-10
btrfs: convert lock_delalloc_pages() to take a folio
Josef Bacik
1
-12
/
+11
2024-09-10
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
1
-14
/
+14
2024-09-10
btrfs: convert writepage_delalloc() to take a folio
Josef Bacik
1
-18
/
+20
2024-09-10
btrfs: convert btrfs_mark_ordered_io_finished() to take a folio
Josef Bacik
1
-4
/
+4
2024-09-10
btrfs: convert btrfs_finish_ordered_extent() to take a folio
Josef Bacik
1
-2
/
+2
2024-09-10
btrfs: convert __extent_writepage() to be completely folio based
Josef Bacik
1
-18
/
+17
[next]