summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2025-05-02btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()Qu Wenruo
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana
2025-02-17btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...Hao-ran Zheng
2024-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-08-14btrfs: fix double inode unlock for direct IO sync writesFilipe Manana
2024-08-14btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2023-12-20btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-11-28btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
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