index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
subpage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-1
/
+1
2022-07-25
btrfs: remove extent writepage address space operation
Christoph Hellwig
1
-1
/
+1
2022-07-25
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
1
-1
/
+1
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
1
-15
/
+38
2022-03-02
btrfs: subpage: fix a wrong check on subpage->writers
Qu Wenruo
1
-1
/
+1
2021-10-26
btrfs: handle page locking in btrfs_page_end_writer_lock with no writers
Qu Wenruo
1
-0
/
+10
2021-10-26
btrfs: rework page locking in __extent_writepage()
Qu Wenruo
1
-0
/
+43
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
1
-2
/
+45
2021-10-26
btrfs: subpage: pack all subpage bitmaps into a larger bitmap
Qu Wenruo
1
-45
/
+81
2021-10-25
btrfs: subpage: introduce btrfs_subpage_bitmap_info
Qu Wenruo
1
-0
/
+28
2021-10-25
btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly
Qu Wenruo
1
-16
/
+19
2021-10-25
btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...
Qu Wenruo
1
-2
/
+1
2021-08-23
btrfs: subpage: fix a potential use-after-free in writeback helper
Qu Wenruo
1
-1
/
+3
2021-08-23
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
1
-0
/
+20
2021-06-21
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
1
-4
/
+15
2021-06-21
btrfs: introduce helpers for subpage ordered status
Qu Wenruo
1
-0
/
+29
2021-06-21
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
1
-12
/
+77
2021-06-21
btrfs: provide btrfs_page_clamp_*() helpers
Qu Wenruo
1
-0
/
+38
2021-04-19
btrfs: subpage: add overview comments
Qu Wenruo
1
-0
/
+58
2021-04-19
btrfs: subpage: introduce helpers for writeback status
Qu Wenruo
1
-0
/
+30
2021-04-19
btrfs: subpage: introduce helpers for dirty status
Qu Wenruo
1
-0
/
+52
2021-02-08
btrfs: integrate page status update for data read path into begin/end_page_read
Qu Wenruo
1
-10
/
+43
2021-02-08
btrfs: introduce helpers for subpage error status
Qu Wenruo
1
-0
/
+29
2021-02-08
btrfs: introduce helpers for subpage uptodate status
Qu Wenruo
1
-0
/
+113
2021-02-08
btrfs: support subpage for extent buffer page release
Qu Wenruo
1
-0
/
+42
2021-02-08
btrfs: make attach_extent_buffer_page() handle subpage case
Qu Wenruo
1
-6
/
+24
2021-02-08
btrfs: introduce the skeleton of btrfs_subpage structure
Qu Wenruo
1
-0
/
+43