aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-17btrfs: do not account twice for inode ref when reserving metadata unitsFilipe Manana
2022-05-16btrfs: allocate the btrfs_dio_private as part of the iomap dio bioChristoph Hellwig
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig
2022-05-16btrfs: allocate dio_data on stackChristoph Hellwig
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-05-16btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba
2022-05-16btrfs: fix deadlock between concurrent dio writes when low on free data spaceFilipe Manana
2022-05-16btrfs: derive compression type from extent map during readsGoldwyn Rodrigues
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler
2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig
2022-05-16btrfs: avoid double search for block group during NOCOW writesFilipe Manana
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo
2022-05-16btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()Filipe Manana
2022-05-16btrfs: do not test for free space inode during NOCOW check against file extentFilipe Manana
2022-05-16btrfs: move common NOCOW checks against a file extent into a helperFilipe Manana
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-05-16btrfs: remove unnecessary type castsYu Zhe
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo
2022-05-16btrfs: replace memset with memzero_page in data checksum verificationQu Wenruo
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-05-16btrfs: avoid blocking when allocating context for nowait dio read/writeFilipe Manana
2022-05-16btrfs: release path earlier at can_nocow_extent()Filipe Manana
2022-05-16btrfs: free path at can_nocow_extent() before checking for checksum itemsFilipe Manana
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana
2022-05-16btrfs: avoid double nocow check when doing nowait dio writesFilipe Manana
2022-05-16btrfs: avoid blocking nowait dio when locking file rangeFilipe Manana
2022-05-16btrfs: avoid blocking on page locks with nowait dio on compressed rangeFilipe Manana
2022-05-16btrfs: add and use helper to assert an inode range is cleanFilipe Manana
2022-05-16btrfs: restore inode creation before xattr settingSweet Tea Dorminy
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval
2022-05-16btrfs: reserve correct number of items for inode creationOmar Sandoval
2022-05-16btrfs: factor out common part of btrfs_{mknod,create,mkdir}()Omar Sandoval
2022-05-16btrfs: allocate inode outside of btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_real_readdirGabriel Niebler
2022-05-16btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: don't pass parent objectid to btrfs_new_inode() explicitlyOmar Sandoval
2022-05-16btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()Omar Sandoval
2022-05-16btrfs: remove unnecessary inode_set_bytes(0) callOmar Sandoval
2022-05-16btrfs: remove unnecessary btrfs_i_size_write(0) callsOmar Sandoval
2022-05-16btrfs: get rid of btrfs_add_nondir()Omar Sandoval
2022-05-16btrfs: reserve correct number of items for renameOmar Sandoval