summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
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
2022-07-25btrfs: don't fallback to buffered IO for NOWAIT direct IO writesFilipe Manana
2022-07-25btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba
2022-07-25btrfs: clean up chained assignmentsDavid Sterba
2022-07-25btrfs: tree-log: make the return value for log syncing consistentJosef Bacik
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-21btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik
2022-06-21btrfs: do not BUG_ON() on failure to migrate space when replacing extentsFilipe Manana
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro
2022-06-10btrfs: use IOMAP_DIO_NOSYNCAl Viro
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-16btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-05-16btrfs: avoid double nocow check when doing nowait dio writesFilipe Manana
2022-05-16btrfs: add and use helper to assert an inode range is cleanFilipe Manana