aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-11-26Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2021-11-26btrfs: fix the memory leak caused in lzo_compress_pages()Gravatar Qu Wenruo 1-0/+2
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-9/+58
2021-11-16btrfs: deprecate BTRFS_IOC_BALANCE ioctlGravatar Nikolay Borisov 1-0/+4
2021-11-16btrfs: make 1-bit bit-fields of scrub_page unsigned intGravatar Colin Ian King 1-2/+2
2021-11-16btrfs: check-integrity: fix a warning on write caching disabled diskGravatar Wang Yugui 1-1/+13
2021-11-16btrfs: silence lockdep when reading chunk tree during mountGravatar Filipe Manana 1-5/+13
2021-11-16btrfs: fix memory ordering between normal and ordered work functionsGravatar Nikolay Borisov 1-0/+14
2021-11-16btrfs: fix a out-of-bound access in copy_compressed_data_to_page()Gravatar Qu Wenruo 1-1/+11
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxGravatar Linus Torvalds 1-34/+34
2021-11-09btrfs: fix deadlock due to page faults during direct IO reads and writesGravatar Filipe Manana 1-16/+123
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 1-34/+34
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-6/+6
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+2
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 50-2900/+4435
2021-11-01btrfs: fix lzo_decompress_bio() kmap leakageGravatar Linus Torvalds 1-1/+2
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-9/+8
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-5/+6
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-33/+72
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"Gravatar David Sterba 1-11/+25
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zlib"Gravatar David Sterba 1-11/+25
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zstd"Gravatar David Sterba 1-9/+18
2021-10-29btrfs: remove root argument from check_item_in_log()Gravatar Filipe Manana 1-2/+2
2021-10-29btrfs: remove root argument from add_link()Gravatar Filipe Manana 1-2/+3
2021-10-29btrfs: remove root argument from btrfs_unlink_inode()Gravatar Filipe Manana 3-22/+18
2021-10-29btrfs: remove root argument from drop_one_dir_item()Gravatar Filipe Manana 1-4/+4
2021-10-29btrfs: clear MISSING device status bit in btrfs_close_one_deviceGravatar Li Zhang 1-1/+3
2021-10-29btrfs: call btrfs_check_rw_degradable only if there is a missing deviceGravatar Anand Jain 1-1/+2
2021-10-29btrfs: send: prepare for v2 protocolGravatar David Sterba 3-1/+32
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"Gravatar David Sterba 2-2/+4
2021-10-26btrfs: fix comment about sector sizes supported in 64K systemsGravatar Anand Jain 1-2/+1
2021-10-26btrfs: update device path inode time instead of bd_inodeGravatar Josef Bacik 1-8/+13
2021-10-26btrfs: fix deadlock when defragging transparent huge pagesGravatar Omar Sandoval 1-0/+14
2021-10-26btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitGravatar Anand Jain 1-49/+44
2021-10-26btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEGravatar Qu Wenruo 2-3/+7
2021-10-26btrfs: update comments for chunk allocation -ENOSPC casesGravatar Filipe Manana 1-3/+18
2021-10-26btrfs: fix deadlock between chunk allocation and chunk btree modificationsGravatar Filipe Manana 4-56/+111
2021-10-26btrfs: zoned: use greedy gc for auto reclaimGravatar Johannes Thumshirn 1-0/+22
2021-10-26btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateGravatar Christoph Hellwig 1-91/+110
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsGravatar Josef Bacik 3-36/+48
2021-10-26btrfs: add a btrfs_get_dev_args_from_path helperGravatar Josef Bacik 2-32/+68
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsGravatar Josef Bacik 5-65/+112
2021-10-26btrfs: do not call close_fs_devices in btrfs_rm_deviceGravatar Josef Bacik 1-1/+9
2021-10-26btrfs: add comments for device counts in struct btrfs_fs_devicesGravatar Anand Jain 1-0/+19
2021-10-26btrfs: use num_device to check for the last surviving seed deviceGravatar Anand Jain 1-1/+1
2021-10-26btrfs: fix lost error handling when replaying directory deletesGravatar Filipe Manana 1-1/+3
2021-10-26btrfs: remove btrfs_bio::logical memberGravatar Qu Wenruo 3-11/+8
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetGravatar Qu Wenruo 2-7/+12
2021-10-26btrfs: use bvec_kmap_local in btrfs_csum_one_bioGravatar Christoph Hellwig 1-4/+4