summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* add missing includekernel-qcow2-linux-4.18.x-centosThiago Abdo2019-10-151-0/+2
* Replaces a section with the centos codeThiago Abdo2019-10-151-4/+4
* block: loop: fix initialization issue in loop_set_status*kernel-qcow2-linux-4.19.yManuel Bentele2019-08-281-0/+6
* block: loop: fix coding style issues in file format subsystemManuel Bentele2019-08-235-11/+11
* doc: driver-api: add loop file format subsystem API documentationManuel Bentele2019-08-231-3/+228
* block: loop: fix problems for backward compatibility with Linux 4.19.yManuel Bentele2019-08-212-33/+14Star
* block: loop: fix backward compatibility for loop_info structureManuel Bentele2019-08-211-10/+120
* block: loop: file_fmt_qcow: write decompressed data to correct position in bvecManuel Bentele2019-08-212-8/+14
* block: loop: file_fmt_qcow: fix offset during the read of a cache missManuel Bentele2019-08-211-1/+3
* block: loop: file_fmt_qcow: increment read position for each bvecManuel Bentele2019-08-211-17/+7Star
* block: loop: add debugfs support for loop devicesManuel Bentele2019-08-214-67/+291
* block: loop: file_fmt_qcow: set up L2 cache size correctlyManuel Bentele2019-08-211-1/+18
* block: loop: fixes wrong initialization state in file format subsystemManuel Bentele2019-08-211-6/+15
* block: loop: add QCOW2 file format (readonly)Manuel Bentele2019-08-2113-210/+1885
* block: loop: fix wrong file names in header commentsManuel Bentele2019-08-214-4/+4
* block: loop: add state machine in file format subsystemManuel Bentele2019-08-212-18/+110
* block: loop: fix missing include in file format driverManuel Bentele2019-08-211-0/+1
* block: loop: add file format subsystem for loop devicesManuel Bentele2019-08-218-328/+943
* block: loop: rename and move files for file format support integrationManuel Bentele2019-08-217-76/+89
* block: loop: extend kernel module interface for file format supportManuel Bentele2019-08-212-0/+34
* drbd: dynamically allocate shash descriptorArnd Bergmann2019-08-161-2/+12
* loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-161-1/+1
* nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-08-061-1/+1
* floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-261-2/+4
* floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-261-3/+8
* floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-261-0/+18
* floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-261-0/+5
* block: null_blk: fix race condition for null_del_devBob Liu2019-07-261-5/+6
* xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne2019-06-111-19/+19
* brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao2019-05-251-6/+1Star
* virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang2019-05-101-0/+2
* xsysace: Fix error handling in ace_setupGuenter Roeck2019-05-081-0/+2
* zram: pass down the bvec we need to read into in the work structJérôme Glisse2019-05-021-2/+3
* loop: do not print warn message if partition scan is successfulDongli Zhang2019-05-021-2/+3
* loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang2019-04-051-4/+17
* loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang2019-03-271-1/+1
* floppy: check_events callback should not return a negative numberYufen Yu2019-03-231-1/+1
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-02-121-1/+5
* zram: fix lockdep warning of free block handlingMinchan Kim2019-02-122-18/+22
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-121-7/+8
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2019-02-121-1/+1
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2019-02-121-5/+6
* sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao2019-02-121-0/+5
* nbd: Use set_blocksize() to set device blocksizeJan Kara2019-01-221-2/+3
* loop: drop caches if offset or block_size are changedJaegeuk Kim2019-01-221-2/+33
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2019-01-221-2/+0Star
* loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara2019-01-221-6/+6
* loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara2019-01-221-11/+15
* loop: Fix deadlock when calling blkdev_reread_part()Jan Kara2019-01-221-12/+16
* loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara2019-01-221-5/+14