index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
Merge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-15
/
+18
2024-05-02
btrfs: make sure that WRITTEN is set on all metadata blocks
Josef Bacik
2
-15
/
+16
2024-05-02
btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
Qu Wenruo
1
-0
/
+2
2024-05-02
Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-16
/
+40
2024-04-30
btrfs: set correct ram_bytes when splitting ordered extent
Qu Wenruo
1
-0
/
+1
2024-04-25
btrfs: take the cleaner_mutex earlier in qgroup disable
Josef Bacik
2
-16
/
+38
2024-04-25
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
Dominique Martinet
1
-0
/
+1
2024-04-24
Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-27
/
+25
2024-04-18
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
2
-1
/
+6
2024-04-18
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
Johannes Thumshirn
1
-9
/
+3
2024-04-17
Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-15
/
+14
2024-04-18
btrfs: fallback if compressed IO fails for ENOSPC
Sweet Tea Dorminy
1
-7
/
+6
2024-04-18
btrfs: scrub: run relocation repair when/only needed
Naohiro Aota
1
-9
/
+9
2024-04-18
btrfs: remove colon from messages with state
David Sterba
1
-1
/
+1
2024-04-09
btrfs: do not wait for short bulk allocation
Qu Wenruo
1
-14
/
+4
2024-04-09
btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling
Naohiro Aota
2
-0
/
+9
2024-04-09
btrfs: zoned: do not flag ZEROOUT on non-dirty extent buffer
Naohiro Aota
1
-1
/
+1
2024-04-08
Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-33
/
+55
2024-04-02
btrfs: always clear PERTRANS metadata during commit
Boris Burkov
1
-1
/
+1
2024-04-02
btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
Boris Burkov
1
-1
/
+1
2024-04-02
btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans
Boris Burkov
1
-9
/
+8
2024-04-02
btrfs: record delayed inode root in transaction
Boris Burkov
1
-0
/
+3
2024-04-02
btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations
Boris Burkov
4
-22
/
+40
2024-04-02
btrfs: qgroup: correctly model root qgroup rsv in convert
Boris Burkov
1
-0
/
+2
2024-03-27
Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-22
/
+63
2024-03-26
btrfs: fix race in read_extent_buffer_pages()
Tavian Barnes
1
-0
/
+13
2024-03-26
btrfs: return accurate error code on open failure in open_fs_devices()
Anand Jain
1
-5
/
+12
2024-03-26
btrfs: zoned: don't skip block groups with 100% zone unusable
Johannes Thumshirn
1
-1
/
+2
2024-03-26
btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()
Filipe Manana
1
-5
/
+5
2024-03-26
btrfs: fix message not properly printing interval when adding extent map
Filipe Manana
1
-2
/
+2
2024-03-26
btrfs: fix warning messages not printing interval at unpin_extent_range()
Filipe Manana
1
-2
/
+2
2024-03-26
btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()
Filipe Manana
1
-1
/
+1
2024-03-26
btrfs: validate device maj:min during open
Anand Jain
1
-0
/
+10
2024-03-26
btrfs: zoned: fix use-after-free in do_zone_finish()
Johannes Thumshirn
1
-7
/
+7
2024-03-18
btrfs: do not skip re-registration for the mounted device
Anand Jain
1
-11
/
+47
2024-03-15
btrfs: zoned: use zone aware sb location for scrub
Johannes Thumshirn
1
-1
/
+11
2024-03-12
Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
118
-1117
/
+2131
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+25
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
4
-63
/
+63
2024-03-05
btrfs: reuse cloned extent buffer during fiemap to avoid re-allocations
Filipe Manana
1
-8
/
+24
2024-03-05
btrfs: fix race when detecting delalloc ranges during fiemap
Filipe Manana
1
-61
/
+160
2024-03-05
btrfs: fix off-by-one chunk length calculation at contains_pending_extent()
Filipe Manana
1
-1
/
+1
2024-03-05
btrfs: qgroup: allow quick inherit if snapshot is created and added to the sa...
Qu Wenruo
1
-7
/
+72
2024-03-05
btrfs: qgroup: validate btrfs_qgroup_inherit parameter
Qu Wenruo
3
-13
/
+57
2024-03-05
btrfs: include device major and minor numbers in the device scan notice
Anand Jain
1
-7
/
+12
2024-03-05
btrfs: mark btrfs_put_caching_control() static
Lijuan Li
2
-2
/
+1
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
12
-29
/
+18
2024-03-05
btrfs: qgroup: always free reserved space for extent records
Qu Wenruo
1
-5
/
+5
2024-03-05
btrfs: tree-checker: dump the page status if hit something wrong
Qu Wenruo
1
-0
/
+6
2024-03-05
btrfs: compression: remove dead comments in btrfs_compress_heuristic()
Qu Wenruo
1
-5
/
+0
[next]