aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18btrfs: 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 writeFilipe 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
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents()Qu Wenruo1-4/+3
2019-10-01Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana1-1/+12
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-2/+2
2019-09-09btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval1-1/+1
2019-09-09btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval1-1/+2
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-2/+2
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov1-1/+1
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana1-15/+131
2019-09-09Btrfs: factor out extent dropping code from hole punch handlerFilipe Manana1-142/+166
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+1
2019-07-02btrfs: drop default value assignments in enumsDavid Sterba1-3/+3
2019-07-02Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana1-0/+5
2019-07-01btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocowNikolay Borisov1-1/+1
2019-07-01btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov1-12/+2
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-05-03btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik1-3/+1
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo1-10/+12
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo1-5/+12
2019-04-29Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota reserveRobbie Ko1-1/+2
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba1-1/+1
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2019-04-29Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana1-1/+0
2019-02-25btrfs: Remove unused arguments from btrfs_get_extent_fiemapNikolay Borisov1-2/+1
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-3/+3
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn1-2/+2
2018-12-17Btrfs: remove no longer used io_err from btrfs_log_ctxFilipe Manana1-19/+0
2018-11-28Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+24
2018-11-13Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana1-0/+24
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-2/+1
2018-10-19btrfs: move the dio_sem higher up the callchainJosef Bacik1-0/+12
2018-10-15Btrfs: don't clean dirty pages during buffered writesChris Mason1-6/+23
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_add_bytesLu Fengqi1-2/+2
2018-08-06btrfs: prune unused includesDavid Sterba1-3/+0
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-7/+7
2018-08-06btrfs: Use iocb to derive pos instead of passing a separate parameterGoldwyn Rodrigues1-7/+8
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo1-2/+1
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba1-36/+1
2018-08-06btrfs: always wait on ordered extents at fsync timeJosef Bacik1-52/+4