summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
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
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana
2019-09-09Btrfs: factor out extent dropping code from hole punch handlerFilipe Manana
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik
2019-07-02btrfs: drop default value assignments in enumsDavid Sterba
2019-07-02Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-07-01btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocowNikolay Borisov
2019-07-01btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2019-05-03btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo
2019-04-29Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann
2019-04-29Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana
2019-02-25btrfs: Remove unused arguments from btrfs_get_extent_fiemapNikolay Borisov
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn
2018-12-17Btrfs: remove no longer used io_err from btrfs_log_ctxFilipe Manana