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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
btrfs: add a helper to get the delayed ref node from the data/tree ref
Josef Bacik
2
-9
/
+31
2024-05-07
btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()
Filipe Manana
1
-52
/
+14
2024-05-07
btrfs: export find_next_inode() as btrfs_find_first_inode()
Filipe Manana
3
-80
/
+85
2024-05-07
btrfs: simplify add_extent_mapping() by removing pointless label
Filipe Manana
1
-4
/
+4
2024-05-07
btrfs: tests: error out on unexpected extent map reference count
Filipe Manana
1
-8
/
+35
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
4
-98
/
+95
2024-05-07
btrfs: open code csum_exist_in_range()
Filipe Manana
1
-12
/
+7
2024-05-07
btrfs: make NOCOW checks for existence of checksums in a range more efficient
Filipe Manana
4
-27
/
+27
2024-05-07
btrfs: simplify error path for btrfs_lookup_csums_list()
Filipe Manana
1
-8
/
+9
2024-05-07
btrfs: remove use of a temporary list at btrfs_lookup_csums_list()
Filipe Manana
1
-5
/
+3
2024-05-07
btrfs: remove search_commit parameter from btrfs_lookup_csums_list()
Filipe Manana
5
-16
/
+7
2024-05-07
btrfs: add function comment to btrfs_lookup_csums_list()
Filipe Manana
1
-0
/
+13
2024-05-07
btrfs: move btrfs_page_mkwrite() from inode.c into file.c
Filipe Manana
3
-168
/
+166
2024-05-07
btrfs: remove no longer used btrfs_clone_chunk_map()
Filipe Manana
2
-16
/
+0
2024-05-07
btrfs: remove list_empty() check at warn_about_uncommitted_trans()
Filipe Manana
1
-3
/
+0
2024-05-07
btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()
Filipe Manana
1
-1
/
+0
2024-05-07
btrfs: remove not needed mod_start and mod_len from struct extent_map
Filipe Manana
5
-29
/
+4
2024-05-07
btrfs: free PERTRANS at the end of cleanup_transaction()
Boris Burkov
1
-4
/
+1
2024-05-07
btrfs: compression: migrate compression/decompression paths to folios
Qu Wenruo
6
-255
/
+251
2024-05-07
btrfs: introduce btrfs_alloc_folio_array()
Qu Wenruo
2
-0
/
+33
2024-05-07
btrfs: migrate insert_inline_extent() to folio interfaces
Qu Wenruo
1
-8
/
+10
2024-05-07
btrfs: make insert_inline_extent() accept one page directly
Qu Wenruo
1
-22
/
+25
2024-05-07
btrfs: compression: convert page allocation to folio interfaces
Qu Wenruo
6
-24
/
+24
2024-05-07
btrfs: compression: add error handling for missed page cache
Qu Wenruo
5
-8
/
+46
2024-05-07
btrfs: stop locking the source extent range during reflink
Filipe Manana
2
-38
/
+24
2024-05-07
btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()
Dan Carpenter
1
-3
/
+0
2024-05-07
btrfs: convert put_file_data() to folios
Goldwyn Rodrigues
1
-22
/
+23
2024-05-07
btrfs: convert relocate_one_page() to folios and rename
Goldwyn Rodrigues
1
-46
/
+47
2024-05-07
btrfs: page to folio conversion: prealloc_file_extent_cluster()
Goldwyn Rodrigues
1
-6
/
+6
2024-05-07
btrfs: rename err to ret in btrfs_direct_write()
Anand Jain
1
-24
/
+24
2024-05-07
btrfs: rename err to ret in prepare_pages()
Anand Jain
1
-12
/
+12
2024-05-07
btrfs: rename err to ret in btrfs_dirty_pages()
Anand Jain
1
-4
/
+4
2024-05-07
btrfs: rename err to ret in create_reloc_inode()
Anand Jain
1
-9
/
+9
2024-05-07
btrfs: rename err to ret in __btrfs_end_transaction()
Anand Jain
1
-4
/
+4
2024-05-07
btrfs: rename err to ret in convert_extent_bit()
Anand Jain
1
-15
/
+15
2024-05-07
btrfs: rename err to ret in __set_extent_bit()
Anand Jain
1
-14
/
+14
2024-05-07
btrfs: rename err to ret in btrfs_ioctl_snap_destroy()
Anand Jain
1
-33
/
+33
2024-05-07
btrfs: rename err to ret in btrfs_cont_expand()
Anand Jain
1
-13
/
+13
2024-05-07
btrfs: rename err to ret in btrfs_rmdir()
Anand Jain
1
-11
/
+11
2024-05-07
btrfs: rename err to ret in btrfs_initxattrs()
Anand Jain
1
-5
/
+5
2024-05-07
btrfs: warn if EXTENT_BUFFER_UPTODATE is set while reading
Tavian Barnes
1
-0
/
+7
2024-05-07
btrfs: add helper to clear EXTENT_BUFFER_READING
Tavian Barnes
1
-6
/
+9
2024-05-07
btrfs: avoid pointless wake ups of drew lock readers
Filipe Manana
1
-2
/
+6
2024-05-07
btrfs: remove pointless writepages callback wrapper
Filipe Manana
3
-10
/
+2
2024-05-07
btrfs: remove pointless readahead callback wrapper
Filipe Manana
3
-7
/
+2
2024-05-07
btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()
Filipe Manana
4
-14
/
+14
2024-05-07
btrfs: locking: inline btrfs_tree_lock() and btrfs_tree_read_lock()
Filipe Manana
2
-12
/
+12
2024-05-07
btrfs: remove pointless BUG_ON() when creating snapshot
Filipe Manana
1
-2
/
+0
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-06
Reapply "drm/qxl: simplify qxl_fence_wait"
Linus Torvalds
2
-52
/
+5
[next]