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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2025-02-26
Merge patch series "iomap: incremental advance conversion -- phase 2"
Christian Brauner
9
-163
/
+164
2025-02-26
iomap: introduce a full map advance helper
Brian Foster
5
-13
/
+17
2025-02-26
iomap: rename iomap_iter processed field to status
Brian Foster
9
-55
/
+54
2025-02-26
iomap: remove unnecessary advance from iomap_iter()
Brian Foster
1
-24
/
+15
2025-02-26
dax: advance the iomap_iter on pte and pmd faults
Brian Foster
1
-4
/
+8
2025-02-26
dax: advance the iomap_iter on dedupe range
Brian Foster
1
-7
/
+14
2025-02-26
dax: advance the iomap_iter on unshare range
Brian Foster
1
-3
/
+5
2025-02-26
dax: advance the iomap_iter on zero range
Brian Foster
1
-16
/
+17
2025-02-26
dax: push advance down into dax_iomap_iter() for read and write
Brian Foster
1
-16
/
+11
2025-02-26
dax: advance the iomap_iter in the read/write path
Brian Foster
1
-1
/
+5
2025-02-26
iomap: convert misc simple ops to incremental advance
Brian Foster
4
-18
/
+21
2025-02-26
iomap: advance the iter on direct I/O
Brian Foster
1
-13
/
+9
2025-02-26
iomap: advance the iter directly on buffered read
Brian Foster
1
-25
/
+20
2025-02-10
Merge patch series "iomap: incremental per-operation iter advance"
Christian Brauner
3
-79
/
+122
2025-02-10
iomap: advance the iter directly on zero range
Brian Foster
1
-11
/
+13
2025-02-10
iomap: advance the iter directly on unshare range
Brian Foster
1
-12
/
+11
2025-02-10
iomap: advance the iter directly on buffered writes
Brian Foster
1
-13
/
+7
2025-02-10
iomap: support incremental iomap_iter advances
Brian Foster
2
-9
/
+31
2025-02-10
iomap: export iomap_iter_advance() and return remaining length
Brian Foster
2
-14
/
+9
2025-02-10
iomap: lift iter termination logic from iomap_iter_advance()
Brian Foster
1
-8
/
+13
2025-02-10
iomap: lift error code check out of iomap_iter_advance()
Brian Foster
1
-3
/
+8
2025-02-10
iomap: refactor iomap_iter() length check and tracepoint
Brian Foster
1
-8
/
+11
2025-02-10
iomap: split out iomap check and reset logic from iter advance
Brian Foster
1
-23
/
+26
2025-02-10
iomap: factor out iomap length helper
Brian Foster
1
-4
/
+19
2025-02-06
Merge patch series "iomap: allow the file system to submit the writeback bios"
Christian Brauner
13
-231
/
+446
2025-02-06
iomap: pass private data to iomap_truncate_page
Christoph Hellwig
3
-4
/
+4
2025-02-06
iomap: pass private data to iomap_zero_range
Christoph Hellwig
4
-5
/
+8
2025-02-06
iomap: pass private data to iomap_page_mkwrite
Christoph Hellwig
4
-6
/
+8
2025-02-06
iomap: add a io_private field to struct iomap_ioend
Christoph Hellwig
2
-0
/
+2
2025-02-06
iomap: optionally use ioends for direct I/O
Christoph Hellwig
4
-6
/
+55
2025-02-06
iomap: factor out a iomap_dio_done helper
Christoph Hellwig
1
-38
/
+38
2025-02-06
iomap: move common ioend code to ioend.c
Christoph Hellwig
3
-133
/
+138
2025-02-06
iomap: split bios to zone append limits in the submission handlers
Christoph Hellwig
4
-21
/
+130
2025-02-06
iomap: add a IOMAP_F_ANON_WRITE flag
Christoph Hellwig
4
-6
/
+24
2025-02-06
iomap: simplify io_flags and io_type in struct iomap_ioend
Christoph Hellwig
3
-25
/
+46
2025-02-06
iomap: allow the file system to submit the writeback bios
Christoph Hellwig
4
-20
/
+26
2025-02-03
Linux 6.14-rc1
v6.14-rc1
Linus Torvalds
1
-2
/
+2
2025-02-02
Merge tag 'turbostat-2025.02.02' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-109
/
+575
2025-02-02
Merge tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-11
/
+11
2025-02-02
tools/power turbostat: version 2025.02.02
Len Brown
1
-1
/
+1
2025-02-02
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
11
-24
/
+13
2025-02-02
Merge tag 'mips_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
1
-3
/
+3
2025-02-01
Merge tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...
Linus Torvalds
28
-192
/
+884
2025-02-01
Merge tag 'driver-core-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+12
2025-02-01
Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...
Linus Torvalds
34
-448
/
+386
2025-02-01
Merge tag 'media/v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-43
/
+27
2025-02-01
MAINTAINERS: include linux-mm for xarray maintenance
Andrew Morton
1
-0
/
+1
2025-02-01
revert "xarray: port tests to kunit"
Andrew Morton
16
-410
/
+294
2025-02-01
MAINTAINERS: add lib/test_xarray.c
Tamir Duberstein
1
-0
/
+1
2025-02-01
mailmap, MAINTAINERS, docs: update Carlos's email address
Carlos Bilbao
3
-6
/
+8
[next]