summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana2019-07-261-0/+5
* Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko2019-05-311-1/+2
* Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana2019-05-311-0/+12
* btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik2019-05-311-3/+1Star
* Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana2018-12-051-0/+24
* btrfs: move the dio_sem higher up the callchainJosef Bacik2018-11-131-0/+12
* Btrfs: don't clean dirty pages during buffered writesChris Mason2018-11-131-6/+23
* btrfs: prune unused includesDavid Sterba2018-08-061-3/+0Star
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-061-7/+7
* btrfs: Use iocb to derive pos instead of passing a separate parameterGoldwyn Rodrigues2018-08-061-7/+8
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-2/+1Star
* btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba2018-08-061-36/+1Star
* btrfs: always wait on ordered extents at fsync timeJosef Bacik2018-08-061-52/+4Star
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-3/+3
* btrfs: Fix wrong btrfs_delalloc_release_extents parameterQu Wenruo2018-04-181-1/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1Star
* btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo2018-03-311-7/+8
* btrfs: Remove userspace transaction ioctlsNikolay Borisov2018-03-311-8/+0Star
* btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba2018-03-311-1/+2
* btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov2018-03-261-1/+1
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-291-77/+314
|\
| * Btrfs: fix space leak after fallocate and zero range operationsFilipe Manana2018-01-221-6/+20
| * Btrfs: fix missing inode i_size update after zero range operationFilipe Manana2018-01-221-1/+4
| * Btrfs: use cached state when dirtying pages during buffered writeFilipe Manana2018-01-221-1/+1
| * Btrfs: add support for fallocate's zero range operationFilipe Manana2018-01-221-62/+276
| * btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-8/+7Star
| * Btrfs: set plug for fsyncLiu Bo2018-01-221-0/+9
| * btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-1/+1
| * Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-1/+1
| * btrfs: Use locked_end rather than open coding itNikolay Borisov2018-01-221-2/+2
| * btrfs: Move loop termination condition in while()Nikolay Borisov2018-01-221-3/+1Star
* | fs: new API for handling inode->i_versionJeff Layton2018-01-291-0/+1
|/
* Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo2017-11-271-2/+3
* Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-151-17/+26
* Btrfs: move definition of the function btrfs_find_new_delalloc_bytesFilipe Manana2017-11-151-41/+41
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-14/+8Star
* btrfs: cleanup extent locking sequenceGoldwyn Rodrigues2017-10-301-9/+7Star
* btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-301-5/+5
* btrfs: Fix bool initialization/comparisonThomas Meyer2017-10-301-1/+1
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-151-1/+5
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-051-1/+5
* | btrfs: fix readdir deadlock with pagefaultJosef Bacik2017-08-161-1/+8
* | btrfs: fix spelling of snapshottingDavid Sterba2017-08-161-5/+5
|/
* Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-101-12/+14
|\
| * btrfs: nowait aio: Correct assignment of posGoldwyn Rodrigues2017-07-101-12/+14
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-5/+8
|\ \
| * | btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton2017-07-061-5/+8
* | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-17/+29
|\ \ \ | |_|/ |/| |
| * | btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-13/+16