summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2022-12-05btrfs: use cached state when looking for delalloc ranges with lseekFilipe Manana
2022-12-05btrfs: use cached state when looking for delalloc ranges with fiemapFilipe Manana
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Filipe Manana
2022-12-05btrfs: search for delalloc more efficiently during lseek/fiemapFilipe Manana
2022-12-05btrfs: skip unnecessary delalloc searches during lseek/fiemapFilipe Manana
2022-12-05btrfs: add an early exit when searching for delalloc range for lseek/fiemapFilipe Manana
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba
2022-12-05btrfs: update stale comment for nowait direct IO writesFilipe Manana
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move file prototypes to file.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: move the auto defrag code to defrag.cJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana
2022-12-05btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-29btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana
2022-09-29btrfs: enable nowait async buffered writesStefan Roesch
2022-09-29btrfs: make btrfs_buffered_write nowait compatibleStefan Roesch
2022-09-29btrfs: plumb NOWAIT through the write pathStefan Roesch
2022-09-29btrfs: make lock_and_cleanup_extent_if_need nowait compatibleStefan Roesch
2022-09-29btrfs: make prepare_pages nowait compatibleStefan Roesch
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana
2022-09-26btrfs: make hole and data seeking a lot more efficientFilipe Manana
2022-09-26btrfs: allow hole and data seeking to be interruptibleFilipe Manana
2022-09-26btrfs: log conflicting inodes without holding log mutex of the initial inodeFilipe Manana
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval
2022-09-26btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-22btrfs: update generation of hole file extent item when merging holesFilipe Manana
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds