index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-integrity.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
bcache: fix deadlock in bcache_allocator
Andrea Righi
3
-8
/
+26
2019-11-13
bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front()
Coly Li
1
-0
/
+2
2019-11-13
bcache: deleted code comments for dead code in bch_data_insert_keys()
Coly Li
1
-12
/
+0
2019-11-13
bcache: add more accurate error messages in read_super()
Coly Li
1
-1
/
+2
2019-11-13
bcache: fix static checker warning in bcache_device_free()
Coly Li
1
-8
/
+16
2019-11-13
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
3
-4
/
+10
2019-11-13
bcache: fix fifo index swapping condition in journal_pin_cmp()
Coly Li
2
-4
/
+26
2019-11-12
md/raid10: prevent access of uninitialized resync_pages offset
John Pittman
1
-1
/
+1
2019-11-12
md: avoid invalid memory access for array sb->dev_roles
Yufen Yu
1
-31
/
+20
2019-11-12
md/raid1: avoid soft lockup under high load
Hannes Reinecke
1
-0
/
+1
2019-11-07
null_blk: add zone open, close, and finish support
Ajay Joshi
1
-3
/
+30
2019-11-07
dm: add zone open, close and finish support
Ajay Joshi
3
-7
/
+7
2019-11-07
block: add zone open, close and finish ioctl support
Ajay Joshi
4
-14
/
+46
2019-11-07
block: add zone open, close and finish operations
Ajay Joshi
6
-23
/
+63
2019-11-07
block: Simplify REQ_OP_ZONE_RESET_ALL handling
Damien Le Moal
1
-27
/
+13
2019-11-07
block: Remove REQ_OP_ZONE_RESET plugging
Damien Le Moal
1
-4
/
+0
2019-11-06
block: Warn if elevator= parameter is used
Jan Kara
1
-0
/
+9
2019-11-05
block: avoid blk_bio_segment_split for small I/O operations
Christoph Hellwig
1
-1
/
+15
2019-11-04
nvme: Fix parsing of ANA log page
Prabhath Sajeepa
1
-4
/
+8
2019-11-04
nvmet: stop using bio_set_op_attrs
Christoph Hellwig
1
-7
/
+6
2019-11-04
nvmet: add plugging for read/write when ns is bdev
Christoph Hellwig
1
-0
/
+3
2019-11-04
nvmet: clean up command parsing a bit
Christoph Hellwig
2
-5
/
+6
2019-11-04
nvme-pci: Spelling s/resdicovered/rediscovered/
Geert Uytterhoeven
1
-1
/
+1
2019-11-04
nvmet: fill discovery controller sn, fr and mn correctly
Sagi Grimberg
1
-1
/
+7
2019-11-04
nvmet: Open code nvmet_req_execute()
Christoph Hellwig
6
-15
/
+8
2019-11-04
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
7
-39
/
+86
2019-11-04
nvmet: Introduce nvmet_dsm_len() helper
Christoph Hellwig
2
-2
/
+7
2019-11-04
nvmet: Cleanup discovery execute handlers
Christoph Hellwig
1
-25
/
+19
2019-11-04
nvmet: Introduce common execute function for get_log_page and identify
Christoph Hellwig
1
-43
/
+50
2019-11-04
nvmet-tcp: Don't set the request's data_len
Logan Gunthorpe
1
-4
/
+2
2019-11-04
nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()
Logan Gunthorpe
1
-1
/
+1
2019-11-04
nvme: Introduce nvme_lba_to_sect()
Damien Le Moal
2
-7
/
+15
2019-11-04
nvme: Cleanup and rename nvme_block_nr()
Damien Le Moal
2
-5
/
+8
2019-11-04
nvme: resync include/linux/nvme.h with nvmecli
Revanth Rajashekar
1
-3
/
+50
2019-11-04
nvme: move common call to nvme_cleanup_cmd to core layer
Max Gurtovoy
5
-11
/
+8
2019-11-04
nvme: introduce "Command Aborted By host" status code
Max Gurtovoy
3
-1
/
+3
2019-11-04
nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyed
Israel Rukshin
1
-2
/
+2
2019-11-04
nvmet: add unlikely check at nvmet_req_alloc_sgl
Israel Rukshin
1
-1
/
+1
2019-11-04
nvmet: use bio_io_error instead of duplicating it
Israel Rukshin
1
-5
/
+3
2019-11-04
nvme: introduce nvme_is_aen_req function
Israel Rukshin
5
-8
/
+12
2019-11-04
nvme-fc: ensure association_id is cleared regardless of a Disconnect LS
James Smart
1
-3
/
+3
2019-11-04
nvme-fc: clarify error messages
James Smart
1
-5
/
+6
2019-11-04
nvme-fc: Set new cmd set indicator in nvme-fc cmnd iu
James Smart
1
-0
/
+5
2019-11-04
nvme-fc and nvmet-fc: sync with FC-NVME-2 header changes
James Smart
2
-25
/
+26
2019-11-04
nvme-fc: Sync nvme-fc header to FC-NVME-2
James Smart
1
-45
/
+137
2019-11-04
blk-mq: make sure that line break can be printed
Ming Lei
1
-1
/
+1
2019-11-04
block: sed-opal: Introduce Opal Datastore UID
Revanth Rajashekar
2
-0
/
+3
2019-11-04
block: sed-opal: Add support to read/write opal tables generically
Revanth Rajashekar
4
-1
/
+193
2019-11-04
block: sed-opal: Generalizing write data to any opal table
Revanth Rajashekar
1
-64
/
+74
2019-11-03
bdev: Refresh bdev size for disks without partitioning
Jan Kara
1
-9
/
+10
[next]