summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-16btrfs: reserve correct number of items for unlink and rmdirOmar Sandoval1-1/+2
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+2
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng1-13/+2
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+8
2022-04-19btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig1-2/+3
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig1-8/+5
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+4
2022-04-06btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-06btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai1-2/+1
2022-04-05Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+22
2022-04-01btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-03-24btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-03-24btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-44/+40
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1