summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
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 reser...Qu 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-22btrfs: 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
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov1-6/+5
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba1-1/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-4/+0
2020-03-23btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik1-0/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik1-1/+1
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik1-0/+32
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-9/+8
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval1-3/+3
2019-12-13Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana1-2/+2
2019-11-19btrfs: remove extent_map::bdevDavid Sterba1-3/+0
2019-11-18btrfs: Return offset from find_desired_extentNikolay Borisov1-15/+19
2019-11-18btrfs: Simplify btrfs_file_llseekNikolay Borisov1-7/+3
2019-11-18btrfs: Speed up btrfs_file_llseekNikolay Borisov1-16/+10
2019-11-18Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-11-18btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues1-2/+3
2019-10-17Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana1-19/+17