summaryrefslogtreecommitdiffstats
path: root/drivers/block/swim3.c
Commit message (Expand)AuthorAgeFilesLines
* block/swim: Rename macros to avoid inconsistent inverted logicFinn Thain2018-04-161-3/+3
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* block: swim3: Convert timers to use timer_setup()Kees Cook2017-11-141-16/+15
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* block: swim3: make of_device_ids const.Arvind Yadav2017-06-161-1/+1
* block: introduce new block status code typeChristoph Hellwig2017-06-091-13/+13
* swim3: remove (commented out) printing of req->errorsChristoph Hellwig2017-04-201-2/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson2015-03-231-6/+6
* block: remove struct request buffer memberJens Axboe2014-04-151-3/+3
* swim3: fix interruptible_sleep_on raceArnd Bergmann2014-03-131-7/+11
* block_device_operations->release() should return voidAl Viro2013-05-071-3/+2
* drivers/block/swim3.c: fix null pointer dereferenceCong Ding2013-02-221-1/+4
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+2
* block/swim3: Locking fixesBenjamin Herrenschmidt2011-12-121-147/+215
* block: swim3: fix unterminated of_device_id tableAxel Lin2011-08-031-0/+1
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0
* swim[3]: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+7
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+14
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+15
* powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt2010-06-021-2/+4
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2009-12-091-23/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
|/
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* swim3: dequeue in-flight requestTejun Heo2009-05-111-13/+34
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-16/+18
* swim3: clean up request completion pathsTejun Heo2009-04-281-26/+5
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-13/+13
* [PATCH] switch swim3Al Viro2008-10-211-18/+18
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-211-3/+3
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+2
* Fix compile of swim3 as moduleTony Breeds2008-02-141-4/+0
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* [POWERPC] Update swim3 printk after blkdev.h changeOlaf Hering2006-10-041-2/+2
* [PATCH] Remove ->rq_status from struct requestJens Axboe2006-09-301-2/+2
* [POWERPC] Update the SWIM3 (powermac) floppy driverBenjamin Herrenschmidt2006-07-031-100/+130
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt2006-01-091-15/+23
* powermac: Use a spinlock in swim3.c (floppy driver) instead of cliPaul Mackerras2005-11-081-10/+10
* [PATCH] drivers/block: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-6/+3
OpenPOWER on IntegriCloud