summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov
2020-07-27btrfs: refactor btrfs_check_can_nocow() into two variantsQu Wenruo
2020-07-27btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()Qu Wenruo
2020-07-27btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov
2020-07-27btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo
2020-07-27btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig
2020-06-21btrfs: flag files as supporting buffered async readsJens Axboe
2020-06-16btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana
2020-06-16btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana
2020-06-16btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana
2020-03-25btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko
2020-03-23btrfs: kill the subvol_srcuJosef Bacik
2020-03-23btrfs: make ranged full fsyncs more efficientFilipe Manana
2020-03-23btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval
2019-12-13Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-11-18btrfs: Return offset from find_desired_extentNikolay Borisov
2019-11-18btrfs: Simplify btrfs_file_llseekNikolay Borisov
2019-11-18btrfs: Speed up btrfs_file_llseekNikolay Borisov
2019-11-18Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba
2019-11-18btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues
2019-10-17Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-10-01Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval
2019-09-09btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval
2019-09-09btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik