summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-281-0/+2
|\
| * btrfs: update generation of hole file extent item when merging holesFilipe Manana2022-08-221-0/+2
* | Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-08-031-6/+23
|\|
| * btrfs: don't fallback to buffered IO for NOWAIT direct IO writesFilipe Manana2022-07-251-1/+15
| * btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba2022-07-251-1/+1
| * btrfs: clean up chained assignmentsDavid Sterba2022-07-251-3/+6
| * btrfs: tree-log: make the return value for log syncing consistentJosef Bacik2022-07-251-1/+1
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-18/+1
|\ \ | |/ |/|
| * iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
| * btrfs: use IOMAP_DIO_NOSYNCAl Viro2022-06-101-17/+0
* | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-261-17/+75
|\ \ | |/ |/|
| * btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik2022-06-211-15/+52
| * btrfs: do not BUG_ON() on failure to migrate space when replacing extentsFilipe Manana2022-06-211-2/+4
| * btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana2022-06-211-0/+19
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-4/+5
|\ \ | |/ |/|
| * btrfs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-1/+1
| * btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
| * fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* | btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig2022-05-161-4/+2
* | btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana2022-05-161-1/+1
* | btrfs: avoid double nocow check when doing nowait dio writesFilipe Manana2022-05-161-69/+33
* | btrfs: add and use helper to assert an inode range is cleanFilipe Manana2022-05-161-0/+4
* | btrfs: remove ordered extent check and wait during hole punching and zero rangeFilipe Manana2022-05-161-36/+18
* | btrfs: lock the inode first before flushing range when punching holeFilipe Manana2022-05-161-2/+3
* | btrfs: remove ordered extent check and wait during fallocateFilipe Manana2022-05-161-34/+8
* | btrfs: remove useless dio wait call when doing fallocate zero rangeFilipe Manana2022-05-161-2/+0
* | btrfs: only reserve the needed data space amount during fallocateFilipe Manana2022-05-161-34/+37
|/
* btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-03-241-2/+11
* btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana2022-03-141-4/+3
* btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval2022-03-141-11/+53
* btrfs: support different disk extent size for delallocOmar Sandoval2022-03-141-1/+2
* btrfs: remove constraint on number of visited leaves when replacing extentsFilipe Manana2022-03-141-4/+1
* btrfs: reduce extent threshold for autodefragQu Wenruo2022-02-241-1/+14
* btrfs: autodefrag: only scan one inode onceQu Wenruo2022-02-231-62/+22
* btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana2021-11-091-16/+123
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-3/+4
|\
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+3
| * iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* | btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov2021-10-261-5/+8
* | btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-1/+1
* | btrfs: subpage: add bitmap for PageChecked flagQu Wenruo2021-10-261-5/+12
* | btrfs: unexport setup_items_for_insert()Filipe Manana2021-10-261-1/+1
* | btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana2021-10-261-2/+1
* | btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik2021-10-071-7/+9
* | btrfs: update refs for any root except tree log rootsJosef Bacik2021-10-071-2/+1
|/
* btrfs: initial fsverity supportBoris Burkov2021-08-231-0/+10
* btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo2021-08-231-4/+4
* btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()Qu Wenruo2021-08-231-1/+12
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-12/+11
|\