index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-09
btrfs: extend btrfs_rmap_block for specifying a device
Naohiro Aota
3
-11
/
+15
2021-02-09
btrfs: zoned: check if bio spans across an ordered extent
Johannes Thumshirn
3
-2
/
+36
2021-02-09
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
3
-0
/
+175
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
4
-11
/
+12
2021-02-09
btrfs: zoned: use bio_add_zone_append_page
Naohiro Aota
1
-3
/
+26
2021-02-09
btrfs: factor out helper adding a page to bio
Naohiro Aota
1
-15
/
+45
2021-02-09
btrfs: zoned: reset zones of unused block groups
Naohiro Aota
3
-7
/
+33
2021-02-09
btrfs: zoned: advance allocation pointer after tree log node
Naohiro Aota
1
-1
/
+15
2021-02-09
btrfs: zoned: redirty released extent buffers
Naohiro Aota
9
-1
/
+88
2021-02-09
btrfs: zoned: implement sequential extent allocation
Naohiro Aota
3
-6
/
+94
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
10
-18
/
+151
2021-02-09
btrfs: zoned: calculate allocation offset for conventional zones
Naohiro Aota
3
-9
/
+98
2021-02-09
btrfs: zoned: load zone's allocation offset
Naohiro Aota
4
-0
/
+179
2021-02-09
btrfs: zoned: verify device extent is aligned to zone
Naohiro Aota
1
-0
/
+14
2021-02-09
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
4
-17
/
+321
2021-02-09
btrfs: zoned: allow zoned filesystems on non-zoned block devices
Johannes Thumshirn
2
-16
/
+148
2021-02-09
btrfs: zoned: disallow fitrim on zoned filesystems
Naohiro Aota
1
-0
/
+8
2021-02-09
btrfs: zoned: do not load fs_info::zoned from incompat flag
Johannes Thumshirn
2
-2
/
+8
2021-02-09
btrfs: release path before calling to btrfs_load_block_group_zone_info
Johannes Thumshirn
1
-21
/
+17
2021-02-09
btrfs: zoned: use regular super block location on zone emulation
Naohiro Aota
1
-1
/
+7
2021-02-09
btrfs: zoned: defer loading zone info after opening trees
Naohiro Aota
4
-4
/
+44
2021-02-09
iomap: support REQ_OP_ZONE_APPEND
Naohiro Aota
2
-6
/
+38
2021-02-09
block: add bio_add_zone_append_page
Johannes Thumshirn
2
-0
/
+35
2021-02-08
btrfs: fix extent buffer leak on failure to copy root
Filipe Manana
1
-0
/
+2
2021-02-08
btrfs: explain page locking and readahead in read_extent_buffer_pages()
Qu Wenruo
1
-0
/
+7
2021-02-08
btrfs: allow read-only mount of 4K sector size fs on 64K page system
Qu Wenruo
2
-3
/
+29
2021-02-08
btrfs: integrate page status update for data read path into begin/end_page_read
Qu Wenruo
3
-23
/
+80
2021-02-08
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
9
-33
/
+103
2021-02-08
btrfs: introduce subpage metadata validation check
Qu Wenruo
1
-0
/
+57
2021-02-08
btrfs: support subpage in endio_readpage_update_page_status()
Qu Wenruo
1
-6
/
+15
2021-02-08
btrfs: introduce read_extent_buffer_subpage()
Qu Wenruo
1
-0
/
+70
2021-02-08
btrfs: support subpage in try_release_extent_buffer()
Qu Wenruo
1
-2
/
+104
2021-02-08
btrfs: support subpage in btrfs_clone_extent_buffer
Qu Wenruo
1
-2
/
+1
2021-02-08
btrfs: support subpage in set/clear_extent_buffer_uptodate()
Qu Wenruo
1
-4
/
+7
2021-02-08
btrfs: introduce helpers for subpage error status
Qu Wenruo
2
-0
/
+31
2021-02-08
btrfs: introduce helpers for subpage uptodate status
Qu Wenruo
2
-0
/
+140
2021-02-08
btrfs: attach private to dummy extent buffer pages
Qu Wenruo
1
-1
/
+8
2021-02-08
btrfs: support subpage for extent buffer page release
Qu Wenruo
3
-16
/
+133
2021-02-08
btrfs: make grab_extent_buffer_from_page() handle subpage case
Qu Wenruo
1
-2
/
+11
2021-02-08
btrfs: make attach_extent_buffer_page() handle subpage case
Qu Wenruo
3
-13
/
+96
2021-02-08
btrfs: introduce the skeleton of btrfs_subpage structure
Qu Wenruo
4
-2
/
+78
2021-02-08
btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage support
Qu Wenruo
1
-2
/
+7
2021-02-08
btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK
Qu Wenruo
3
-26
/
+18
2021-02-08
btrfs: make concurrent fsyncs wait less when waiting for a transaction commit
Filipe Manana
3
-8
/
+34
2021-02-08
btrfs: remove unnecessary check_parent_dirs_for_sync()
Filipe Manana
1
-106
/
+15
2021-02-08
btrfs: skip logging inodes already logged when logging new entries
Filipe Manana
1
-1
/
+1
2021-02-08
btrfs: skip logging directories already logged when logging all parents
Filipe Manana
1
-0
/
+5
2021-02-08
btrfs: avoid logging new ancestor inodes when logging new inode
Filipe Manana
1
-2
/
+33
2021-02-08
btrfs: stop setting nbytes when filling inode item for logging
Filipe Manana
1
-1
/
+8
2021-02-08
btrfs: remove unnecessary directory inode item update when deleting dir entry
Filipe Manana
1
-35
/
+4
[next]