index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
11 days
Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-06-27
btrfs: use btrfs_record_snapshot_destroy() during rmdir
Filipe Manana
2025-06-27
btrfs: propagate last_unlink_trans earlier when doing a rmdir
Filipe Manana
2025-06-27
btrfs: record new subvolume in parent dir earlier to avoid dir logging races
Filipe Manana
2025-06-27
btrfs: fix inode lookup error handling during log replay
Filipe Manana
2025-06-27
btrfs: fix iteration of extrefs during log replay
Filipe Manana
2025-06-27
btrfs: fix missing error handling when searching for inode refs during log re...
Filipe Manana
2025-06-27
btrfs: fix failure to rebuild free space tree using multiple transactions
Filipe Manana
2025-06-23
Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-06-19
btrfs: zoned: fix alloc_offset calculation for partly conventional block groups
Johannes Thumshirn
2025-06-19
btrfs: handle csum tree error with rescue=ibadroots correctly
Qu Wenruo
2025-06-19
btrfs: fix race between async reclaim worker and close_ctree()
Filipe Manana
2025-06-19
btrfs: fix assertion when building free space tree
Filipe Manana
2025-06-19
btrfs: don't silently ignore unexpected extent type when replaying log
Filipe Manana
2025-06-19
btrfs: fix invalid inode pointer dereferences during log replay
Filipe Manana
2025-06-19
btrfs: fix double unlock of buffer_tree xarray when releasing subpage eb
Filipe Manana
2025-06-19
btrfs: update superblock's device bytes_used when dropping chunk
Mark Harmstone
2025-06-19
btrfs: fix a race between renames and directory logging
Filipe Manana
2025-06-19
btrfs: scrub: add prefix for the error messages
Anand Jain
2025-06-19
btrfs: warn if leaking delayed_nodes in btrfs_put_root()
Leo Martins
2025-06-19
btrfs: fix delayed ref refcount leak in debug assertion
Leo Martins
2025-06-19
btrfs: include root in error message when unlinking inode
Filipe Manana
2025-05-28
Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-05-27
btrfs: don't drop a reference if btrfs_check_write_meta_pointer() fails
Josef Bacik
2025-05-27
btrfs: don't drop a reference if btrfs_check_write_meta_pointer() fails
Josef Bacik
2025-05-26
Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-17
btrfs: move misplaced comment of btrfs_path::keep_locks
Sun YangKai
2025-05-16
btrfs: remove standalone "nologreplay" mount option
Qu Wenruo
2025-05-15
btrfs: use a single variable to track return value at btrfs_page_mkwrite()
Filipe Manana
2025-05-15
btrfs: don't return VM_FAULT_SIGBUS on failure to set delalloc for mmap write
Filipe Manana
2025-05-15
btrfs: simplify early error checking in btrfs_page_mkwrite()
Filipe Manana
2025-05-15
btrfs: pass true to btrfs_delalloc_release_space() at btrfs_page_mkwrite()
Filipe Manana
2025-05-15
btrfs: fix wrong start offset for delalloc space release during mmap write
Filipe Manana
2025-05-15
btrfs: fix harmless race getting delayed ref head count when running delayed ...
Filipe Manana
2025-05-15
btrfs: log error codes during failures when writing super blocks
Filipe Manana
2025-05-15
btrfs: simplify error return logic when getting folio at prepare_one_folio()
Filipe Manana
2025-05-15
btrfs: return real error from __filemap_get_folio() calls
Filipe Manana
2025-05-15
btrfs: remove superfluous return value check at btrfs_dio_iomap_begin()
Filipe Manana
2025-05-15
btrfs: fix invalid data space release when truncating block in NOCOW mode
Filipe Manana
2025-05-15
btrfs: update Kconfig option descriptions
David Sterba
2025-05-15
btrfs: update list of features built under experimental config
David Sterba
2025-05-15
btrfs: send: remove btrfs_debug() calls
David Sterba
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()
Filipe Manana
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()
Filipe Manana
2025-05-15
btrfs: fold error checks when allocating ordered extent and update comments
Filipe Manana
2025-05-15
btrfs: check we grabbed inode reference when allocating an ordered extent
Filipe Manana
2025-05-15
btrfs: fix qgroup reservation leak on failure to allocate ordered extent
Filipe Manana
2025-05-15
btrfs: scrub: reduce memory usage of struct scrub_sector_verification
Qu Wenruo
[next]