summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-2/+11
2021-10-07btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik1-7/+9
2021-10-07btrfs: update refs for any root except tree log rootsJosef Bacik1-2/+1
2021-08-23btrfs: initial fsverity supportBoris Burkov1-0/+10
2021-08-23btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo1-4/+4
2021-08-23btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()Qu Wenruo1-1/+12
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+11
2021-06-21btrfs: eliminate insert label in add_falloc_rangeNikolay Borisov1-12/+11
2021-06-21btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()Qu Wenruo1-1/+12
2021-06-21btrfs: make btrfs_dirty_pages() to be subpage compatibleQu Wenruo1-2/+5
2021-06-21btrfs: use list_last_entry in add_falloc_rangeNikolay Borisov1-4/+3
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro1-12/+11
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-04-28btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana1-10/+25
2021-04-19btrfs: fix a potential hole punching failureBingJing Chang1-3/+3
2021-04-19btrfs: update outdated comment at btrfs_replace_file_extents()Filipe Manana1-4/+2
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana1-8/+2
2021-04-19btrfs: fix race between memory mapped writes and fsyncFilipe Manana1-9/+9
2021-04-19btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik1-6/+6
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik1-9/+9
2021-04-19btrfs: make find_desired_extent take btrfs_inodeNikolay Borisov1-8/+7
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov1-26/+25
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov1-1/+4
2021-02-25mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-1/+1
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+3
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota1-1/+5
2021-02-09btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-15/+9
2021-02-09btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana1-0/+1
2021-02-09btrfs: update comment for btrfs_dirty_pagesQu Wenruo1-6/+5
2021-02-09btrfs: cleanup local variables in btrfs_file_write_iterNikolay Borisov1-9/+7
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-4/+3
2020-12-09btrfs: disable fallocate in ZONED modeNaohiro Aota1-0/+4
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov1-2/+2
2020-12-08btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov1-7/+10
2020-12-08btrfs: make btrfs_insert_replace_extent take btrfs_inodeNikolay Borisov1-17/+17
2020-12-08btrfs: make find_first_non_hole take btrfs_inodeNikolay Borisov1-7/+8
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-4/+4
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-15/+28
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana1-74/+80
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik1-2/+1
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba1-2/+1
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues1-36/+2
2020-12-08btrfs: call iomap_dio_complete() without inode_lockGoldwyn Rodrigues1-13/+11
2020-12-08btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues1-13/+0
2020-12-08btrfs: use shared lock for direct writes within EOFGoldwyn Rodrigues1-11/+16
2020-12-08btrfs: push inode locking and unlocking into buffered/direct writeGoldwyn Rodrigues1-33/+57
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues1-16/+17
2020-12-08btrfs: introduce btrfs_write_check()Goldwyn Rodrigues1-74/+77