summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba1-16/+16
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba1-8/+8
2022-12-05btrfs: update stale comment for nowait direct IO writesFilipe Manana1-2/+2
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move file prototypes to file.hJosef Bacik1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move the auto defrag code to defrag.cJosef Bacik1-340/+0
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana1-13/+20
2022-12-05btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana1-0/+12
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana1-17/+27
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik1-3/+6
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik1-1/+2
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana1-1/+3
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana1-0/+3
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana1-6/+16
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana1-7/+1
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-187/+3
2022-09-29btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana1-12/+46
2022-09-29btrfs: enable nowait async buffered writesStefan Roesch1-2/+2
2022-09-29btrfs: make btrfs_buffered_write nowait compatibleStefan Roesch1-2/+5
2022-09-29btrfs: plumb NOWAIT through the write pathStefan Roesch1-6/+13
2022-09-29btrfs: make lock_and_cleanup_extent_if_need nowait compatibleStefan Roesch1-3/+16
2022-09-29btrfs: make prepare_pages nowait compatibleStefan Roesch1-8/+35
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik1-11/+22
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik1-1/+1
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-1/+1
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik1-6/+5
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-24/+22
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana1-8/+8
2022-09-26btrfs: make hole and data seeking a lot more efficientFilipe Manana1-31/+406
2022-09-26btrfs: allow hole and data seeking to be interruptibleFilipe Manana1-0/+4
2022-09-26btrfs: log conflicting inodes without holding log mutex of the initial inodeFilipe Manana1-0/+1
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval1-2/+2
2022-09-26btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu1-0/+1
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-08-22btrfs: update generation of hole file extent item when merging holesFilipe Manana1-0/+2
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-6/+23
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+1
2022-07-25btrfs: don't fallback to buffered IO for NOWAIT direct IO writesFilipe Manana1-1/+15
2022-07-25btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba1-1/+1
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-3/+6
2022-07-25btrfs: tree-log: make the return value for log syncing consistentJosef Bacik1-1/+1
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+75
2022-06-21btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik1-15/+52