summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-20Revert "btrfs: convert to multigrain timestamps"Christian Brauner
2023-09-13btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-08-11btrfs: convert to multigrain timestampsJeff Layton
2023-07-24filemap: Add fgf_t typedefMatthew Wilcox (Oracle)
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig
2023-01-16btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana
2023-01-03btrfs: fix off-by-one in delalloc search during lseekFilipe Manana
2022-12-05btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana
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