summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0512-25/+87
|\
| * btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota2021-03-041-1/+6
| * btrfs: zoned: use sector_t for zone sectorsNaohiro Aota2021-03-041-2/+2
| * btrfs: subpage: fix the false data csum mismatch errorQu Wenruo2021-03-021-5/+16
| * btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-021-4/+27
| * btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-022-2/+3
| * btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-022-4/+6
| * btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+1
| * btrfs: fix spurious free_space_tree remount warningBoris Burkov2021-03-021-2/+2
| * btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-021-1/+18
| * btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-021-1/+4
| * btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap2021-03-021-2/+2
* | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-017-32/+12
|\ \
| * | btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny2021-02-261-9/+1
| * | btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny2021-02-266-23/+11
* | | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0111-59/+175
|\ \ \ | | |/ | |/|
| * | btrfs: zoned: fix deadlock on log syncJohannes Thumshirn2021-02-221-3/+0
| * | btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-02-221-4/+4
| * | btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana2021-02-221-0/+18
| * | btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik2021-02-221-12/+4
| * | btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-02-221-2/+19
| * | btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-225-3/+72
| * | btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana2021-02-221-3/+1
| * | btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-02-221-2/+4
| * | btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo2021-02-221-13/+26
| * | btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo2021-02-221-6/+17
| * | btrfs: fix raid6 qstripe kmapIra Weiny2021-02-221-11/+10
* | | 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