index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
2025-02-11
btrfs: fix stale page cache after race between readahead and direct IO write
Filipe Manana
2025-02-07
btrfs: fix two misuses of folio_shift()
Matthew Wilcox (Oracle)
2025-01-13
btrfs: add extra error messages for delalloc range related errors
Qu Wenruo
2025-01-13
btrfs: fix double accounting race when extent_writepage_io() failed
Qu Wenruo
2025-01-13
btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
Qu Wenruo
2025-01-13
btrfs: remove redundant variables from __process_folios_contig() and lock_del...
David Sterba
2025-01-13
btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait
David Sterba
2025-01-13
btrfs: unwrap folio locking helpers
David Sterba
2025-01-13
btrfs: change return type to bool type of check_eb_alignment()
David Sterba
2025-01-13
btrfs: switch grab_extent_buffer() to folios
David Sterba
2025-01-13
btrfs: rename btrfs_release_extent_buffer_pages() to mention folios
David Sterba
2025-01-13
btrfs: open code __free_extent_buffer()
David Sterba
2025-01-13
btrfs: drop one time used local variable in end_bbio_meta_write()
David Sterba
2025-01-13
btrfs: make wait_on_extent_buffer_writeback() static inline
David Sterba
2025-01-13
btrfs: use btrfs_inode in extent_writepage()
David Sterba
2025-01-13
btrfs: rename __get_extent_map() and pass btrfs_inode
David Sterba
2025-01-13
btrfs: open code set_page_extent_mapped()
David Sterba
2025-01-13
btrfs: rename __unlock_for_delalloc() and drop underscores
David Sterba
2025-01-13
btrfs: pass write-hint for buffered IO
Jing Xia
2025-01-13
btrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for btrfs_get_extent()
Qu Wenruo
2024-11-18
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-11
btrfs: use filemap_get_folio() helper
Anand Jain
2024-11-11
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
2024-11-11
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
2024-11-11
btrfs: remove redundant initializations for struct btrfs_tree_parent_check
Filipe Manana
2024-11-11
btrfs: drop unused parameter fs_info from folio_range_has_eb()
David Sterba
2024-11-11
btrfs: drop unused parameter mask from try_release_extent_state()
David Sterba
2024-11-11
btrfs: remove btrfs_set_range_writeback()
Qu Wenruo
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
2024-11-11
btrfs: mark all dirty sectors as locked inside writepage_delalloc()
Qu Wenruo
2024-11-11
btrfs: move the delalloc range bitmap search into extent_io.c
Qu Wenruo
2024-11-11
btrfs: do not assume the full page range is not dirty in extent_writepage_io()
Qu Wenruo
2024-11-11
btrfs: wait for writeback if sector size is smaller than page size
Qu Wenruo
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
2024-10-22
btrfs: fix the delalloc range locking if sector size < page size
Qu Wenruo
2024-10-09
btrfs: fix clear_dirty and writeback ordering in submit_one_sector()
Naohiro Aota
2024-09-10
btrfs: only unlock the to-be-submitted ranges inside a folio
Qu Wenruo
2024-09-10
btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()
Qu Wenruo
2024-09-10
btrfs: remove btrfs_folio_end_all_writers()
Qu Wenruo
2024-09-10
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
2024-09-10
btrfs: convert try_release_extent_state() to take a folio
Li Zetao
2024-09-10
btrfs: convert submit_eb_page() to take a folio
Li Zetao
2024-09-10
btrfs: convert submit_eb_subpage() to take a folio
Li Zetao
2024-09-10
btrfs: convert try_release_extent_buffer() to take a folio
Li Zetao
2024-09-10
btrfs: convert try_release_subpage_extent_buffer() to take a folio
Li Zetao
2024-09-10
btrfs: convert get_next_extent_buffer() to take a folio
Li Zetao
2024-09-10
btrfs: convert clear_page_extent_mapped() to take a folio
Li Zetao
2024-09-10
btrfs: do not hold the extent lock for entire read
Josef Bacik
2024-09-10
btrfs: rename __extent_writepage() and drop double underscores
David Sterba
[next]