summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dm era: only resize metadata in preresumeNikos Tsironis2021-02-111-11/+10
* dm era: Use correct value size in equality function of writeset treeNikos Tsironis2021-02-101-1/+1
* dm era: Fix bitset memory leaksNikos Tsironis2021-02-101-0/+6
* dm era: Verify the data block size hasn't changedNikos Tsironis2021-02-101-1/+9
* dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis2021-02-101-6/+6
* dm era: Update in-core bitset after committing the metadataNikos Tsironis2021-02-101-6/+19
* dm era: Recover committed writeset after crashNikos Tsironis2021-02-101-8/+9
* dm writecache: use bdev_nr_sectors() instead of open-coded equivalentMike Snitzer2021-02-091-1/+1
* dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka2021-02-091-0/+18
* dm table: remove needless request_queue NULL pointer checksJeffle Xu2021-02-091-11/+11
* dm table: fix zoned iterate_devices based device capability checksJeffle Xu2021-02-091-32/+16
* dm table: fix DAX iterate_devices based device capability checksJeffle Xu2021-02-093-29/+12
* dm table: fix iterate_devices based device capability checksJeffle Xu2021-02-091-46/+51
* dm writecache: return the exact table values that were setMikulas Patocka2021-02-081-24/+30
* dm crypt: support using trusted keysAhmad Fatoum2021-02-032-1/+23
* dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum2021-02-031-5/+2
* dm writecache: fix unnecessary NULL check warningsTian Tao2021-02-031-4/+2
* dm writecache: fix performance degradation in ssd modeMikulas Patocka2021-02-031-1/+1
* dm integrity: introduce the "fix_hmac" argumentMikulas Patocka2021-02-031-13/+125
* dm persistent data: fix return type of shadow_root()Jinoh Kang2021-02-032-2/+2
* dm: cleanup of front padding calculationJeffle Xu2021-02-031-6/+10
* dm integrity: fix spelling mistake "flusing" -> "flushing"Colin Ian King2021-02-031-1/+1
* dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven2021-02-031-1/+1
* dm dust: remove h from printk format specifierTom Rix2021-02-031-1/+1
* md: use rdev_read_only in restart_arrayChristoph Hellwig2021-02-011-1/+1
* md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig2021-02-011-5/+8
* nvme-core: check bdev value for NULLChaitanya Kulkarni2021-01-271-1/+2
* md/raid6: refactor raid5_read_one_chunkChristoph Hellwig2021-01-271-63/+45
* md: remove md_bio_alloc_syncChristoph Hellwig2021-01-271-9/+1
* md: simplify sync_page_ioChristoph Hellwig2021-01-271-13/+13
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-274-15/+3
* drbd: remove drbd_req_make_private_bioChristoph Hellwig2021-01-273-14/+8
* drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-274-17/+2
* dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig2021-01-271-13/+1
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-273-5/+5
* bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
* nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-263-4/+4
* target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig2021-01-251-14/+6
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-2519-26/+26
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-259-14/+12
* bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-251-1/+1
* block: add a disk_uevent helperChristoph Hellwig2021-01-251-21/+5
* block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-252-17/+25
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-2530-66/+63
* dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig2021-01-251-4/+0
* brd: remove the end of device check in brd_do_bvecChristoph Hellwig2021-01-251-5/+1
* nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig2021-01-251-3/+2
* rbd: remove the ->set_read_only methodChristoph Hellwig2021-01-251-19/+0
* dm: use bdev_read_only to check if a device is read-onlyChristoph Hellwig2021-01-252-2/+2
* Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2021-01-242-13/+3
|\