Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
20868a40d0a6d88467d95fb0e5b0448e6a0c83a0
/
drivers
/
block
06ab838
Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
daf0e1e
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
f6f7a63
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
7086496
zram: unify error reporting
by Sergey Senozhatsky
· 9 years ago
860c707
zsmalloc: account the number of compacted pages
by Sergey Senozhatsky
· 9 years ago
7d3f393
zsmalloc/zram: introduce zs_pool_stats api
by Sergey Senozhatsky
· 9 years ago
12f03ee
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
752240e
Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
0df4f26
xen: Use correctly the Xen memory terminologies
by Julien Grall
· 9 years ago
5fa3142
virtio-blk: Allow extended partitions
by Fam Zheng
· 9 years ago
53eab6f
virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1
by Paolo Bonzini
· 9 years ago
52b084d
Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
cb389b9
dax: drop size parameter to ->direct_access()
by Dan Williams
· 9 years ago
e19b127
NVMe: Using PRACT bit to generate and verify PI by controller
by Alok Pandey
· 9 years ago
74c9c91
mtip32x: fix regression introduced by blk-mq per-hctx flush
by Jeff Moyer
· 9 years ago
e2e0539
pmem, dax: have direct_access use __pmem annotation
by Ross Zwisler
· 9 years ago
907c3eb
xen-blkfront: convert to blk-mq APIs
by Bob Liu
· 9 years ago
e3f879b
NVMe:Remove unreachable code in nvme_abort_req
by Sunad Bhandary
· 9 years ago
03100aa
block: Replace SG_GAPS with new queue limits mask
by Keith Busch
· 9 years ago
30e2bc0
Revert "block: remove artifical max_hw_sectors cap"
by Jeff Moyer
· 9 years ago
81f03fe
NVMe: Add nvme subsystem reset IOCTL
by Jon Derrick
· 9 years ago
dfbac8c
NVMe: Add nvme subsystem reset support
by Keith Busch
· 9 years ago
b2b1ec9
NVMe: removed unused nn var from nvme_dev_add
by Matias Bjørling
· 9 years ago
e824410
NVMe: Set queue max segments
by Keith Busch
· 9 years ago
22d109c
nbd: flags is a u32 variable
by Markus Pargmann
· 9 years ago
cad73b2
nbd: Rename functions for clearness of recv/send path
by Markus Pargmann
· 9 years ago
696697c
nbd: Change 'disconnect' to be boolean
by Markus Pargmann
· 9 years ago
30d53d9
nbd: Add debugfs entries
by Markus Pargmann
· 9 years ago
6521d39
nbd: Remove variable 'pid'
by Markus Pargmann
· 9 years ago
e78273c
nbd: Move clear queue debug message
by Markus Pargmann
· 9 years ago
1939183
nbd: Remove 'harderror' and propagate error properly
by Markus Pargmann
· 9 years ago
260bbce
nbd: restructure sock_shutdown
by Markus Pargmann
· 9 years ago
36e47be
nbd: sock_shutdown, remove conditional lock
by Markus Pargmann
· 9 years ago
7e2893a
nbd: Fix timeout detection
by Markus Pargmann
· 9 years ago
4ce321f
zram: fix pool name truncation
by Sergey Senozhatsky
· 9 years ago
ebcbf16
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
8ae1266
block: kill merge_bvec_fn() completely
by Kent Overstreet
· 10 years ago
54efd50
block: make generic_make_request handle arbitrarily sized bios
by Kent Overstreet
· 10 years ago
2761713
rbd: fix copyup completion race
by Ilya Dryomov
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
e162b21
Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
by Jens Axboe
· 9 years ago
53bc7dc
xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()
by Bob Liu
· 9 years ago
7b07675
xen-blkfront: don't add indirect pages to list when !feature_persistent
by Bob Liu
· 9 years ago
d50babb
xen-blkfront: introduce blkfront_gather_backend_features()
by Bob Liu
· 9 years ago
2197406
null_blk: fix use-after-free problem
by Mike Krinkin
· 9 years ago
c45f5c9
nvme: Fixes u64 division which breaks i386 builds
by Jon Derrick
· 9 years ago
8ffaadf
NVMe: Use CMB for the IO SQes if available
by Jon Derrick
· 9 years ago
498c439
NVMe: Unify SQ entry writing and doorbell ringing
by Jon Derrick
· 9 years ago
2bb4cd5
block: have drivers use blk_queue_max_discard_sectors()
by Jens Axboe
· 9 years ago
7bee607
NVMe: Reread partitions on metadata formats
by Keith Busch
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
1e512b0
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
0c76c6b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 9 years ago
758dd7f
NVMe: Fix irq freeing when queue_request_irq fails
by Jon Derrick
· 9 years ago
7adf12b
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
02201e3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 9 years ago
43baed3
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
5a60e87
rbd: use GFP_NOIO in rbd_obj_request_create()
by Ilya Dryomov
· 9 years ago
88793e5
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm
by Linus Torvalds
· 9 years ago
e44ac58
drivers/block/nvme-core.c: fix build with gcc-4.4.4
by Andrew Morton
· 9 years ago
6443af9
Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
by Jens Axboe
· 9 years ago
3399a3f
NVMe: Fix filesystem deadlock on removal
by Keith Busch
· 9 years ago
de3eff2
NVMe: Failed controller initialization fixes
by Keith Busch
· 9 years ago
ffe7704
NVMe: Unify controller probe and resume
by Keith Busch
· 9 years ago
17188bb
NVMe: Don't use fake status on cancelled command
by Keith Busch
· 9 years ago
4af0e21
NVMe: Fix device cleanup on initialization failure
by Keith Busch
· 9 years ago
d878238
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
47a4694
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
d93435c
zram: check comp algorithm availability earlier
by Sergey Senozhatsky
· 9 years ago
4bbacd5
zram: cut trailing newline in algorithm name
by Sergey Senozhatsky
· 9 years ago
17162f4
zram: cosmetic zram_bvec_write() cleanup
by Sergey Senozhatsky
· 9 years ago
6566d1a
zram: add dynamic device add/remove functionality
by Sergey Senozhatsky
· 9 years ago
f405c44
zram: close race by open overriding
by Sergey Senozhatsky
· 9 years ago
92ff152
zram: return zram device_id from zram_add()
by Sergey Senozhatsky
· 9 years ago
b31177f
zram: trivial: correct flag operations comment
by Sergey Senozhatsky
· 9 years ago
d12b63c
zram: report every added and removed device
by Sergey Senozhatsky
· 9 years ago
c3cdb40
zram: remove max_num_devices limitation
by Sergey Senozhatsky
· 9 years ago
522698d
zram: reorganize code layout
by Sergey Senozhatsky
· 9 years ago
85508ec
zram: use idr instead of `zram_devices' array
by Sergey Senozhatsky
· 9 years ago
3bca3ef
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
by Sergey Senozhatsky
· 9 years ago
9e65bf6
zram: remove obsolete ZRAM_DEBUG option
by Marcin Jabrzyk
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
6a398a3
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
bfffa1c
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
b558418
rbd: queue_depth map option
by Ilya Dryomov
· 9 years ago
d147543
rbd: store rbd_options in rbd_device
by Ilya Dryomov
· 9 years ago
210c104
rbd: terminate rbd_opts_tokens with Opt_err
by Ilya Dryomov
· 9 years ago
d3834fe
rbd: bump queue_max_segments
by Ilya Dryomov
· 9 years ago
2894e1d
rbd: timeout watch teardown on unmap with mount_timeout
by Ilya Dryomov
· 9 years ago
a319bf5
libceph: store timeouts in jiffies, verify user input
by Ilya Dryomov
· 9 years ago
144cba1
libceph: allow setting osd_req_op's flags
by Yan, Zheng
· 10 years ago
18da2c9
libnvdimm, pmem: move pmem to drivers/nvdimm/
by Dan Williams
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
98f57c5
mtip32xx: Fix accessing freed memory
by Selvan Mani
· 9 years ago
acd5312
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
dc3f419
make simple_positive() public
by Al Viro
· 9 years ago
9bf39ab
vfs: add file_path() helper
by Miklos Szeredi
· 9 years ago
d70b3ef
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
a9b54bb
drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising
by Bob Liu
· 9 years ago
Next »