aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15btrfs: migrate subpage code to folio interfacesGravatar Qu Wenruo 1-5/+8
2023-12-15btrfs: use the flags of an extent map to identify the compression typeGravatar Filipe Manana 1-6/+4
2023-12-15btrfs: migrate to use folio private instead of page privateGravatar Qu Wenruo 1-2/+2
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowGravatar Boris Burkov 1-1/+1
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-29/+32
2023-10-18btrfs: convert to new timestamp accessorsGravatar Jeff Layton 1-8/+10
2023-10-12btrfs: remove pointless barrier from btrfs_sync_file()Gravatar Filipe Manana 1-1/+0
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Gravatar Filipe Manana 1-4/+4
2023-10-12btrfs: track owning root in btrfs_refGravatar Boris Burkov 1-5/+8
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-17/+17
2023-10-12btrfs: include linux/iomap.h in file.cGravatar Josef Bacik 1-0/+1
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+20
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+14
2023-09-20Revert "btrfs: convert to multigrain timestamps"Gravatar Christian Brauner 1-4/+20
2023-09-13btrfs: file_remove_privs needs an exclusive lock in direct io writeGravatar Bernd Schubert 1-2/+14
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-2/+1
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+3
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headGravatar Ruan Jinjie 1-2/+1
2023-08-11btrfs: convert to multigrain timestampsGravatar Jeff Layton 1-20/+4
2023-07-24filemap: Add fgf_t typedefGravatar Matthew Wilcox (Oracle) 1-3/+3
2023-07-13btrfs: convert to ctime accessor functionsGravatar Jeff Layton 1-12/+9
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodGravatar Christoph Hellwig 1-1/+2
2023-06-19btrfs: determine synchronous writers from bio or writeback controlGravatar Christoph Hellwig 1-9/+0
2023-06-09backing_dev: remove current->backing_dev_infoGravatar Christoph Hellwig 1-5/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-03-30iov_iter: add iter_iovec() helperGravatar Jens Axboe 1-3/+8
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentGravatar Christoph Hellwig 1-1/+1
2023-01-16btrfs: fix invalid leaf access due to inline extent during lseekGravatar Filipe Manana 1-3/+10
2023-01-03btrfs: fix off-by-one in delalloc search during lseekGravatar Filipe Manana 1-1/+1
2022-12-05btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeGravatar Filipe Manana 1-2/+8
2022-12-05btrfs: use cached state when looking for delalloc ranges with lseekGravatar Filipe Manana 1-8/+32
2022-12-05btrfs: use cached state when looking for delalloc ranges with fiemapGravatar Filipe Manana 1-3/+7
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Gravatar Filipe Manana 1-1/+2
2022-12-05btrfs: search for delalloc more efficiently during lseek/fiemapGravatar Filipe Manana 1-104/+48
2022-12-05btrfs: skip unnecessary delalloc searches during lseek/fiemapGravatar Filipe Manana 1-1/+7
2022-12-05btrfs: add an early exit when searching for delalloc range for lseek/fiemapGravatar Filipe Manana 1-6/+16
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockGravatar David Sterba 1-16/+16
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockGravatar David Sterba 1-8/+8
2022-12-05btrfs: update stale comment for nowait direct IO writesGravatar Filipe Manana 1-2/+2
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file prototypes to file.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the auto defrag code to defrag.cGravatar Josef Bacik 1-340/+0
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-0/+1