index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-15
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
2022-07-11
Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-08
btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...
Filipe Manana
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-21
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
2022-06-21
btrfs: add missing inode updates on each iteration when replacing extents
Filipe Manana
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-17
btrfs: do not account twice for inode ref when reserving metadata units
Filipe Manana
2022-05-16
btrfs: allocate the btrfs_dio_private as part of the iomap dio bio
Christoph Hellwig
2022-05-16
btrfs: move struct btrfs_dio_private to inode.c
Christoph Hellwig
2022-05-16
btrfs: remove the disk_bytenr in struct btrfs_dio_private
Christoph Hellwig
2022-05-16
btrfs: allocate dio_data on stack
Christoph Hellwig
2022-05-16
iomap: add per-iomap_iter private data
Christoph Hellwig
2022-05-16
btrfs: add a btrfs_dio_rw wrapper
Christoph Hellwig
2022-05-16
btrfs: rename bio_flags in parameters and switch type
David Sterba
2022-05-16
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
2022-05-16
btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio
David Sterba
2022-05-16
btrfs: fix deadlock between concurrent dio writes when low on free data space
Filipe Manana
2022-05-16
btrfs: derive compression type from extent map during reads
Goldwyn Rodrigues
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
btrfs: turn delayed_nodes_tree into an XArray
Gabriel Niebler
2022-05-16
btrfs: do not return errors from submit_bio_hook_t instances
Christoph Hellwig
2022-05-16
btrfs: do not return errors from btrfs_submit_compressed_read
Christoph Hellwig
2022-05-16
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
2022-05-16
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
2022-05-16
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
2022-05-16
btrfs: do not test for free space inode during NOCOW check against file extent
Filipe Manana
2022-05-16
btrfs: move common NOCOW checks against a file extent into a helper
Filipe Manana
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
btrfs: replace memset with memzero_page in data checksum verification
Qu Wenruo
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
2022-05-16
btrfs: avoid blocking when allocating context for nowait dio read/write
Filipe Manana
2022-05-16
btrfs: release path earlier at can_nocow_extent()
Filipe Manana
2022-05-16
btrfs: free path at can_nocow_extent() before checking for checksum items
Filipe Manana
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
2022-05-16
btrfs: avoid double nocow check when doing nowait dio writes
Filipe Manana
2022-05-16
btrfs: avoid blocking nowait dio when locking file range
Filipe Manana
2022-05-16
btrfs: avoid blocking on page locks with nowait dio on compressed range
Filipe Manana
2022-05-16
btrfs: add and use helper to assert an inode range is clean
Filipe Manana
2022-05-16
btrfs: restore inode creation before xattr setting
Sweet Tea Dorminy
2022-05-16
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
2022-05-16
btrfs: reserve correct number of items for inode creation
Omar Sandoval
2022-05-16
btrfs: factor out common part of btrfs_{mknod,create,mkdir}()
Omar Sandoval
2022-05-16
btrfs: allocate inode outside of btrfs_new_inode()
Omar Sandoval
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_real_readdir
Gabriel Niebler
[next]