index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
swim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-12
Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"
Martin Wilck
1
-0
/
+1
2018-10-16
swim: convert to blk-mq
Omar Sandoval
1
-52
/
+41
2018-10-16
swim: fix cleanup on setup error
Omar Sandoval
1
-2
/
+11
2018-04-16
block/swim: Select appropriate drive on device open
Finn Thain
1
-1
/
+1
2018-04-16
block/swim: Fix IO error at end of medium
Finn Thain
1
-5
/
+8
2018-04-16
block/swim: Check drive type
Finn Thain
1
-2
/
+4
2018-04-16
block/swim: Rename macros to avoid inconsistent inverted logic
Finn Thain
1
-4
/
+4
2018-04-16
block/swim: Don't log an error message for an invalid ioctl
Finn Thain
1
-7
/
+2
2018-04-16
block/swim: Remove extra put_disk() call from error path
Finn Thain
1
-1
/
+0
2018-04-16
block/swim: Fix array bounds check
Finn Thain
1
-1
/
+1
2018-04-16
m68k/mac: Don't remap SWIM MMIO region
Finn Thain
1
-7
/
+3
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
1
-1
/
+1
2017-06-27
block: don't set bounce limit in blk_init_queue
Christoph Hellwig
1
-0
/
+2
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-3
/
+3
2017-03-28
swim: stop sharing request queue across multiple gendisks
Omar Sandoval
1
-19
/
+36
2014-10-20
block: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-04-15
block: remove struct request buffer member
Jens Axboe
1
-1
/
+1
2013-09-11
drivers/block/swim.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-06-24
swim: Release memory region after incorrect return/goto
Joe Perches
1
-1
/
+1
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-3
/
+1
2013-02-09
swim: Add missing spinlock init
Jean Delvare
1
-0
/
+1
2013-01-03
Drivers: block: remove __dev* attributes.
Greg Kroah-Hartman
1
-6
/
+5
2011-12-10
m68k/mac: cleanup forward declarations
Finn Thain
1
-1
/
+0
2011-04-21
block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers
Tejun Heo
1
-1
/
+0
2011-03-09
swim[3]: Convert to bdops->check_events()
Tejun Heo
1
-3
/
+5
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-7
/
+8
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-1
/
+14
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-1
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-27
mac68k: rework SWIM platform device
Finn Thain
1
-2
/
+2
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-9
/
+3
2009-05-11
swim: dequeue in-flight request
Tejun Heo
1
-24
/
+23
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-3
/
+3
2009-04-28
swim: clean up request completion paths
Tejun Heo
1
-7
/
+0
2009-04-28
block: replace end_request() with [__]blk_end_request_cur()
Tejun Heo
1
-7
/
+7
2009-03-26
m68k: mac - Add SWIM floppy support
Laurent Vivier
1
-0
/
+995