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-03-09
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
38
-89
/
+89
2018-03-09
target/tcm_loop: Use blk_queue_flag_set()
Bart Van Assche
1
-1
/
+1
2018-03-09
iscsi: Use blk_queue_flag_set()
Bart Van Assche
1
-1
/
+1
2018-03-09
bcache: Use the blk_queue_flag_{set,clear}() functions
Bart Van Assche
1
-3
/
+3
2018-03-09
mtip32xx: Use the blk_queue_flag_*() functions
Bart Van Assche
1
-4
/
+4
2018-03-09
block: Protect queue flag changes with the queue lock
Bart Van Assche
2
-4
/
+4
2018-03-09
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
6
-49
/
+93
2018-03-09
block: Use the queue_flag_*() functions instead of open-coding these
Bart Van Assche
4
-7
/
+7
2018-03-09
block: Reorder the queue flag manipulation function definitions
Bart Van Assche
1
-11
/
+11
2018-03-07
block: sed-opal: fix response string extraction
Jonas Rabenstein
1
-3
/
+23
2018-03-06
block: null_blk: fix 'Invalid parameters' when loading module
Ming Lei
1
-21
/
+25
2018-03-01
staging: rts5208: rename SG_END macro
Arnd Bergmann
2
-11
/
+11
2018-03-01
misc: rtsx: rename SG_END macro
Arnd Bergmann
2
-8
/
+8
2018-02-28
block: Fix a race between request queue removal and the block cgroup controller
Bart Van Assche
2
-7
/
+31
2018-02-28
block: Fix a race between the cgroup code and request queue initialization
Bart Van Assche
3
-14
/
+20
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
[next]