summaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c
Commit message (Expand)AuthorAgeFilesLines
* block: floppy: use setup_timerGeliang Tang2017-03-241-3/+1
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-2/+2
* floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka2017-01-111-1/+1
* block: floppy: use bio_add_page()Ming Lei2016-11-221-5/+2
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-2/+1
* Revert "floppy: refactor open() flags handling"Jens Axboe2016-08-251-19/+15
* Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe2016-08-251-9/+12
* floppy: fix open(O_ACCMODE) for ioctl-only openJiri Kosina2016-08-041-12/+9
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* floppy: refactor open() flags handlingJiri Kosina2016-02-061-15/+19
* Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2016-02-011-15/+18
|\
| * floppy: fix lock_fdc() signal handlingJiri Kosina2016-02-011-15/+18
* | floppy: make local variable non-staticRasmus Villemoes2015-12-081-2/+3
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+4
* | floppy: Avoid manual call of device_create_file()Takashi Iwai2015-02-031-9/+8
* | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-06-181-1/+1
|\ \
| * | floppy: format block0 read error message properlyJiri Kosina2014-06-181-1/+1
* | | Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+1
|\| |
| * | floppy: do not corrupt bio.bi_flags when reading block 0Jiri Kosina2014-05-281-1/+1
* | | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-9/+9
|\| | | |/ |/|
| * block: remove struct request buffer memberJens Axboe2014-04-151-9/+9
* | floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley2014-05-051-1/+4
* | floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley2014-05-051-3/+3
|/
* floppy: don't use PREPARE_[DELAYED_]WORKTejun Heo2014-03-071-14/+28
* floppy: bail out in open() if drive is not responding to block0 readJiri Kosina2014-01-171-9/+27
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-6/+6
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-2/+2
* block: make rq->cmd_flags be 64-bitJens Axboe2013-10-251-2/+2
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+0
|\
| * block: Remove bi_idx referencesKent Overstreet2013-03-231-1/+0
* | block_device_operations->release() should return voidAl Viro2013-05-071-3/+1
|/
* floppy: destroy floppy workqueue before cleaning up the queueJiri Kosina2012-11-231-2/+3
* floppy: remove dr, reuse drive on do_floppy_initHerton Ronaldo Krzesinski2012-10-301-26/+22
* floppy: use common function to check if floppies can be registeredHerton Ronaldo Krzesinski2012-10-301-10/+13
* floppy: properly handle failure on add_disk loopHerton Ronaldo Krzesinski2012-10-301-1/+10
* floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski2012-10-301-0/+1
* floppy: don't call alloc_ordered_workqueue inside the alloc_disk loopHerton Ronaldo Krzesinski2012-10-301-9/+6
* workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
* workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-2/+1
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2012-07-311-2/+1
|\
| * floppy: remove duplicated flag FD_RAW_NEED_DISKFengguang Wu2012-07-311-2/+1
* | Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/driversJens Axboe2012-07-301-0/+1
|\ \ | |/ |/|
| * floppy: cancel any pending fd_timeouts before adding a new oneLinus Torvalds2012-07-031-0/+1
* | floppy: Run floppy initialization asynchronousAndi Kleen2012-07-041-1/+20
|/
* floppy: remove floppy-specific O_EXCL handlingJiri Kosina2012-05-181-14/+4
* floppy: convert to delayed work and single-thread wqJiri Kosina2012-05-181-70/+73
* x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-03-301-36/+0
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0