summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2023-04-17btrfs: calculate correct amount of space for delayed reference when evictingFilipe Manana
2023-04-17btrfs: don't throttle on delayed items when evicting deleted inodeFilipe Manana
2023-04-17btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()Filipe Manana
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig
2023-04-17btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pagesChristoph Hellwig
2023-04-17btrfs: remove unused members from struct btrfs_encoded_read_privateChristoph Hellwig
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig
2023-04-17btrfs: open code btrfs_csum_ptrJohannes Thumshirn
2023-04-17btrfs: add missing iputs on orphan cleanup failureJosef Bacik
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-15btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: open code submit_encoded_read_bioChristoph Hellwig
2023-02-15btrfs: remove stripe boundary calculation for encoded I/OQu Wenruo
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig
2023-02-15btrfs: open code the submit_bio_start helpersChristoph Hellwig
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig
2023-02-15btrfs: remove now unused checksumming helpersChristoph Hellwig
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig
2023-02-15btrfs: add a btrfs_data_csum_ok helperChristoph Hellwig
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig
2023-02-15btrfs: remove the direct I/O read checksum lookup optimizationChristoph Hellwig
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou
2023-02-13btrfs: go to matching label when cleaning em in btrfs_submit_directPeng Hao
2023-02-13btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extentsJosef Bacik
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-06Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds