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.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
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
6
-28
/
+33
2016-11-01
block: treat REQ_FUA and REQ_PREFLUSH as synchronous
Christoph Hellwig
2
-4
/
+10
2016-11-01
block: don't use REQ_SYNC in the READ_SYNC definition
Christoph Hellwig
1
-1
/
+1
2016-11-01
btrfs: use op_is_sync to check for synchronous requests
Christoph Hellwig
2
-2
/
+2
2016-11-01
bcache: use op_is_sync to check for synchronous requests
Christoph Hellwig
2
-4
/
+3
2016-11-01
umem: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-11-01
blk-cgroup: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-11-01
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
1
-12
/
+4
2016-10-28
block: add a proper block layer data direction encoding
Christoph Hellwig
2
-13
/
+30
2016-10-28
block: better op and flags encoding
Christoph Hellwig
23
-221
/
+148
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
38
-218
/
+242
2016-10-28
block: replace REQ_THROTTLED with a bio flag
Christoph Hellwig
2
-11
/
+7
2016-10-28
block: move REQ_RAHEAD to common flags
Christoph Hellwig
1
-2
/
+2
2016-10-28
block: REQ_NOMERGE is common to the bio and request
Christoph Hellwig
1
-1
/
+1
2016-10-28
block: remove bio_is_rw
Christoph Hellwig
2
-12
/
+1
2016-10-28
blk-mq: get rid of confusing blk_map_ctx structure
Jens Axboe
1
-13
/
+5
2016-10-28
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
1
-3
/
+3
2016-10-25
brd: remove support for BLKFLSBUF
Mike Snitzer
1
-35
/
+0
2016-10-25
brd: Switch rd_size to unsigned long
Jan Kara
1
-2
/
+2
2016-10-25
sd: fix uninitialized variable access in error handling
Arnd Bergmann
1
-1
/
+3
2016-10-25
block: zoned: fix harmless maybe-uninitialized warning
Arnd Bergmann
1
-4
/
+2
2016-10-19
sd: Implement support for ZBC devices
Hannes Reinecke
5
-35
/
+843
2016-10-18
blk-zoned: implement ioctls
Shaun Tancheff
5
-0
/
+162
2016-10-18
block: Implement support for zoned block devices
Hannes Reinecke
6
-0
/
+401
2016-10-18
block: Define zoned block device operations
Shaun Tancheff
2
-0
/
+6
2016-10-18
block: update chunk_sectors in blk_stack_limits()
Hannes Reinecke
1
-0
/
+4
2016-10-18
blk-sysfs: Add 'chunk_sectors' to sysfs attributes
Hannes Reinecke
2
-0
/
+24
2016-10-18
block: Add 'zoned' queue limit
Damien Le Moal
4
-0
/
+82
2016-10-18
btrfs: assign error values to the correct bio structs
Junjie Mao
1
-2
/
+2
2016-10-18
x86, pkeys: remove cruft from never-merged syscalls
Dave Hansen
2
-4
/
+0
2016-10-17
generic syscalls: kill cruft from removed pkey syscalls
Dave Hansen
2
-7
/
+0
2016-10-15
Linux 4.9-rc1
v4.9-rc1
Linus Torvalds
1
-2
/
+2
2016-10-15
Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs
Linus Torvalds
8
-283
/
+244
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
24
-22
/
+725
2016-10-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
226
-3657
/
+5242
2016-10-15
Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-6
/
+7
2016-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
14
-98
/
+133
2016-10-15
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
19
-296
/
+824
2016-10-15
Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-157
/
+272
2016-10-15
Merge branch 'work.uaccess' into for-linus
Al Viro
9
-78
/
+47
2016-10-15
score: traps: Add missing include file to fix build error
Guenter Roeck
1
-0
/
+1
2016-10-15
fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths
Oleg Nesterov
1
-12
/
+25
2016-10-15
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-93
/
+82
2016-10-15
fs/super.c: fix race between freeze_super() and thaw_super()
Oleg Nesterov
1
-3
/
+3
2016-10-15
overlayfs: Fix setting IOP_XATTR flag
Vivek Goyal
1
-5
/
+6
2016-10-15
iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()
Vegard Nossum
2
-0
/
+51
2016-10-15
Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
105
-186
/
+202
2016-10-15
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
4
-12
/
+80
2016-10-15
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
262
-1403
/
+1094
2016-10-15
Merge tag 'docs-4.9-2' of git://git.lwn.net/linux
Linus Torvalds
10
-620
/
+939
[next]