Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b46df356de8c63882cfb1ee7501bd9c772a6981b
/
drivers
/
block
/
floppy.c
b46df35
drivers/block/floppy.c: use pr_<level>
by Joe Perches
· 15 years ago
48c8cee
drivers/block/floppy.c: #define space and column neatening
by Joe Perches
· 15 years ago
d493754
drivers/block/floppy.c: convert some #include <asm/ to #include <linux/
by Joe Perches
· 15 years ago
086fa5f
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
by Martin K. Petersen
· 15 years ago
2886a8b
floppy: Add an extra bound check on ioctl arguments
by Arjan van de Ven
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
c90cd33
floppy: Switch driver to dev_pm_ops
by Frans Pop
· 15 years ago
8516a50
floppy: fix lock imbalance
by Jiri Slaby
· 15 years ago
5e50b9e
floppy: fix hibernation
by Ondrej Zary
· 15 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 15 years ago
296b2f6
block: convert to dequeueing model (easy ones)
by Tejun Heo
· 15 years ago
1011c1b
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
by Tejun Heo
· 16 years ago
83096eb
block: convert to pos and nr_sectors accessors
by Tejun Heo
· 16 years ago
83f9ef4
floppy: provide a PNP device table in the module.
by Scott James Remnant
· 16 years ago
71b3e0c
platform: make better use of to_platform_{device,driver}() macros
by Eric Miao
· 16 years ago
5a74db0
floppy: request and release only the ports we actually use
by Philippe De Muyter
· 16 years ago
31c00fc
Create/use more directory structure in the Documentation/ tree.
by Randy Dunlap
· 16 years ago
a4af9b4
[PATCH] switch floppy
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
86d434d
[PATCH] eliminate use of ->f_flags in block methods
by Al Viro
· 17 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
6dc647258
Merge commit 'origin'
by Benjamin Herrenschmidt
· 16 years ago
9e49184
floppy: support arbitrary first-sector numbers
by Keith Wansbrough
· 16 years ago
061837b
drivers/block: Use DIV_ROUND_UP
by Julia Lawall
· 16 years ago
68e1ee6
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
by Kumar Gala
· 16 years ago
7afea3b
drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit
by Jon Schindler
· 17 years ago
f2005e17
block: floppy: fix rmmod lockup
by Jiri Slaby
· 17 years ago
1c5093b
blk_end_request: changing floppy (take 4)
by Kiyoshi Ueda
· 17 years ago
fdc1ca8
floppy: remove register keyword use from floppy driver
by Jesper Juhl
· 17 years ago
aee9041
floppy: remove dead/commented out code from floppy driver
by Jesper Juhl
· 17 years ago
06f748c
floppy: do a very minimal style cleanup of the floppy driver
by Jesper Juhl
· 17 years ago
2e9c47c
floppy: tolerate DMA channel unavailability
by Jan Beulich
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
5705f70
Introduce rq_for_each_segment replacing rq_for_each_bio
by NeilBrown
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
4acb3e2
Off by one in floppy.c
by Eric Sesterhenn / Snakebyte
· 17 years ago
4ea1b0f
floppy: handle device_create_file() failure while init
by Dmitriy Monakhov
· 18 years ago
7b8f850
[PATCH] Fix build errors if bitop functions are do {} while macros
by Ralf Baechle
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
365970a
WorkStruct: Merge the pending bit into the wq_data pointer
by David Howells
· 18 years ago
6bb49e5
WorkStruct: Typedef the work function prototype
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
4aff5e2
[PATCH] Split struct request ->flags into two parts
by Jens Axboe
· 18 years ago
ef16b51
[PATCH] exit early in floppy_init when no floppy exists
by Olaf Hering
· 18 years ago
3e541a4
[PATCH] lockdep: floppy.c irq release fix
by Ingo Molnar
· 18 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 19 years ago
8ab5e4c
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
1a715c5
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
95dc112
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
1269277
[PATCH] powerpc: Use check_legacy_ioport() on ppc32 too.
by David Woodhouse
· 19 years ago
50297cb
[PATCH] drivers/block/*: use time_after() and friends
by Marcelo Feitoza Parisi
· 19 years ago
6dc659d
[PATCH] drivers/block/floppy.c: dont free_irq() from irq context
by Ingo Molnar
· 19 years ago
1efa646
[PATCH] block/floppy: fix section mismatch warnings
by Sam Ravnborg
· 19 years ago
b1c82b5
[PATCH] sem2mutex: drivers/block/floppy.c
by Jes Sorensen
· 19 years ago
46a9f65
remove unused LOCAL_END_REQUEST
by Domen Puncer
· 19 years ago
945f390
[PATCH] drivers/block: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
a885c8c
[PATCH] Add block_device_operations.getgeo block device method
by Christoph Hellwig
· 19 years ago
8ffdc65
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
by Tejun Heo
· 19 years ago
c101e77
[PATCH] revert floppy-fix-read-only-handling
by Andrew Morton
· 19 years ago
63f45b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 19 years ago
8c744fb
[PATCH] add a file_permission helper
by Christoph Hellwig
· 19 years ago
88baf3e
[PATCH] fix floppy.c to store correct ro/rw status in underlying gendisk
by Jon Masters
· 19 years ago
b88b098
floppy: relocate devfs comment
by James Nelson
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
9a8af6b
[PATCH] Floppy: add cmos attribute to floppy driver tidy
by Andrew Morton
· 19 years ago
94fd0db
[PATCH] Floppy: Add cmos attribute to floppy driver
by Hannes Reinecke
· 19 years ago
2ef4163
[PATCH] remove do_sync parameter from __invalidate_device
by Christoph Hellwig
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago