aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ftape (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-13[PATCH] ftape/fdc-io: insert set_current_state() before schedule_timeout()Domen Puncer1-1/+2
2005-02-01[PATCH] ftape syntax errorSerge Hallyn2-2/+2
2005-01-25[PATCH] clean up UTS_RELEASE usageBrian Gerst3-11/+4
2005-01-07[PATCH] small ftape cleanupsAdrian Bunk23-145/+31
2004-11-10[PATCH] convert MODULE_PARM() to module_param() familyRandy Dunlap1-11/+20
2004-10-19[PATCH] vm: convert users of remap_page_range() under drivers/ and net/ to us...William Lee Irwin III1-2/+5
2004-10-18[PATCH] drivers/char: replace schedule_timeout() with msleep_interruptible()Maximilian Attems2-15/+9
2004-10-18[PATCH] janitor: char/fdc-io: replace direct assignment with set_current_state()Maximilian Attems1-1/+1
2004-08-26[PATCH] ftape support for x86_64Christoph Hellwig1-41/+30
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds1-0/+1
2004-07-30[PATCH] sparse: ftapeAlexander Viro12-50/+43
2004-07-10[PATCH] trivial: remove warning in ftapeRusty Russell1-1/+1
2004-07-01[PATCH] convert private ABS() to kernel's abs()Randy Dunlap1-2/+3
2004-04-28[PATCH] gcc-3.4.0 fixesAndrew Morton3-4/+6
2004-04-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-0/+17
2004-04-12[PATCH] remove concatenation with __FUNCTION__ drivers/*Andrew Morton1-2/+2
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-19[PATCH] add class support to floppy tape driver zftape-init.cHanna V. Linder1-0/+17
2004-02-18[PATCH] mark ftape un-removableAndrew Morton1-44/+1
2003-10-08[PATCH] ftape linkage errorMikael Pettersson1-2/+0
2003-10-03[PATCH] janitor: cleanup includes (drivers/char)Randy Dunlap2-1/+1
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-5/+2
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-5/+2
2003-09-21[PATCH] move some more initializations out of drivers/char/mem.cAndrew Morton1-24/+15
2003-08-31[PATCH] Fix ftape warningAndrew Morton1-1/+1
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-8/+8
2003-07-17[PATCH] first cut ftape conversionAlan Cox4-38/+32
2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins1-2/+1
2003-05-07[PATCH] switch most remaining drivers over to devfs_mk_bdevAndrew Morton1-26/+12
2003-04-24[PATCH] irqs: drivers/blockAndrew Morton1-1/+0
2003-04-24[PATCH] kill <linux/wrapper.h>Christoph Hellwig3-3/+0
2003-04-23[PATCH] don't use mem_map_reserve/mem_map_unreserveChristoph Hellwig1-2/+2
2003-04-20[PATCH] irqs: various char driversAndrew Morton1-1/+4
2003-03-21[PATCH] __NO_VERSION__ for ftapeAlan Cox3-3/+0
2003-02-25[PATCH] replace its with it's where appropriate.Steven Cole1-1/+1
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-1/+1
2003-02-24[PATCH] Spelling fixes handel -> handleSteven Cole1-1/+1
2003-02-24[PATCH] Spelling fixes - necessaryMichael Hayes1-1/+1
2003-02-18[PATCH] spelling fix for compatable -> compatibleSteven Cole4-4/+4
2003-02-10[PATCH] ftape divide-by-zero found by Stanford CheckerRandy Dunlap1-3/+11
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell1-3/+3
2003-02-07[PATCH] signal locking updateChris Wedgwood1-4/+4
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski2-4/+0
2003-02-03kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONSKai Germaschewski3-15/+3
2003-01-07[PATCH] remove code for 2.0 kernels from drivers/char/ftape/*Adrian Bunk13-230/+0
2003-01-05[PATCH] Remove stale zft_dirty() caller and declarationAdrian Bunk2-8/+0
2003-01-05[PATCH] remove check_region from fdc-io.c version 2William Stinson1-6/+11
2002-12-15[PATCH] C99 initializers for drivers/charArt Haas1-7/+7
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst4-10/+0
2002-12-07o zftape: zft_init cannot be static it is used also in lowlevel/ftape-initArnaldo Carvalho de Melo1-1/+1