media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMT
[platform/kernel/linux-rpi.git] / drivers / block /
2020-01-27 Eric W. Biedermansignal: Allow cifs and drbd to receive their terminatin...
2020-01-27 Ilya Dryomovrbd: clear ->xferred on error from rbd_obj_issue_copyup()
2020-01-23 Nathan Chancellorxen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
2020-01-09 SeongJae Parkxen/blkback: Avoid unmapping unmapped grant pages
2020-01-09 Paul Durrantxen-blkback: prevent premature module unload
2019-12-31 Mike Christienbd: fix shutdown and recv work deadlock v2
2019-12-31 Darrick J. Wongloop: fix no-unmap write-zeroes request behavior
2019-12-17 Nathan Chancellordrbd: Change drbd_request_detach_interruptible's return...
2019-12-13 Chuhong Yuanrsxx: add missed destroy_workqueue calls in remove
2019-12-05 Luc Van Oostenryckdrbd: fix print_st_err()'s prototype to match the defin...
2019-12-05 Lars Ellenbergdrbd: do not block when adjusting "disk-options" while...
2019-12-05 Lars Ellenbergdrbd: reject attach of unsuitable uuids even if connected
2019-12-05 Lars Ellenbergdrbd: ignore "all zero" peer volume sizes in handshake
2019-12-05 Dan Carpenterblock: drbd: remove a stray unlock in __drbd_send_proto...
2019-12-01 Navid Emamdoostnbd: prevent memory leak
2019-12-01 Omar Sandovalamiflop: clean up on errors during setup
2019-12-01 Jens Axboeskd: fixup usage of legacy IO API
2019-12-01 Sun Kenbd:fix memory leak in nbd_get_socket()
2019-11-10 Josef Baciknbd: handle racing with error'ed out commands
2019-11-10 Josef Baciknbd: protect cmd->status with cmd->lock
2019-11-06 Mike Christienbd: verify socket is supported during setup
2019-11-06 Xiubo Linbd: fix possible sysfs duplicate warning
2019-11-06 Sasha Levinzram: fix race between backing_dev_show and backing_dev...
2019-10-11 Xiubo Linbd: fix crash when the blksize is zero
2019-10-11 Mike Christienbd: fix max number of supported devs
2019-10-07 Jens Axboepktcdvd: remove warning on attempting to register non...
2019-10-05 Mike Christienbd: add missing config put
2019-10-05 Alessio Balsiniloop: Add LOOP_SET_DIRECT_IO to compat ioctl
2019-09-21 Jann Hornfloppy: fix usercopy direction
2019-09-06 Wenwen Wangxen/blkback: fix memory leaks
2019-08-16 Arnd Bergmanndrbd: dynamically allocate shash descriptor
2019-08-16 Mikulas Patockaloop: set PF_MEMALLOC_NOIO for the worker thread
2019-08-06 Munehisa Kamatanbd: replace kill_bdev() with __invalidate_device(...
2019-07-26 Denis Efremovfloppy: fix out-of-bounds read in copy_buffer
2019-07-26 Denis Efremovfloppy: fix invalid pointer dereference in drive_name
2019-07-26 Denis Efremovfloppy: fix out-of-bounds read in next_valid_format
2019-07-26 Denis Efremovfloppy: fix div-by-zero in setup_format_params
2019-07-26 Bob Liublock: null_blk: fix race condition for null_del_dev
2019-06-11 Roger Pau Monnexen-blkfront: switch kcalloc to kvcalloc for large...
2019-05-25 Hou Taobrd: re-enable __GFP_HIGHMEM in brd_insert_page()
2019-05-10 Dongli Zhangvirtio-blk: limit number of hw queues by nr_cpu_ids
2019-05-08 Guenter Roeckxsysace: Fix error handling in ace_setup
2019-05-02 Jérôme Glissezram: pass down the bvec we need to read into in the...
2019-05-02 Dongli Zhangloop: do not print warn message if partition scan is...
2019-04-05 Dongli Zhangloop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
2019-03-27 Dongli Zhangloop: access lo_backing_file only when the loop device...
2019-03-23 Yufen Yufloppy: check_events callback should not return a negat...
2019-02-12 Finn Thainblock/swim3: Fix -EBUSY error when re-opening device...
2019-02-12 Minchan Kimzram: fix lockdep warning of free block handling
2019-02-12 Lars Ellenbergdrbd: skip spurious timeout (ping-timeo) when failing...
2019-02-12 Lars Ellenbergdrbd: disconnect, if the wrong UUIDs are attached on...
2019-02-12 Roland Kammererdrbd: narrow rcu_read_lock in drbd_sync_handshake
2019-02-12 Young Xiaosunvdc: Do not spin in an infinite loop when vio_ldc_se...
2019-01-22 Jan Karanbd: Use set_blocksize() to set device blocksize
2019-01-22 Jaegeuk Kimloop: drop caches if offset or block_size are changed
2019-01-22 Tetsuo Handaloop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_...
2019-01-22 Jan Karaloop: Get rid of 'nested' acquisition of loop_ctl_mutex
2019-01-22 Jan Karaloop: Avoid circular locking dependency between loop_ct...
2019-01-22 Jan Karaloop: Fix deadlock when calling blkdev_reread_part()
2019-01-22 Jan Karaloop: Move loop_reread_partitions() out of loop_ctl_mutex
2019-01-22 Jan Karaloop: Move special partition reread handling in loop_cl...
2019-01-22 Jan Karaloop: Push loop_ctl_mutex down to loop_change_fd()
2019-01-22 Jan Karaloop: Push loop_ctl_mutex down to loop_set_fd()
2019-01-22 Jan Karaloop: Push loop_ctl_mutex down to loop_set_status()
2019-01-22 Jan Karaloop: Push loop_ctl_mutex down to loop_get_status()
2019-01-22 Jan Karaloop: Push loop_ctl_mutex down into loop_clr_fd()
2019-01-22 Jan Karaloop: Split setting of lo_state from loop_clr_fd
2019-01-22 Jan Karaloop: Push lo_ctl_mutex down into individual ioctls
2019-01-22 Jan Karaloop: Get rid of loop_index_mutex
2019-01-22 Jan Karaloop: Fold __loop_release into loop_release
2019-01-22 Tetsuo Handablock/loop: Use global lock for ioctl() operation.
2019-01-22 Tetsuo Handablock/loop: Don't grab "struct file" for vfs_getattr...
2019-01-16 Ilya Dryomovrbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING...
2019-01-13 Minchan Kimzram: fix double free backing device
2018-12-01 Jens Axboefloppy: fix race condition in __floppy_read_block_0()
2018-11-27 Ming Leiblock: brd: associate with queue until adding disk
2018-11-21 Minchan Kimzram: close udev startup race condition as default...
2018-11-13 Manjunath Patilxen-blkfront: fix kernel panic with negotiate_mq error...
2018-11-13 Vasilis Liaskovitisxen/blkfront: avoid NULL blkfront_info dereference...
2018-11-13 Omar Sandovalswim: fix cleanup on setup error
2018-11-13 Omar Sandovalataflop: fix error handling during setup
2018-10-21 Greg Kroah-HartmanMerge branch 'i2c/for-current' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'sched-urgent-for-linus' of git://git...
2018-10-20 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-10-20-1' of git://anongit...
2018-10-20 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8-2' of git://git./linux/kerne...
2018-10-20 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-19 Greg Kroah-HartmanMerge tag 'usb-4.19-final' of git://git./linux/kernel...
2018-10-19 Greg Kroah-HartmanMerge tag 'for-linus-20181019' of git://git.kernel...
2018-10-19 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/net
2018-10-19 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-10-19' of git://anongit.freed...
2018-10-19 Greg Kroah-HartmanMerge tag 'for-gkh' of git://git./linux/kernel/git...
2018-10-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2018-10-18 Greg Kroah-HartmanMerge branch 'ida-fixes-4.19-rc8' of git://git.infradea...
2018-10-18 Ingo MolnarMerge tag 'perf-urgent-for-mingo-4.19-20181017' of...
2018-10-18 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8' of git://git./linux/kernel...
2018-10-17 Greg Kroah-HartmanMerge branch 'parisc-4.19-3' of git://git./linux/kernel...
2018-10-17 Greg Kroah-HartmanMerge tag 'clk-fixes-for-linus' of git://git./linux...
2018-10-16 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/sparc
2018-10-16 Greg Kroah-HartmanMerge tag 'selinux-pr-20181015' of git://git./linux...
next