index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
subpage.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
2024-07-11
1
-2
/
+2
*
btrfs: subpage: remove the unused error bitmap dumping
Qu Wenruo
2024-07-11
1
-3
/
+1
*
btrfs: lock subpage ranges in one go for writepage_delalloc()
Qu Wenruo
2024-07-11
1
-0
/
+6
*
btrfs: subpage: introduce helpers to handle subpage delalloc locking
Qu Wenruo
2024-07-11
1
-0
/
+118
*
btrfs: make __extent_writepage_io() to write specified range only
Qu Wenruo
2024-07-11
1
-6
/
+16
*
btrfs: rename macro local variables that clash with other variables
David Sterba
2024-07-11
1
-4
/
+4
*
btrfs: subpage: make writer lock utilize bitmap
Qu Wenruo
2024-03-05
1
-2
/
+19
*
btrfs: subpage: make reader lock utilize bitmap
Qu Wenruo
2024-03-05
1
-10
/
+35
*
btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_w...
Qu Wenruo
2024-03-05
1
-4
/
+4
*
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-22
1
-1
/
+2
|
\
|
*
btrfs: don't unconditionally call folio_start_writeback in subpage
Josef Bacik
2024-01-18
1
-1
/
+2
*
|
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-01-10
1
-181
/
+192
|
\
|
|
*
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
1
-161
/
+145
|
*
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
1
-27
/
+28
|
*
btrfs: migrate to use folio private instead of page private
Qu Wenruo
2023-12-15
1
-34
/
+60
*
|
fs: Rename mapping private members
Matthew Wilcox (Oracle)
2023-11-21
1
-2
/
+2
|
/
*
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
1
-35
/
+0
*
btrfs: subpage: dump extra subpage bitmaps for debug
Qu Wenruo
2023-06-19
1
-0
/
+42
*
btrfs: export bitmap_test_range_all_{set,zero}
Naohiro Aota
2023-06-19
1
-22
/
+0
*
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
2022-09-12
1
-1
/
+1
*
btrfs: remove extent writepage address space operation
Christoph Hellwig
2022-07-25
1
-1
/
+1
*
btrfs: fix typos in comments
David Sterba
2022-07-25
1
-1
/
+1
*
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
1
-1
/
+1
*
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
1
-15
/
+38
*
btrfs: subpage: fix a wrong check on subpage->writers
Qu Wenruo
2022-03-02
1
-1
/
+1
*
btrfs: handle page locking in btrfs_page_end_writer_lock with no writers
Qu Wenruo
2021-10-26
1
-0
/
+10
*
btrfs: rework page locking in __extent_writepage()
Qu Wenruo
2021-10-26
1
-0
/
+43
*
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
2021-10-26
1
-2
/
+45
*
btrfs: subpage: pack all subpage bitmaps into a larger bitmap
Qu Wenruo
2021-10-26
1
-45
/
+81
*
btrfs: subpage: introduce btrfs_subpage_bitmap_info
Qu Wenruo
2021-10-25
1
-0
/
+28
*
btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly
Qu Wenruo
2021-10-25
1
-16
/
+19
*
btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...
Qu Wenruo
2021-10-25
1
-2
/
+1
*
btrfs: subpage: fix a potential use-after-free in writeback helper
Qu Wenruo
2021-08-23
1
-1
/
+3
*
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
2021-08-23
1
-0
/
+20
*
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
2021-06-21
1
-4
/
+15
*
btrfs: introduce helpers for subpage ordered status
Qu Wenruo
2021-06-21
1
-0
/
+29
*
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
2021-06-21
1
-12
/
+77
*
btrfs: provide btrfs_page_clamp_*() helpers
Qu Wenruo
2021-06-21
1
-0
/
+38
*
btrfs: subpage: add overview comments
Qu Wenruo
2021-04-19
1
-0
/
+58
*
btrfs: subpage: introduce helpers for writeback status
Qu Wenruo
2021-04-19
1
-0
/
+30
*
btrfs: subpage: introduce helpers for dirty status
Qu Wenruo
2021-04-19
1
-0
/
+52
*
btrfs: integrate page status update for data read path into begin/end_page_read
Qu Wenruo
2021-02-08
1
-10
/
+43
*
btrfs: introduce helpers for subpage error status
Qu Wenruo
2021-02-08
1
-0
/
+29
*
btrfs: introduce helpers for subpage uptodate status
Qu Wenruo
2021-02-08
1
-0
/
+113
*
btrfs: support subpage for extent buffer page release
Qu Wenruo
2021-02-08
1
-0
/
+42
*
btrfs: make attach_extent_buffer_page() handle subpage case
Qu Wenruo
2021-02-08
1
-6
/
+24
*
btrfs: introduce the skeleton of btrfs_subpage structure
Qu Wenruo
2021-02-08
1
-0
/
+43