aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2020-06-01btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko
2020-06-01btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana
2020-03-30btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues
2020-01-31Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-12-10btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-11-25Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana
2019-11-09Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana
2019-07-26Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
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
2018-11-28Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-13Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-19btrfs: move the dio_sem higher up the callchainJosef Bacik
2018-10-15Btrfs: don't clean dirty pages during buffered writesChris Mason
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06btrfs: Use iocb to derive pos instead of passing a separate parameterGoldwyn Rodrigues
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba
2018-08-06btrfs: always wait on ordered extents at fsync timeJosef Bacik
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-18btrfs: Fix wrong btrfs_delalloc_release_extents parameterQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-03-31btrfs: Remove userspace transaction ioctlsNikolay Borisov
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba
2018-03-26btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-22Btrfs: fix space leak after fallocate and zero range operationsFilipe Manana
2018-01-22Btrfs: fix missing inode i_size update after zero range operationFilipe Manana
2018-01-22Btrfs: use cached state when dirtying pages during buffered writeFilipe Manana
2018-01-22Btrfs: add support for fallocate's zero range operationFilipe Manana
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba
2018-01-22Btrfs: set plug for fsyncLiu Bo
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba