summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig2021-02-241-1/+1
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-236-36/+50
|\ \ \
| * | | fs: make helpers idmap mount awareChristian Brauner2021-01-243-16/+23
| * | | namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-2/+3
| * | | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | | acl: handle idmapped mountsChristian Brauner2021-01-243-2/+6
| * | | attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * | | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-243-7/+7
| * | | namei: make permission helpers idmapped mount awareChristian Brauner2021-01-242-6/+8
* | | | 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-243-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