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
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
10
-12
/
+15
2018-02-28
zram: Delete gendisk before cleaning up the request queue
Bart Van Assche
1
-1
/
+1
2018-02-28
md: Delete gendisk before cleaning up the request queue
Bart Van Assche
1
-3
/
+3
2018-02-28
block/loop: Delete gendisk before cleaning up the request queue
Bart Van Assche
1
-1
/
+1
2018-02-28
null_blk: add 'requeue' fault attribute
Jens Axboe
1
-12
/
+55
2018-02-28
sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()
Omar Sandoval
2
-5
/
+13
2018-02-28
block: clear ctx pending bit under ctx lock
Omar Sandoval
1
-1
/
+1
2018-02-28
blk-mq-debugfs: Show zone locking information
Bart Van Assche
1
-0
/
+16
2018-02-28
blk-mq-debugfs: Reorder queue show and store methods
Bart Van Assche
1
-65
/
+65
2018-02-28
writeback: remove dead code in wb_blkcg/memcg_offline
Jiufei Xue
1
-2
/
+0
2018-02-28
lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodings
Anshuman Khandual
1
-10
/
+13
2018-02-28
Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus
Jens Axboe
7
-23
/
+28
2018-02-28
nvmet: fix PSDT field check in command format
Max Gurtovoy
1
-3
/
+6
2018-02-28
nvme-multipath: fix sysfs dangerously created links
Baegjae Sung
2
-14
/
+13
2018-02-28
nbd: fix return value in error handling path
Gustavo A. R. Silva
1
-1
/
+1
2018-02-27
bcache: fix kcrashes with fio in RAID5 backend dev
Tang Junhui
1
-1
/
+1
2018-02-27
bcache: correct flash only vols (check all uuids)
Coly Li
1
-1
/
+1
2018-02-26
blktrace_api.h: fix comment for struct blk_user_trace_setup
Eric Biggers
1
-1
/
+1
2018-02-26
blockdev: Avoid two active bdev inodes for one device
Jan Kara
1
-2
/
+23
2018-02-26
genhd: Fix BUG in blkdev_open()
Jan Kara
2
-1
/
+21
2018-02-26
genhd: Fix use after free in __blkdev_get()
Jan Kara
1
-2
/
+5
2018-02-26
genhd: Add helper put_disk_and_module()
Jan Kara
4
-27
/
+24
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
10
-15
/
+13
2018-02-26
genhd: Fix leaked module reference for NVME devices
Jan Kara
1
-0
/
+3
2018-02-26
direct-io: Fix sleep in atomic due to sync AIO
Jan Kara
1
-2
/
+1
2018-02-26
nvme-pci: Fix nvme queue cleanup if IRQ setup fails
Jianchao Wang
1
-1
/
+4
2018-02-25
block: kyber: fix domain token leak during requeue
Ming Lei
1
-0
/
+1
2018-02-25
blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch
Ming Lei
1
-1
/
+3
2018-02-24
block: pass inclusive 'lend' parameter to truncate_inode_pages_range
Ming Lei
1
-1
/
+1
2018-02-23
MIPS: boot: Define __ASSEMBLY__ for its.S build
Kees Cook
1
-0
/
+1
2018-02-23
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+12
2018-02-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-3
/
+9
2018-02-23
fs/signalfd: fix build error for BUS_MCEERR_AR
Randy Dunlap
1
-3
/
+12
2018-02-22
Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
38
-133
/
+350
2018-02-22
Merge tag 'staging-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-30
/
+64
2018-02-22
Merge tag 'char-misc-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-45
/
+45
2018-02-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
23
-115
/
+242
2018-02-22
Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/p...
Linus Torvalds
4
-7
/
+5
2018-02-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
40
-155
/
+180
2018-02-22
efivarfs: Limit the rate for non-root to read files
Luck, Tony
3
-0
/
+13
2018-02-22
kconfig.h: Include compiler types to avoid missed struct attributes
Kees Cook
1
-0
/
+3
2018-02-22
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
H.J. Lu
3
-0
/
+5
2018-02-22
nvmet-loop: use blk_rq_payload_bytes for sgl selection
Christoph Hellwig
1
-2
/
+2
2018-02-22
nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes
Christoph Hellwig
1
-2
/
+2
2018-02-22
nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
Christoph Hellwig
1
-1
/
+1
2018-02-22
mm: don't defer struct page initialization for Xen pv guests
Juergen Gross
1
-0
/
+4
2018-02-22
lib/Kconfig.debug: enable RUNTIME_TESTING_MENU
Anders Roxell
1
-0
/
+1
2018-02-22
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
1
-3
/
+7
2018-02-22
selftests/memfd: add run_fuse_test.sh to TEST_FILES
Anders Roxell
1
-0
/
+1
2018-02-22
bug.h: work around GCC PR82365 in BUG()
Arnd Bergmann
8
-6
/
+44
[next]