index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
cleanfile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
nvmet-tcp: validate idle poll modparam value
Chaitanya Kulkarni
1
-2
/
+3
2023-04-13
nvmet-tcp: validate so_priority modparam value
Chaitanya Kulkarni
1
-2
/
+27
2023-04-13
nvme-tcp: fence TCP socket on receive error
Chris Leech
1
-0
/
+3
2023-04-13
nvmet: remove nvmet_req_cns_error_complete
Christoph Hellwig
2
-9
/
+4
2023-04-13
nvmet: rename nvmet_execute_identify_cns_cs_ns
Christoph Hellwig
3
-4
/
+4
2023-04-13
nvmet: fix Identify Identification Descriptor List handling
Christoph Hellwig
1
-19
/
+1
2023-04-13
nvmet: cleanup nvmet_execute_identify()
Damien Le Moal
1
-16
/
+19
2023-04-13
nvmet: fix I/O Command Set specific Identify Controller
Damien Le Moal
3
-8
/
+18
2023-04-13
nvmet: fix Identify Active Namespace ID list handling
Damien Le Moal
1
-7
/
+2
2023-04-13
nvmet: fix Identify Controller handling
Damien Le Moal
1
-5
/
+2
2023-04-13
nvmet: fix Identify Namespace handling
Damien Le Moal
1
-7
/
+2
2023-04-13
nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()
Damien Le Moal
1
-7
/
+9
2023-04-13
nvme-pci: drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+1
2023-04-12
s390/dasd: fix hanging blockdevice after request requeue
Stefan Haberland
1
-1
/
+1
2023-04-12
s390/dasd: add autoquiesce event for start IO error
Stefan Haberland
1
-0
/
+2
2023-04-12
s390/dasd: add aq_timeouts autoquiesce trigger
Stefan Haberland
4
-0
/
+60
2023-04-12
s390/dasd: add aq_requeue sysfs attribute
Stefan Haberland
1
-0
/
+36
2023-04-12
s390/dasd: add aq_mask sysfs attribute
Stefan Haberland
2
-7
/
+59
2023-04-12
s390/dasd: add autoquiesce feature
Stefan Haberland
4
-17
/
+48
2023-04-12
s390/dasd: remove unused DASD EER defines
Stefan Haberland
1
-11
/
+1
2023-04-07
blk-cgroup: delete cpd_init_fn of blkcg_policy
Chengming Zhou
3
-13
/
+2
2023-04-07
blk-cgroup: delete cpd_bind_fn of blkcg_policy
Chengming Zhou
2
-22
/
+0
2023-04-07
block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
Chengming Zhou
2
-4
/
+1
2023-04-05
sed-opal: Add command to read locking range parameters.
Ondrej Kozina
3
-0
/
+165
2023-04-05
sed-opal: add helper to get multiple columns at once.
Ondrej Kozina
1
-8
/
+14
2023-04-05
sed-opal: allow user authority to get locking range attributes.
Ondrej Kozina
2
-0
/
+25
2023-04-05
sed-opal: add helper for adding user authorities in ACE.
Ondrej Kozina
2
-20
/
+77
2023-04-05
sed-opal: do not add same authority twice in boolean ace.
Ondrej Kozina
1
-16
/
+0
2023-04-03
block: ublk_drv: cleanup 'struct ublk_map_data'
Ming Lei
1
-15
/
+12
2023-04-03
block: ublk_drv: clean up several helpers
Ming Lei
1
-13
/
+5
2023-04-03
block: ublk_drv: add two helpers to clean up map/unmap request
Ming Lei
1
-5
/
+14
2023-04-03
block: ublk_drv: don't consider flush request in map/unmap io
Ming Lei
1
-7
/
+3
2023-04-03
block: ublk_drv: add common exit handling
Ming Lei
1
-6
/
+9
2023-04-02
drbd: Pass a peer device to the resync and online verify functions
Christoph Böhmwalder
6
-108
/
+126
2023-04-02
drbd: pass drbd_peer_device to __req_mod
Christoph Böhmwalder
5
-31
/
+46
2023-04-02
drbd: drbd_uuid_compare: pass a peer_device
Christoph Böhmwalder
1
-4
/
+5
2023-04-02
drbd: INFO_bm_xfer_stats(): Pass a peer device argument
Andreas Gruenbacher
3
-7
/
+7
2023-04-02
drbd: Add peer device parameter to whole-bitmap I/O handlers
Andreas Gruenbacher
7
-62
/
+96
2023-04-02
drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macro
Andreas Gruenbacher
1
-22
/
+15
2023-04-02
genetlink: make _genl_cmd_to_str static
Christoph Böhmwalder
1
-1
/
+1
2023-04-02
null_blk: use kmap_local_page() and kunmap_local()
Chaitanya Kulkarni
1
-4
/
+4
2023-04-02
null_blk: use non-deprecated lib functions
Chaitanya Kulkarni
1
-22
/
+7
2023-03-27
block: open code __blk_account_io_done()
Chaitanya Kulkarni
1
-13
/
+9
2023-03-27
block: open code __blk_account_io_start()
Chaitanya Kulkarni
1
-20
/
+16
2023-03-20
blk-mq: remove hybrid polling
Keith Busch
9
-299
/
+12
2023-03-16
blk-crypto: drop the NULL check from blk_crypto_put_keyslot()
Eric Biggers
1
-10
/
+4
2023-03-16
blk-mq: return actual keyslot error in blk_insert_cloned_request()
Eric Biggers
1
-2
/
+3
2023-03-16
blk-crypto: remove blk_crypto_insert_cloned_request()
Eric Biggers
3
-18
/
+2
2023-03-16
blk-crypto: make blk_crypto_evict_key() more robust
Eric Biggers
2
-33
/
+41
2023-03-16
blk-crypto: make blk_crypto_evict_key() return void
Eric Biggers
3
-27
/
+16
[next]