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.13.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
2021-08-23
btrfs: eliminate some false positives when checking if inode was logged
Filipe Manana
1
-9
/
+16
2021-08-23
btrfs: drop unnecessary ASSERT from btrfs_submit_direct()
Naohiro Aota
1
-4
/
+4
2021-08-23
btrfs: fix argument type of btrfs_bio_clone_partial()
Chaitanya Kulkarni
2
-2
/
+4
2021-08-23
block: fix argument type of bio_trim()
Chaitanya Kulkarni
3
-6
/
+9
2021-08-23
fs: kill sync_inode
Josef Bacik
2
-19
/
+1
2021-08-23
9p: migrate from sync_inode to filemap_fdatawrite_wbc
Josef Bacik
1
-6
/
+1
2021-08-23
btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking
Josef Bacik
1
-1
/
+1
2021-08-23
fs: add a filemap_fdatawrite_wbc helper
Josef Bacik
2
-9
/
+29
2021-08-23
btrfs: wait on async extents when flushing delalloc
Josef Bacik
2
-4
/
+40
2021-08-23
btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc
Josef Bacik
3
-16
/
+34
2021-08-23
btrfs: enable a tracepoint when we fail tickets
Josef Bacik
2
-0
/
+8
2021-08-23
btrfs: include delalloc related info in dump space info tracepoint
Josef Bacik
1
-4
/
+10
2021-08-23
btrfs: wake up async_delalloc_pages waiters after submit
Josef Bacik
1
-5
/
+5
2021-08-23
btrfs: unify regular and subpage error paths in __extent_writepage()
Qu Wenruo
1
-7
/
+44
2021-08-23
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
5
-16
/
+17
2021-08-23
btrfs: subpage: fix relocation potentially overwriting last page data
Qu Wenruo
1
-0
/
+60
2021-08-23
btrfs: subpage: fix false alert when relocating partial preallocated data ext...
Qu Wenruo
1
-6
/
+11
2021-08-23
btrfs: subpage: fix a potential use-after-free in writeback helper
Qu Wenruo
3
-6
/
+45
2021-08-23
btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()
Qu Wenruo
1
-1
/
+12
2021-08-23
btrfs: subpage: reject raid56 filesystem and profile conversion
Qu Wenruo
2
-0
/
+17
2021-08-23
btrfs: subpage: allow submit_extent_page() to do bio split
Qu Wenruo
1
-59
/
+131
2021-08-23
btrfs: subpage: disable inline extent creation
Qu Wenruo
1
-2
/
+16
2021-08-23
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
3
-0
/
+39
2021-08-23
btrfs: make relocate_one_page() handle subpage case
Qu Wenruo
1
-29
/
+77
2021-08-23
btrfs: reloc: factor out relocation page read and dirty part
Qu Wenruo
1
-105
/
+93
2021-08-23
btrfs: rework lzo_decompress_bio() to make it subpage compatible
Qu Wenruo
1
-106
/
+90
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
5
-99
/
+76
2021-08-23
btrfs: grab correct extent map for subpage compressed extent read
Qu Wenruo
1
-3
/
+6
2021-08-23
btrfs: disable compressed readahead for subpage
Qu Wenruo
1
-0
/
+10
2021-08-23
btrfs: subpage: check if there are compressed extents inside one page
Qu Wenruo
1
-0
/
+14
2021-08-23
btrfs: reset this_bio_flag to avoid inheriting old flags
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: constify and cleanup variables in comparators
David Sterba
5
-16
/
+15
2021-08-23
btrfs: simplify data stripe calculation helpers
David Sterba
1
-13
/
+2
2021-08-23
btrfs: merge alloc_device helpers
David Sterba
1
-41
/
+25
2021-08-23
btrfs: uninline btrfs_bg_flags_to_raid_index
David Sterba
2
-26
/
+27
2021-08-23
btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles
David Sterba
1
-0
/
+4
2021-08-23
btrfs: tree-checker: use table values for stripe checks
David Sterba
1
-6
/
+11
2021-08-23
btrfs: make btrfs_next_leaf static inline
David Sterba
2
-11
/
+12
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
3
-6
/
+3
2021-08-23
btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
David Sterba
3
-7
/
+7
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
3
-6
/
+5
2021-08-23
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
1
-37
/
+39
2021-08-23
btrfs: remove unneeded return variable in btrfs_lookup_file_extent
Marcos Paulo de Souza
1
-3
/
+2
2021-08-23
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
2
-2
/
+2
2021-08-23
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
4
-27
/
+17
2021-08-23
btrfs: avoid unnecessary lock and leaf splits when updating inode in the log
Filipe Manana
1
-5
/
+34
2021-08-23
btrfs: remove unnecessary list head initialization when syncing log
Filipe Manana
1
-2
/
+0
2021-08-23
btrfs: avoid unnecessary log mutex contention when syncing log
Filipe Manana
1
-4
/
+10
2021-08-23
btrfs: remove racy and unnecessary inode transaction update when using no-holes
Filipe Manana
1
-7
/
+5
2021-08-23
btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool
Filipe Manana
2
-17
/
+5
[prev]
[next]