aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-27btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn1-1/+2
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov1-5/+5
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov1-2/+1
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov1-2/+1
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov1-4/+1
2020-10-07btrfs: rename btrfs_insert_clone_extent() to a more generic nameFilipe Manana1-3/+3
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana1-2/+2
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana1-46/+46
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana1-2/+3
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana1-10/+28
2020-10-07btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov1-5/+5
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov1-2/+4
2020-10-07btrfs: dio iomap DSYNC workaroundJosef Bacik1-0/+33
2020-10-07btrfs: switch to iomap for direct IOGoldwyn Rodrigues1-2/+19
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana1-34/+63
2020-10-07btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo1-3/+1
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2020-08-21btrfs: detect nocow for swap after snapshot deleteBoris Burkov1-1/+1
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-07-27btrfs: make btrfs_check_data_free_space take btrfs_inodeNikolay Borisov1-1/+2
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov1-2/+3
2020-07-27btrfs: make btrfs_free_reserved_data_space take btrfs_inodeNikolay Borisov1-6/+7
2020-07-27btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov1-3/+4
2020-07-27btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov1-12/+12
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: refactor btrfs_check_can_nocow() into two variantsQu Wenruo1-35/+48
2020-07-27btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()Qu Wenruo1-0/+21
2020-07-27btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservationQu Wenruo1-6/+6
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov1-11/+12
2020-07-27btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo1-4/+4
2020-07-27btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov1-2/+0
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig1-0/+1
2020-06-21btrfs: flag files as supporting buffered async readsJens Axboe1-1/+1
2020-06-16btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana1-11/+26
2020-06-16btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana1-1/+12
2020-06-16btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana1-0/+2
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba1-19/+2
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba1-78/+10
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig1-10/+78
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues1-2/+19
2020-05-25btrfs: simplify iget helpersDavid Sterba1-5/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-5/+1
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-1/+1
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana1-0/+15
2020-03-25btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-5/+0
2020-03-23btrfs: make ranged full fsyncs more efficientFilipe Manana1-13/+0
2020-03-23btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana1-0/+10
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana1-0/+1