summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: disable fallocate in ZONED modeNaohiro Aota2020-12-091-0/+4
* btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov2020-12-081-2/+2
* btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov2020-12-081-7/+10
* btrfs: make btrfs_insert_replace_extent take btrfs_inodeNikolay Borisov2020-12-081-17/+17
* btrfs: make find_first_non_hole take btrfs_inodeNikolay Borisov2020-12-081-7/+8
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-4/+4
* btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov2020-12-081-1/+1
* btrfs: update the number of bytes used by an inode atomicallyFilipe Manana2020-12-081-15/+28
* btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana2020-12-081-74/+80
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-2/+1
* btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba2020-12-081-2/+1
* btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues2020-12-081-36/+2
* btrfs: call iomap_dio_complete() without inode_lockGoldwyn Rodrigues2020-12-081-13/+11
* btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues2020-12-081-13/+0
* btrfs: use shared lock for direct writes within EOFGoldwyn Rodrigues2020-12-081-11/+16
* btrfs: push inode locking and unlocking into buffered/direct writeGoldwyn Rodrigues2020-12-081-33/+57
* btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues2020-12-081-16/+17
* btrfs: introduce btrfs_write_check()Goldwyn Rodrigues2020-12-081-74/+77
* btrfs: check FS error state bit early during writeGoldwyn Rodrigues2020-12-081-12/+8
* btrfs: move pos increment and pagecache extension to btrfs_buffered_writeGoldwyn Rodrigues2020-12-081-8/+5
* btrfs: split btrfs_direct_IO to read and writeGoldwyn Rodrigues2020-12-081-10/+87
* btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues2020-12-081-16/+10
* btrfs: use round_down while calculating start position in btrfs_dirty_pages()Goldwyn Rodrigues2020-12-081-1/+1
* btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_writeGoldwyn Rodrigues2020-12-081-22/+12
* btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana2020-11-131-57/+0
* btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn2020-10-271-1/+2
* btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov2020-10-071-5/+5
* btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov2020-10-071-2/+1
* btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov2020-10-071-2/+1
* btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov2020-10-071-4/+1
* btrfs: rename btrfs_insert_clone_extent() to a more generic nameFilipe Manana2020-10-071-3/+3
* btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana2020-10-071-2/+2
* btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana2020-10-071-46/+46
* btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana2020-10-071-2/+3
* btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana2020-10-071-10/+28
* btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inodeNikolay Borisov2020-10-071-5/+6
* btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov2020-10-071-5/+5
* btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov2020-10-071-2/+4
* btrfs: dio iomap DSYNC workaroundJosef Bacik2020-10-071-0/+33
* btrfs: switch to iomap for direct IOGoldwyn Rodrigues2020-10-071-2/+19
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-071-34/+63
* btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo2020-10-071-3/+1
* Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-241-1/+1
|\
| * btrfs: detect nocow for swap after snapshot deleteBoris Burkov2020-08-211-1/+1
* | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-1/+1
|\ \ | |/ |/|
| * btrfs: flag files as supporting buffered async readsJens Axboe2020-06-211-1/+1
* | btrfs: make btrfs_check_data_free_space take btrfs_inodeNikolay Borisov2020-07-271-1/+2
* | btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov2020-07-271-2/+3
* | btrfs: make btrfs_free_reserved_data_space take btrfs_inodeNikolay Borisov2020-07-271-6/+7
* | btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov2020-07-271-3/+4