summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-215-14/+11
|\
| * btrfs: use bio_kmalloc in __alloc_deviceChristoph Hellwig2021-01-271-1/+1
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-253-11/+8
* | Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-4/+3
|\ \
| * | iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-4/+3
* | | Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-02-2150-1093/+4694
|\ \ \
| * | | btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota2021-02-091-1/+2
| * | | btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota2021-02-091-1/+22
| * | | btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2021-02-092-11/+28
| * | | btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota2021-02-091-1/+33
| * | | btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-095-4/+90
| * | | btrfs: split alloc_log_tree()Naohiro Aota2021-02-092-6/+29
| * | | btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota2021-02-095-0/+80
| * | | btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota2021-02-091-2/+32
| * | | btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota2021-02-093-0/+123
| * | | btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota2021-02-094-1/+101
| * | | btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota2021-02-093-17/+80
| * | | btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota2021-02-094-0/+204
| * | | btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota2021-02-091-0/+2
| * | | btrfs: zoned: wait for existing extents before truncatingNaohiro Aota2021-02-091-0/+9
| * | | btrfs: zoned: serialize metadata IONaohiro Aota2021-02-096-1/+109
| * | | btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota2021-02-091-2/+32
| * | | btrfs: zoned: enable zone append writing for direct IONaohiro Aota2021-02-091-0/+18
| * | | btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-098-3/+129
| * | | btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn2021-02-091-2/+3
| * | | btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn2021-02-093-0/+38
| * | | btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota2021-02-093-11/+15
| * | | btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn2021-02-093-2/+36
| * | | btrfs: zoned: split ordered extent when bio is sentNaohiro Aota2021-02-093-0/+175
| * | | btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota2021-02-094-11/+12
| * | | btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota2021-02-091-3/+26
| * | | btrfs: factor out helper adding a page to bioNaohiro Aota2021-02-091-15/+45
| * | | btrfs: zoned: reset zones of unused block groupsNaohiro Aota2021-02-093-7/+33
| * | | btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota2021-02-091-1/+15
| * | | btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-099-1/+88
| * | | btrfs: zoned: implement sequential extent allocationNaohiro Aota2021-02-093-6/+94
| * | | btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-0910-18/+151
| * | | btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota2021-02-093-9/+98
| * | | btrfs: zoned: load zone's allocation offsetNaohiro Aota2021-02-094-0/+179
| * | | btrfs: zoned: verify device extent is aligned to zoneNaohiro Aota2021-02-091-0/+14
| * | | btrfs: zoned: implement zoned chunk allocatorNaohiro Aota2021-02-094-17/+321
| * | | btrfs: zoned: allow zoned filesystems on non-zoned block devicesJohannes Thumshirn2021-02-092-16/+148
| * | | btrfs: zoned: disallow fitrim on zoned filesystemsNaohiro Aota2021-02-091-0/+8
| * | | btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn2021-02-092-2/+8
| * | | btrfs: release path before calling to btrfs_load_block_group_zone_infoJohannes Thumshirn2021-02-091-21/+17
| * | | btrfs: zoned: use regular super block location on zone emulationNaohiro Aota2021-02-091-1/+7
| * | | btrfs: zoned: defer loading zone info after opening treesNaohiro Aota2021-02-094-4/+44
| * | | btrfs: fix extent buffer leak on failure to copy rootFilipe Manana2021-02-081-0/+2
| * | | btrfs: explain page locking and readahead in read_extent_buffer_pages()Qu Wenruo2021-02-081-0/+7
| * | | btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo2021-02-082-3/+29