index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block: do not initialise statics to 0 or NULL
Wei Tang
2015-11-24
1
-1
/
+1
*
block: do not initialise globals to 0 or NULL
Wei Tang
2015-11-24
1
-1
/
+1
*
block: rename request_queue slab cache
Ilya Dryomov
2015-11-24
1
-1
/
+1
*
block: fix blk_abort_request for blk-mq drivers
Christoph Hellwig
2015-11-24
1
-3
/
+5
*
nvme: add missing unmaps in nvme_queue_rq
Christoph Hellwig
2015-11-24
1
-3
/
+12
*
NVMe: default to 4k device page size
Nishanth Aravamudan
2015-11-24
1
-9
/
+6
*
Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
2015-11-24
4
-29
/
+36
|
\
|
*
dm thin: fix regression in advertised discard limits
Mike Snitzer
2015-11-23
1
-3
/
+2
|
*
dm crypt: fix a possible hang due to race condition on exit
Mikulas Patocka
2015-11-19
1
-9
/
+13
|
*
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
2015-11-17
1
-13
/
+15
|
*
dm: do not reuse dm_blk_ioctl block_device input as local variable
Mike Snitzer
2015-11-17
1
-2
/
+3
|
*
dm: fix ioctl retry termination with signal
Junichi Nomura
2015-11-17
2
-2
/
+2
|
*
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
2015-11-16
1
-0
/
+1
*
|
pidns: fix NULL dereference in __task_pid_nr_ns()
Eric Dumazet
2015-11-24
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-24
17
-244
/
+525
|
\
\
|
*
|
blk-merge: warn if figured out segment number is bigger than nr_phys_segments
Ming Lei
2015-11-23
1
-0
/
+6
|
*
|
blk-merge: fix blk_bio_segment_split
Ming Lei
2015-11-23
1
-3
/
+19
|
*
|
block: fix segment split
Ming Lei
2015-11-23
1
-2
/
+2
|
*
|
blk-mq: fix calling unplug callbacks with preempt disabled
Jens Axboe
2015-11-20
1
-5
/
+9
|
*
|
mac: validate mac_partition is within sector
Kees Cook
2015-11-20
1
-3
/
+7
|
*
|
mtip32xx: use formatting capability of kthread_create_on_node
Rasmus Villemoes
2015-11-20
1
-4
/
+2
|
*
|
NVMe: reap completion entries when deleting queue
Keith Busch
2015-11-20
1
-1
/
+6
|
*
|
lightnvm: add free and bad lun info to show luns
Javier Gonzalez
2015-11-20
3
-8
/
+17
|
*
|
lightnvm: keep track of block counts
Javier Gonzalez
2015-11-20
2
-1
/
+15
|
*
|
nvme: lightnvm: use admin queues for admin cmds
Wenwei Tao
2015-11-20
1
-7
/
+10
|
*
|
lightnvm: missing free on init error
Matias Bjørling
2015-11-20
1
-2
/
+4
|
*
|
lightnvm: wrong return value and redundant free
Wenwei Tao
2015-11-20
1
-4
/
+2
|
*
|
null_blk: do not del gendisk with lightnvm
Matias Bjørling
2015-11-19
1
-3
/
+5
|
*
|
null_blk: use device addressing mode
Matias Bjørling
2015-11-19
1
-5
/
+23
|
*
|
null_blk: use ppa_cache pool
Matias Bjørling
2015-11-19
1
-2
/
+23
|
*
|
NVMe: Fix possible arithmetic overflow for max segments
Keith Busch
2015-11-19
1
-1
/
+1
|
*
|
blk-flush: Queue through IO scheduler when flush not required
Jan Kara
2015-11-16
1
-1
/
+1
|
*
|
null_blk: register as a LightNVM device
Matias Bjørling
2015-11-16
3
-7
/
+158
|
*
|
elevator: use list_{first,prev,next}_entry
Geliang Tang
2015-11-16
1
-5
/
+5
|
*
|
lightnvm: cleanup queue before target removal
Javier González
2015-11-16
1
-2
/
+2
|
*
|
nvme: remove reserved double word
Matias Bjørling
2015-11-16
1
-2
/
+2
|
*
|
nvme: missing ppaf copy
Matias Bjørling
2015-11-16
1
-0
/
+2
|
*
|
lightnvm: remove linear and device addr modes
Matias Bjørling
2015-11-16
5
-131
/
+73
|
*
|
lightnvm: prevent double free on init error
Matias Bjørling
2015-11-16
1
-9
/
+3
|
*
|
lightnvm: prematurely activate nvm_dev
Matias Bjørling
2015-11-16
1
-4
/
+4
|
*
|
lightnvm: check for NAND flash and its type
Matias Bjørling
2015-11-16
1
-0
/
+10
|
*
|
lightnvm: remove unused attrs in nvm_id structs
Matias Bjørling
2015-11-16
1
-6
/
+1
|
*
|
lightnvm: expose mccap in identify command
Matias Bjørling
2015-11-16
2
-1
/
+4
|
*
|
lightnvm: update alignments for identify command
Matias Bjørling
2015-11-16
1
-1
/
+3
|
*
|
lightnvm: update bad block table format
Matias Bjørling
2015-11-16
4
-36
/
+117
|
*
|
lightnvm: change max_phys_sect to uint
Matias Bjørling
2015-11-16
1
-1
/
+1
|
*
|
MAINTAINERS: Add linux-block list to LightNVM for patches
Matias Bjørling
2015-11-16
1
-0
/
+1
|
|
/
*
|
Merge tag 'linux-kselftest-4.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-11-23
2
-5
/
+8
|
\
\
|
*
|
selftests/seccomp: Get page size from sysconf
Bamvor Jian Zhang
2015-11-18
1
-4
/
+7
|
*
|
tools:testing/selftests: fix typo in futex/README
Wei Jiangang
2015-11-16
1
-1
/
+1
|
|
/
[prev]
[next]