aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+3
2018-04-18btrfs: Fix wrong btrfs_delalloc_release_extents parameterQu Wenruo1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-7/+8
2018-03-31btrfs: Remove userspace transaction ioctlsNikolay Borisov1-8/+0
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba1-1/+2
2018-03-26btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov1-1/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-77/+314
2018-01-29fs: new API for handling inode->i_versionJeff Layton1-0/+1
2018-01-22Btrfs: fix space leak after fallocate and zero range operationsFilipe Manana1-6/+20
2018-01-22Btrfs: fix missing inode i_size update after zero range operationFilipe Manana1-1/+4
2018-01-22Btrfs: use cached state when dirtying pages during buffered writeFilipe Manana1-1/+1
2018-01-22Btrfs: add support for fallocate's zero range operationFilipe Manana1-62/+276
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba1-8/+7
2018-01-22Btrfs: set plug for fsyncLiu Bo1-0/+9
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-1/+1
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo1-1/+1
2018-01-22btrfs: Use locked_end rather than open coding itNikolay Borisov1-2/+2
2018-01-22btrfs: Move loop termination condition in while()Nikolay Borisov1-3/+1
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo1-2/+3
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana1-17/+26
2017-11-15Btrfs: move definition of the function btrfs_find_new_delalloc_bytesFilipe Manana1-41/+41
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-14/+8
2017-10-30btrfs: cleanup extent locking sequenceGoldwyn Rodrigues1-9/+7
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik1-5/+5
2017-10-30btrfs: Fix bool initialization/comparisonThomas Meyer1-1/+1
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-1/+5
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik1-1/+8
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-5/+5
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-12/+14
2017-07-10btrfs: nowait aio: Correct assignment of posGoldwyn Rodrigues1-12/+14
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-5/+8