index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
btrfs: do not assert we found block group item when creating free space tree
Filipe Manana
1
-7
/
+8
2025-10-23
btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
Miquel Sabaté Solà
1
-1
/
+1
2025-10-23
btrfs: fix incorrect readahead expansion length
Boris Burkov
1
-1
/
+1
2025-10-23
btrfs: only set the device specific options after devices are opened
Qu Wenruo
1
-2
/
+1
2025-10-23
btrfs: fix memory leak on duplicated memory in the qgroup assign ioctl
Miquel Sabaté Solà
1
-1
/
+1
2025-10-23
btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
Filipe Manana
1
-6
/
+7
2025-10-19
btrfs: avoid potential out-of-bounds in btrfs_encode_fh()
Anderson Nascimento
1
-1
/
+7
2025-10-19
btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()
Qu Wenruo
1
-3
/
+11
2025-10-15
btrfs: fix symbolic link reading when bs > ps
Qu Wenruo
1
-1
/
+1
2025-10-15
btrfs: return any hit error from extent_writepage_io()
Qu Wenruo
1
-4
/
+5
2025-09-24
Merge tag 'for-6.17-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-0
/
+6
2025-09-23
btrfs: zoned: don't fail mount needlessly due to too many active zones
Johannes Thumshirn
1
-0
/
+6
2025-09-20
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-21
/
+43
2025-09-18
btrfs: reject invalid compression level
Qu Wenruo
3
-18
/
+33
2025-09-18
btrfs: ref-verify: handle damaged extent root tree
David Sterba
1
-1
/
+8
2025-09-18
btrfs: tree-checker: fix the incorrect inode ref size check
Qu Wenruo
1
-2
/
+2
2025-09-17
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-12
/
+15
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-11
Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-16
/
+56
2025-09-05
btrfs: don't allow adding block device of less than 1 MB
Mark Harmstone
1
-0
/
+5
2025-09-02
Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
3
-48
/
+76
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 than page size
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-18
Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-55
/
+163
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-12
Merge tag 'for-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
6
-23
/
+39
2025-08-07
btrfs: fix iteration bug in __qgroup_excl_accounting()
Boris Burkov
1
-2
/
+1
[next]