index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-2
/
+5
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-31
/
+58
2024-05-07
btrfs: qgroup: fix initialization of auto inherit array
Dan Carpenter
1
-1
/
+1
2024-05-07
btrfs: count super block write errors in device instead of tracking folio err...
Matthew Wilcox (Oracle)
3
-28
/
+29
2024-05-07
btrfs: use the folio iterator in btrfs_end_super_write()
Matthew Wilcox (Oracle)
1
-13
/
+6
2024-05-07
btrfs: convert super block writes to folio in write_dev_supers()
Matthew Wilcox (Oracle)
1
-10
/
+13
2024-05-07
btrfs: convert super block writes to folio in wait_dev_supers()
Matthew Wilcox (Oracle)
1
-11
/
+12
2024-05-07
btrfs: remove duplicate included header from fs.h
Thorsten Blum
1
-1
/
+0
2024-05-07
btrfs: add a cached state to extent_clear_unlock_delalloc
Josef Bacik
3
-19
/
+28
2024-05-07
btrfs: push extent lock down in submit_one_async_extent
Josef Bacik
1
-1
/
+2
2024-05-07
btrfs: push lock_extent down in cow_file_range()
Josef Bacik
1
-2
/
+14
2024-05-07
btrfs: move can_cow_file_range_inline() outside of the extent lock
Josef Bacik
1
-4
/
+8
2024-05-07
btrfs: push lock_extent into cow_file_range_inline
Josef Bacik
1
-5
/
+8
2024-05-07
btrfs: push extent lock into cow_file_range
Josef Bacik
1
-8
/
+7
2024-05-07
btrfs: push extent lock into run_delalloc_cow
Josef Bacik
1
-8
/
+7
2024-05-07
btrfs: remove unlock_extent from run_delalloc_compressed
Josef Bacik
1
-6
/
+5
2024-05-07
btrfs: push extent lock down in run_delalloc_nocow
Josef Bacik
1
-3
/
+18
2024-05-07
btrfs: adjust while loop condition in run_delalloc_nocow
Josef Bacik
1
-3
/
+1
2024-05-07
btrfs: push extent lock into run_delalloc_nocow
Josef Bacik
1
-5
/
+7
2024-05-07
btrfs: push the extent lock into btrfs_run_delalloc_range
Josef Bacik
2
-3
/
+7
2024-05-07
btrfs: lock extent when doing inline extent in compression
Josef Bacik
1
-10
/
+7
2024-05-07
btrfs: move extent bit and page cleanup into cow_file_range_inline
Josef Bacik
1
-53
/
+51
2024-05-07
btrfs: unlock all the pages with successful inline extent creation
Josef Bacik
1
-14
/
+1
2024-05-07
btrfs: push all inline logic into cow_file_range
Josef Bacik
1
-62
/
+81
2024-05-07
btrfs: handle errors in btrfs_reloc_clone_csums properly
Josef Bacik
4
-4
/
+12
2024-05-07
btrfs: add extra sanity checks for create_io_em()
Qu Wenruo
1
-1
/
+39
2024-05-07
btrfs: simplify the inline extent map creation
Qu Wenruo
1
-10
/
+10
2024-05-07
btrfs: add extra comments on extent_map members
Qu Wenruo
1
-1
/
+54
2024-05-07
btrfs: drop unused argument of calcu_metadata_size()
Naohiro Aota
1
-6
/
+5
2024-05-07
btrfs: simplify return variables in btrfs_drop_subtree()
Anand Jain
1
-9
/
+7
2024-05-07
btrfs: simplify return variables in lookup_extent_data_ref()
Anand Jain
1
-15
/
+14
2024-05-07
btrfs: rename return variables in btrfs_qgroup_rescan_worker()
Anand Jain
1
-19
/
+19
2024-05-07
btrfs: drop variable err in quick_update_accounting()
Anand Jain
1
-6
/
+3
2024-05-07
btrfs: reuse ret instead of err in relocate_tree_blocks()
Anand Jain
1
-11
/
+8
2024-05-07
btrfs: rename err and ret to ret in build_backref_tree()
Anand Jain
1
-11
/
+7
2024-05-07
btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()
Anand Jain
1
-13
/
+8
2024-05-07
btrfs: rename werr and err to ret in btrfs_write_marked_extents()
Anand Jain
1
-13
/
+10
2024-05-07
btrfs: report filemap_fdata<write|wait>_range() error
Anand Jain
1
-0
/
+4
2024-05-07
btrfs: use btrfs_is_testing() everywhere
David Sterba
4
-9
/
+8
2024-05-07
btrfs: initialize delayed inodes xarray without GFP_ATOMIC
Filipe Manana
1
-2
/
+1
2024-05-07
btrfs: make try_release_extent_mapping() return a bool
Filipe Manana
3
-13
/
+13
2024-05-07
btrfs: be better releasing extent maps at try_release_extent_mapping()
Filipe Manana
1
-59
/
+61
2024-05-07
btrfs: remove i_size restriction at try_release_extent_mapping()
Filipe Manana
1
-2
/
+1
2024-05-07
btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()
Filipe Manana
1
-6
/
+1
2024-05-07
btrfs: rename some variables at try_release_extent_mapping()
Filipe Manana
1
-12
/
+12
2024-05-07
btrfs: add tracepoints for extent map shrinker events
Filipe Manana
2
-1
/
+17
2024-05-07
btrfs: update comment for btrfs_set_inode_full_sync() about locking
Filipe Manana
1
-3
/
+5
2024-05-07
btrfs: add a shrinker for extent maps
Filipe Manana
4
-0
/
+180
2024-05-07
btrfs: add a global per cpu counter to track number of used extent maps
Filipe Manana
3
-0
/
+28
2024-05-07
btrfs: pass the extent map tree's inode to try_merge_map()
Filipe Manana
1
-7
/
+6
[prev]
[next]