index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
rbd: terminate rbd_opts_tokens with Opt_err
Ilya Dryomov
2015-06-25
|
*
|
|
rbd: bump queue_max_segments
Ilya Dryomov
2015-06-25
|
*
|
|
rbd: timeout watch teardown on unmap with mount_timeout
Ilya Dryomov
2015-06-25
|
*
|
|
libceph: store timeouts in jiffies, verify user input
Ilya Dryomov
2015-06-25
|
*
|
|
libceph: allow setting osd_req_op's flags
Yan, Zheng
2015-06-25
*
|
|
|
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-07-01
|
\
\
\
\
|
*
|
|
|
block/xen-blkback: s/nr_pages/nr_segs/
Julien Grall
2015-06-17
|
*
|
|
|
block/xen-blkfront: Remove invalid comment
Julien Grall
2015-06-17
|
*
|
|
|
block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS
Julien Grall
2015-06-17
*
|
|
|
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
|
\
\
\
\
\
|
*
|
|
|
|
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-28
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-30
|
\
\
\
\
\
|
*
|
|
|
|
drivers/block/nvme-core.c: fix build with gcc-4.4.4
Andrew Morton
2015-06-27
|
*
|
|
|
|
Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
2015-06-27
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising
Bob Liu
2015-06-22
|
|
*
|
|
|
xen/block: add multi-page ring support
Bob Liu
2015-06-05
|
|
*
|
|
|
driver: xen-blkfront: move talk_to_blkback to a more suitable place
Bob Liu
2015-06-05
|
|
*
|
|
|
drivers: xen-blkback: delay pending_req allocation to connect_ring
Bob Liu
2015-06-05
|
*
|
|
|
|
NVMe: Fix filesystem deadlock on removal
Keith Busch
2015-06-27
|
*
|
|
|
|
NVMe: Failed controller initialization fixes
Keith Busch
2015-06-27
|
*
|
|
|
|
NVMe: Unify controller probe and resume
Keith Busch
2015-06-27
|
*
|
|
|
|
NVMe: Don't use fake status on cancelled command
Keith Busch
2015-06-27
|
*
|
|
|
|
NVMe: Fix device cleanup on initialization failure
Keith Busch
2015-06-27
*
|
|
|
|
|
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-06-29
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
libnvdimm, pmem: move pmem to drivers/nvdimm/
Dan Williams
2015-06-24
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-06-26
|
\
\
\
\
\
|
*
|
|
|
|
paride: use new parport device model
Sudip Mukherjee
2015-06-01
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-06-26
|
\
\
\
\
\
|
*
|
|
|
|
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: cut trailing newline in algorithm name
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: cosmetic zram_bvec_write() cleanup
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: add dynamic device add/remove functionality
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: close race by open overriding
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: return zram device_id from zram_add()
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: trivial: correct flag operations comment
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: report every added and removed device
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: remove max_num_devices limitation
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: reorganize code layout
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: use idr instead of `zram_devices' array
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
Sergey Senozhatsky
2015-06-25
|
*
|
|
|
|
zram: remove obsolete ZRAM_DEBUG option
Marcin Jabrzyk
2015-06-25
*
|
|
|
|
|
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
|
\
\
\
\
\
\
|
*
|
|
|
|
|
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-06-02
|
*
|
|
|
|
|
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
2015-06-02
*
|
|
|
|
|
|
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
mtip32xx: Fix accessing freed memory
Selvan Mani
2015-06-24
|
*
|
|
|
|
|
|
block: nvme-scsi: Catch kcalloc failure
Axel Lin
2015-06-20
|
*
|
|
|
|
|
|
NVMe: Fix IO for extended metadata formats
Keith Busch
2015-06-19
|
*
|
|
|
|
|
|
nvme: don't overwrite req->cmd_flags on sync cmd
Matias Bjørling
2015-06-17
|
*
|
|
|
|
|
|
mtip32xx: increase wait time for hba reset
Asai Thambi SP
2015-06-16
[prev]
[next]