summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | btrfs: use latest_dev in btrfs_show_devnameAnand Jain2021-10-261-19/+5
| * | | btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-266-12/+16
| * | | btrfs: zoned: finish relocating block groupNaohiro Aota2021-10-261-0/+4
| * | | btrfs: zoned: finish fully written block groupNaohiro Aota2021-10-265-2/+70
| * | | btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota2021-10-263-7/+60
| * | | btrfs: move ffe_ctl one level upNaohiro Aota2021-10-261-75/+87
| * | | btrfs: zoned: activate new block groupNaohiro Aota2021-10-261-0/+6
| * | | btrfs: zoned: activate block group on allocationNaohiro Aota2021-10-261-0/+12
| * | | btrfs: zoned: load active zone info for block groupNaohiro Aota2021-10-261-0/+24
| * | | btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-267-2/+226
| * | | btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota2021-10-263-2/+16
| * | | btrfs: zoned: load active zone information from devicesNaohiro Aota2021-10-262-1/+60
| * | | btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota2021-10-263-20/+44
| * | | btrfs: zoned: locate superblock position using zone capacityNaohiro Aota2021-10-261-2/+13
| * | | btrfs: zoned: consider zone as full when no more SB can be writtenNaohiro Aota2021-10-261-8/+15
| * | | btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota2021-10-261-2/+6
| * | | btrfs: zoned: calculate free space from zone capacityNaohiro Aota2021-10-264-6/+16
| * | | btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota2021-10-262-3/+2
| * | | btrfs: zoned: load zone capacity information from devicesNaohiro Aota2021-10-262-1/+24
| * | | btrfs: defrag: enable defrag for subpage caseQu Wenruo2021-10-261-6/+0
| * | | btrfs: defrag: remove the old infrastructureQu Wenruo2021-10-261-313/+0
| * | | btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo2021-10-261-149/+55
| * | | btrfs: defrag: introduce helper to defrag one clusterQu Wenruo2021-10-261-0/+56
| * | | btrfs: defrag: introduce helper to defrag a rangeQu Wenruo2021-10-261-10/+93
| * | | btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo2021-10-261-0/+55
| * | | btrfs: defrag: introduce helper to collect target file extentsQu Wenruo2021-10-261-0/+120
| * | | btrfs: defrag: factor out page preparation into a helperQu Wenruo2021-10-261-61/+87
| * | | btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo2021-10-261-5/+6
| * | | btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo2021-10-261-2/+3
| * | | btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo2021-10-262-11/+20
| * | | btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain2021-10-263-17/+19
| * | | btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang2021-10-261-1/+1
| * | | btrfs: subpage: pack all subpage bitmaps into a larger bitmapQu Wenruo2021-10-263-85/+121
| * | | btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo2021-10-254-3/+72
| * | | btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directlyQu Wenruo2021-10-253-22/+24
| * | | btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...Qu Wenruo2021-10-252-9/+10
| * | | btrfs: update comment for fs_devices::seed_list in btrfs_rm_deviceSu Yue2021-10-251-1/+1
| * | | btrfs: drop unnecessary ret in ioctl_quota_rescan_statusAnand Jain2021-10-251-3/+2
| * | | btrfs: send: simplify send_create_inode_if_neededMarcos Paulo de Souza2021-10-251-11/+4
| * | | btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov2021-10-254-10/+10
* | | | btrfs: fix lzo_decompress_bio() kmap leakageLinus Torvalds2021-11-011-1/+2
* | | | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | btrfs: use sync_blockdevChristoph Hellwig2021-10-221-1/+1
* | | | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-014-9/+8
|\ \ \ \ \
| * | | | | btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-184-9/+8
| |/ / / /
* | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-013-5/+6
|\| | | |
| * | | | block: switch polling to be bio basedChristoph Hellwig2021-10-181-5/+3
| * | | | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-182-0/+2
| * | | | mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig2021-10-181-0/+1
| |/ / /
* | | | Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-10-295-33/+72
|\ \ \ \ | |/ / / |/| | |