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