index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
subpage.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
2024-11-11
1
-8
/
+12
*
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
2024-11-11
1
-13
/
+0
*
btrfs: remove unused btrfs_folio_start_writer_lock()
Qu Wenruo
2024-11-11
1
-2
/
+0
*
btrfs: move the delalloc range bitmap search into extent_io.c
Qu Wenruo
2024-11-11
1
-4
/
+0
*
btrfs: only unlock the to-be-submitted ranges inside a folio
Qu Wenruo
2024-09-10
1
-0
/
+2
*
btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()
Qu Wenruo
2024-09-10
1
-2
/
+0
*
btrfs: remove btrfs_folio_end_all_writers()
Qu Wenruo
2024-09-10
1
-1
/
+0
*
btrfs: subpage: remove btrfs_fs_info::subpage_info member
Qu Wenruo
2024-09-10
1
-30
/
+13
*
btrfs: refactor __extent_writepage_io() to do sector-by-sector submission
Qu Wenruo
2024-09-10
1
-0
/
+3
*
btrfs: make btrfs_is_subpage() to return false directly for 4K page size
Qu Wenruo
2024-09-10
1
-0
/
+9
*
btrfs: subpage: introduce helpers to handle subpage delalloc locking
Qu Wenruo
2024-07-11
1
-0
/
+6
*
btrfs: make __extent_writepage_io() to write specified range only
Qu Wenruo
2024-07-11
1
-1
/
+2
*
btrfs: subpage: make reader lock utilize bitmap
Qu Wenruo
2024-03-05
1
-1
/
+11
*
btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_w...
Qu Wenruo
2024-03-05
1
-4
/
+0
*
btrfs: add forward declarations and headers, part 2
David Sterba
2024-03-04
1
-0
/
+5
*
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
1
-38
/
+36
*
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
1
-5
/
+3
*
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
1
-6
/
+4
*
btrfs: subpage: dump extra subpage bitmaps for debug
Qu Wenruo
2023-06-19
1
-0
/
+2
*
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
1
-0
/
+2
*
btrfs: rework page locking in __extent_writepage()
Qu Wenruo
2021-10-26
1
-0
/
+2
*
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
2021-10-26
1
-0
/
+2
*
btrfs: subpage: pack all subpage bitmaps into a larger bitmap
Qu Wenruo
2021-10-26
1
-16
/
+3
*
btrfs: subpage: introduce btrfs_subpage_bitmap_info
Qu Wenruo
2021-10-25
1
-0
/
+34
*
btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly
Qu Wenruo
2021-10-25
1
-3
/
+2
*
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
2021-08-23
1
-0
/
+3
*
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
2021-06-21
1
-1
/
+8
*
btrfs: introduce helpers for subpage ordered status
Qu Wenruo
2021-06-21
1
-0
/
+4
*
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
2021-06-21
1
-0
/
+10
*
btrfs: provide btrfs_page_clamp_*() helpers
Qu Wenruo
2021-06-21
1
-0
/
+10
*
btrfs: subpage: introduce helpers for writeback status
Qu Wenruo
2021-04-19
1
-0
/
+2
*
btrfs: subpage: introduce helpers for dirty status
Qu Wenruo
2021-04-19
1
-0
/
+5
*
btrfs: integrate page status update for data read path into begin/end_page_read
Qu Wenruo
2021-02-08
1
-0
/
+8
*
btrfs: introduce helpers for subpage error status
Qu Wenruo
2021-02-08
1
-0
/
+2
*
btrfs: introduce helpers for subpage uptodate status
Qu Wenruo
2021-02-08
1
-0
/
+27
*
btrfs: support subpage for extent buffer page release
Qu Wenruo
2021-02-08
1
-1
/
+12
*
btrfs: make attach_extent_buffer_page() handle subpage case
Qu Wenruo
2021-02-08
1
-0
/
+10
*
btrfs: introduce the skeleton of btrfs_subpage structure
Qu Wenruo
2021-02-08
1
-0
/
+33