summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota1-0/+18
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota8-3/+129
2021-02-09btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn1-2/+3
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn3-0/+38
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota3-11/+15
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn3-2/+36
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota3-0/+175
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota4-11/+12
2021-02-09btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota1-3/+26
2021-02-09btrfs: factor out helper adding a page to bioNaohiro Aota1-15/+45
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota3-7/+33
2021-02-09btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota1-1/+15
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota9-1/+88
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota3-6/+94
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota10-18/+151
2021-02-09btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota3-9/+98
2021-02-09btrfs: zoned: load zone's allocation offsetNaohiro Aota4-0/+179
2021-02-09btrfs: zoned: verify device extent is aligned to zoneNaohiro Aota1-0/+14
2021-02-09btrfs: zoned: implement zoned chunk allocatorNaohiro Aota4-17/+321
2021-02-09btrfs: zoned: allow zoned filesystems on non-zoned block devicesJohannes Thumshirn2-16/+148
2021-02-09btrfs: zoned: disallow fitrim on zoned filesystemsNaohiro Aota1-0/+8
2021-02-09btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn2-2/+8
2021-02-09btrfs: release path before calling to btrfs_load_block_group_zone_infoJohannes Thumshirn1-21/+17
2021-02-09btrfs: zoned: use regular super block location on zone emulationNaohiro Aota1-1/+7
2021-02-09btrfs: zoned: defer loading zone info after opening treesNaohiro Aota4-4/+44
2021-02-08btrfs: fix extent buffer leak on failure to copy rootFilipe Manana1-0/+2
2021-02-08btrfs: explain page locking and readahead in read_extent_buffer_pages()Qu Wenruo1-0/+7
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo2-3/+29
2021-02-08btrfs: integrate page status update for data read path into begin/end_page_readQu Wenruo3-23/+80
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo9-33/+103
2021-02-08btrfs: introduce subpage metadata validation checkQu Wenruo1-0/+57
2021-02-08btrfs: support subpage in endio_readpage_update_page_status()Qu Wenruo1-6/+15
2021-02-08btrfs: introduce read_extent_buffer_subpage()Qu Wenruo1-0/+70
2021-02-08btrfs: support subpage in try_release_extent_buffer()Qu Wenruo1-2/+104
2021-02-08btrfs: support subpage in btrfs_clone_extent_bufferQu Wenruo1-2/+1
2021-02-08btrfs: support subpage in set/clear_extent_buffer_uptodate()Qu Wenruo1-4/+7
2021-02-08btrfs: introduce helpers for subpage error statusQu Wenruo2-0/+31
2021-02-08btrfs: introduce helpers for subpage uptodate statusQu Wenruo2-0/+140
2021-02-08btrfs: attach private to dummy extent buffer pagesQu Wenruo1-1/+8
2021-02-08btrfs: support subpage for extent buffer page releaseQu Wenruo3-16/+133
2021-02-08btrfs: make grab_extent_buffer_from_page() handle subpage caseQu Wenruo1-2/+11
2021-02-08btrfs: make attach_extent_buffer_page() handle subpage caseQu Wenruo3-13/+96
2021-02-08btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo4-2/+78
2021-02-08btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage supportQu Wenruo1-2/+7
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo3-26/+18
2021-02-08btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana3-8/+34
2021-02-08btrfs: remove unnecessary check_parent_dirs_for_sync()Filipe Manana1-106/+15
2021-02-08btrfs: skip logging inodes already logged when logging new entriesFilipe Manana1-1/+1
2021-02-08btrfs: skip logging directories already logged when logging all parentsFilipe Manana1-0/+5
2021-02-08btrfs: avoid logging new ancestor inodes when logging new inodeFilipe Manana1-2/+33