index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
subpage.c
Age
Commit message (
Expand
)
Author
2025-05-15
btrfs: subpage: prepare for large data folios
Qu Wenruo
2025-04-17
btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()
Qu Wenruo
2025-04-17
btrfs: subpage: access correct object when reading bitmap start in subpage_ca...
Qu Wenruo
2025-03-18
btrfs: replace PAGE_SIZE with folio_size for subpage.[ch]
Qu Wenruo
2025-03-18
btrfs: add a size parameter to btrfs_alloc_subpage()
Qu Wenruo
2025-03-18
btrfs: subpage: make btrfs_is_subpage() check against a folio
Qu Wenruo
2025-03-18
btrfs: simplify parameters of metadata folio helpers
David Sterba
2025-03-18
btrfs: update include and forward declarations in headers
David Sterba
2025-03-18
btrfs: require strict data/metadata split for subpage checks
Qu Wenruo
2025-03-18
btrfs: simplify subpage handling of btrfs_clear_buffer_dirty()
Qu Wenruo
2025-03-18
btrfs: use metadata specific helpers to simplify extent buffer helpers
Qu Wenruo
2025-03-18
btrfs: make subpage attach and detach handle metadata properly
Qu Wenruo
2025-03-18
btrfs: factor out metadata subpage detection into a dedicated helper
Qu Wenruo
2025-03-18
btrfs: remove btrfs_fs_info::sectors_per_page
Qu Wenruo
2025-03-17
btrfs: update some folio related comments
Matthew Wilcox (Oracle)
2025-01-13
btrfs: subpage: dump the involved bitmap when ASSERT() failed
Qu Wenruo
2025-01-13
btrfs: subpage: fix the bitmap dump of the locked flags
Qu Wenruo
2024-11-11
btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()
Filipe Manana
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 unused btrfs_folio_start_writer_lock()
Qu Wenruo
2024-11-11
btrfs: move the delalloc range bitmap search into extent_io.c
Qu Wenruo
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: rename __extent_writepage() and drop double underscores
David Sterba
2024-09-10
btrfs: subpage: remove btrfs_fs_info::subpage_info member
Qu Wenruo
2024-09-10
btrfs: refactor __extent_writepage_io() to do sector-by-sector submission
Qu Wenruo
2024-09-10
btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
Qu Wenruo
2024-09-10
btrfs: make btrfs_is_subpage() to return false directly for 4K page size
Qu Wenruo
2024-07-11
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
2024-07-11
btrfs: subpage: remove the unused error bitmap dumping
Qu Wenruo
2024-07-11
btrfs: lock subpage ranges in one go for writepage_delalloc()
Qu Wenruo
2024-07-11
btrfs: subpage: introduce helpers to handle subpage delalloc locking
Qu Wenruo
2024-07-11
btrfs: make __extent_writepage_io() to write specified range only
Qu Wenruo
2024-07-11
btrfs: rename macro local variables that clash with other variables
David Sterba
2024-03-05
btrfs: subpage: make writer lock utilize bitmap
Qu Wenruo
2024-03-05
btrfs: subpage: make reader lock utilize bitmap
Qu Wenruo
2024-03-05
btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_w...
Qu Wenruo
2024-01-22
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-18
btrfs: don't unconditionally call folio_start_writeback in subpage
Josef Bacik
2024-01-10
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
btrfs: migrate to use folio private instead of page private
Qu Wenruo
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
2023-06-19
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
btrfs: subpage: dump extra subpage bitmaps for debug
Qu Wenruo
2023-06-19
btrfs: export bitmap_test_range_all_{set,zero}
Naohiro Aota
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
[next]