aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-26/+26
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig1-2/+2
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig1-4/+0
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig1-20/+0
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig1-7/+4
2023-02-15btrfs: open code submit_encoded_read_bioChristoph Hellwig1-20/+3
2023-02-15btrfs: remove stripe boundary calculation for encoded I/OQu Wenruo1-23/+2
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioChristoph Hellwig1-129/+32
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig1-30/+7
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig1-65/+2
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig1-2/+2
2023-02-15btrfs: open code the submit_bio_start helpersChristoph Hellwig1-20/+0
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig1-16/+0
2023-02-15btrfs: remove now unused checksumming helpersChristoph Hellwig1-108/+16
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig1-77/+4
2023-02-15btrfs: add a btrfs_data_csum_ok helperChristoph Hellwig1-0/+38
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig1-24/+0
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig1-7/+0
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig1-3/+3
2023-02-15btrfs: remove the direct I/O read checksum lookup optimizationChristoph Hellwig1-27/+5
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig1-1/+3
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig1-4/+4
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou1-3/+2
2023-02-13btrfs: go to matching label when cleaning em in btrfs_submit_directPeng Hao1-1/+1
2023-02-13btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extentsJosef Bacik1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-18/+12
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-4/+5
2023-01-06Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-01-03btrfs: fix ASSERT em->len condition in btrfs_get_extentTanmay Bhushan1-1/+1
2023-01-02Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2022-12-15btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET1-2/+4
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-420/+484
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-1/+1
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo1-3/+2
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Filipe Manana1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba1-10/+9
2022-12-05btrfs: use btrfs_inode inside btrfs_verify_data_csumDavid Sterba1-6/+6
2022-12-05btrfs: use btrfs_inode inside compress_file_rangeDavid Sterba1-19/+18
2022-12-05btrfs: switch async_chunk::inode to btrfs_inodeDavid Sterba1-6/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_inherit_iflagsDavid Sterba1-11/+11