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
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
btrfs: tree-checker: fix the incorrect inode ref size check
Qu Wenruo
1
-2
/
+2
2025-09-15
btrfs: annotate block group access with data_race() when sorting for reclaim
Filipe Manana
1
-1
/
+8
2025-09-15
btrfs: initialize inode::file_extent_tree after i_mode has been set
austinchang
2
-9
/
+5
2025-09-15
btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()
Johannes Thumshirn
1
-1
/
+1
2025-09-15
btrfs: fix invalid extref key setup when replaying dentry
Filipe Manana
1
-1
/
+1
2025-09-05
btrfs: don't allow adding block device of less than 1 MB
Mark Harmstone
1
-0
/
+5
2025-09-05
MAINTAINERS: update btrfs entry
Josef Bacik
1
-1
/
+0
2025-09-02
btrfs: fix subvolume deletion lockup caused by inodes xarray race
Omar Sandoval
1
-1
/
+11
2025-09-02
btrfs: fix corruption reading compressed range when block size is smaller tha...
Qu Wenruo
1
-10
/
+30
2025-09-02
btrfs: accept and ignore compression level for lzo
Calvin Owens
1
-3
/
+6
2025-09-02
btrfs: fix squota compressed stats leak
Boris Burkov
1
-2
/
+4
2025-08-22
btrfs: avoid load/store tearing races when checking if an inode was logged
Filipe Manana
1
-4
/
+21
2025-08-22
btrfs: fix race between setting last_dir_index_offset and inode logging
Filipe Manana
3
-16
/
+4
2025-08-22
btrfs: fix race between logging inode and checking if it was logged before
Filipe Manana
1
-6
/
+30
2025-08-22
btrfs: simplify error handling logic for btrfs_link()
Filipe Manana
1
-26
/
+19
2025-08-22
btrfs: fix inode leak on failure to add link to inode
Filipe Manana
1
-0
/
+2
2025-08-22
btrfs: abort transaction on failure to add link to inode
Filipe Manana
1
-2
/
+6
2025-08-13
btrfs: fix printing of mount info messages for NODATACOW/NODATASUM
Kyoji Ogasawara
1
-1
/
+2
2025-08-13
btrfs: restore mount option info messages during mount
Kyoji Ogasawara
1
-3
/
+5
2025-08-13
btrfs: fix incorrect log message for nobarrier mount option
Kyoji Ogasawara
1
-1
/
+1
2025-08-13
btrfs: fix buffer index in wait_eb_writebacks()
Naohiro Aota
1
-1
/
+1
2025-08-13
btrfs: subpage: keep TOWRITE tag until folio is cleaned
Naohiro Aota
1
-1
/
+18
2025-08-13
btrfs: clear TAG_TOWRITE from buffer tree when submitting a tree block
Qu Wenruo
1
-0
/
+1
2025-08-13
btrfs: do not set mtime/ctime to current time when unlinking for log replay
Filipe Manana
1
-10
/
+19
2025-08-13
btrfs: clear block dirty if btrfs_writepage_cow_fixup() failed
Qu Wenruo
1
-1
/
+5
2025-08-13
btrfs: clear block dirty if submit_one_sector() failed
Qu Wenruo
1
-4
/
+13
2025-08-13
btrfs: zoned: limit active zones to max_open_zones
Naohiro Aota
1
-1
/
+7
2025-08-13
btrfs: zoned: fix write time activation failure for metadata block group
Naohiro Aota
1
-4
/
+9
2025-08-13
btrfs: zoned: fix data relocation block group reservation
Naohiro Aota
1
-8
/
+47
2025-08-13
btrfs: zoned: skip ZONE FINISH of conventional zones
Johannes Thumshirn
1
-20
/
+35
2025-08-07
btrfs: fix iteration bug in __qgroup_excl_accounting()
Boris Burkov
1
-2
/
+1
2025-08-07
btrfs: zoned: do not select metadata BG as finish target
Naohiro Aota
1
-1
/
+1
2025-08-07
btrfs: do not allow relocation of partially dropped subvolumes
Qu Wenruo
1
-0
/
+19
2025-08-07
btrfs: error on missing block group when unaccounting log tree extent buffers
Filipe Manana
1
-12
/
+7
2025-08-07
btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()
Qu Wenruo
1
-1
/
+1
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
[next]