index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
task-analyzer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
btrfs: make btrfs_cleanup_ordered_extents() support large folios
Qu Wenruo
1
-2
/
+4
2025-08-07
btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()
Leo Martins
1
-5
/
+6
2025-08-06
btrfs: fix log tree replay failure due to file with 0 links and extents
Filipe Manana
1
-18
/
+30
2025-07-22
btrfs: send: use fallocate for hole punching with send stream v2
Filipe Manana
1
-0
/
+33
2025-07-22
btrfs: unfold transaction aborts when writing dirty block groups
Filipe Manana
1
-2
/
+4
2025-07-22
btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()
Filipe Manana
1
-5
/
+4
2025-07-22
btrfs: don't skip remaining extrefs if dir not found during log replay
Filipe Manana
1
-4
/
+14
2025-07-22
btrfs: don't ignore inode missing when replaying log tree
Filipe Manana
1
-2
/
+12
2025-07-22
btrfs: enable large data folios for data reloc inode
Qu Wenruo
2
-15
/
+13
2025-07-22
btrfs: output more info when btrfs_subpage_assert() failed
Qu Wenruo
1
-2
/
+3
2025-07-22
btrfs: reloc: unconditionally invalidate the page cache for each cluster
Qu Wenruo
1
-50
/
+8
2025-07-22
btrfs: defrag: add flag to force no-compression
David Sterba
5
-10
/
+29
2025-07-22
btrfs: fix ssd_spread overallocation
Boris Burkov
1
-16
/
+17
2025-07-22
btrfs: zoned: requeue to unused block group list if zone finish failed
Naohiro Aota
1
-1
/
+3
2025-07-22
btrfs: zoned: do not remove unwritten non-data block group
Naohiro Aota
1
-2
/
+25
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
10
-39
/
+33
2025-07-22
btrfs: use cached state when falling back from NOCoW write to CoW write
Filipe Manana
1
-1
/
+2
2025-07-22
btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()
Filipe Manana
1
-2
/
+3
2025-07-22
btrfs: don't print relocation messages from auto reclaim
Johannes Thumshirn
5
-13
/
+21
2025-07-22
btrfs: remove redundant auto reclaim log message
Johannes Thumshirn
1
-17
/
+0
2025-07-22
btrfs: make btrfs_check_nocow_lock() check more than one extent
Filipe Manana
1
-9
/
+30
2025-07-22
btrfs: assert we can NOCOW the range in btrfs_truncate_block()
Filipe Manana
1
-2
/
+5
2025-07-22
btrfs: update function comment for btrfs_check_nocow_lock()
Filipe Manana
1
-1
/
+3
2025-07-22
btrfs: use btrfs_inode local variable at btrfs_page_mkwrite()
Filipe Manana
1
-34
/
+30
2025-07-22
btrfs: use variable for io_tree when clearing range in btrfs_page_mkwrite()
Filipe Manana
1
-1
/
+1
2025-07-22
btrfs: fix -ENOSPC mmap write failure on NOCOW files/extents
Filipe Manana
1
-8
/
+51
2025-07-22
btrfs: use clear_and_wake_up_bit() where open coded
David Sterba
1
-7
/
+2
2025-07-22
btrfs: accessors: rename variable for folio offset
David Sterba
1
-6
/
+6
2025-07-22
btrfs: accessors: factor out split memcpy with two sources
David Sterba
1
-3
/
+12
2025-07-22
btrfs: accessors: set target address at initialization
David Sterba
1
-8
/
+8
2025-07-22
btrfs: accessors: compile-time fast path for u16
David Sterba
1
-7
/
+18
2025-07-22
btrfs: accessors: compile-time fast path for u8
David Sterba
1
-2
/
+3
2025-07-22
btrfs: accessors: inline eb bounds check and factor out the error report
David Sterba
1
-14
/
+15
2025-07-22
btrfs: accessors: use type sizeof constants directly
David Sterba
1
-10
/
+6
2025-07-22
btrfs: accessors: simplify folio bounds checks
David Sterba
1
-2
/
+2
2025-07-22
btrfs: remove struct rcu_string
David Sterba
4
-43
/
+0
2025-07-22
btrfs: open code RCU for device name
David Sterba
3
-26
/
+36
2025-07-22
btrfs: index buffer_tree using node size
Daniel Vacek
3
-16
/
+18
2025-07-22
btrfs: send: directly return strcmp() result when comparing recorded refs
Filipe Manana
1
-7
/
+1
2025-07-22
btrfs: set search_commit_root to false in iterate_inodes_from_logical()
Filipe Manana
3
-16
/
+9
2025-07-22
btrfs: reduce size of struct tree_mod_elem
Filipe Manana
1
-20
/
+33
2025-07-22
btrfs: avoid logging tree mod log elements for irrelevant extent buffers
Filipe Manana
1
-2
/
+26
2025-07-22
btrfs: use readahead_expand() on compressed extents
Boris Burkov
1
-1
/
+34
2025-07-22
btrfs: populate otime when logging an inode item
Qu Wenruo
1
-0
/
+3
2025-07-22
btrfs: qgroup: use btrfs_qgroup_enabled() in ioctls
Filipe Manana
1
-20
/
+4
2025-07-22
btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabled
Filipe Manana
2
-5
/
+4
2025-07-22
btrfs: qgroup: set quota enabled bit if quota disable fails flushing reservat...
Filipe Manana
1
-2
/
+5
2025-07-22
btrfs: restrict writes to opened btrfs devices
Qu Wenruo
1
-7
/
+1
2025-07-22
btrfs: use fs_holder_ops for all opened devices
Qu Wenruo
2
-3
/
+3
2025-07-22
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
4
-7
/
+4
[next]