aboutsummaryrefslogtreecommitdiffstats
path: root/fs/adfs/super.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08mount options: add generic_show_options()Miklos Szeredi3-5/+54
2008-02-08mount options: add documentationMiklos Szeredi1-3/+47
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger13-20/+15
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin29-68/+486
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches3-15/+25
2008-02-08kill do_generic_mapping_readChristoph Hellwig2-28/+5
2008-02-08Remove __STRICT_ANSI__ from linux/types.hMike Frysinger1-3/+3
2008-02-08BKL-Removal: convert pipe to use unlocked_ioctl tooAndi Kleen1-9/+7
2008-02-08PWM LED driverDavid Brownell3-0/+165
2008-02-08Basic PWM driver for AVR32 and AT91David Brownell6-0/+546
2008-02-08OSS: constify function pointer tablesJan Engelhardt2-4/+4
2008-02-08procfs: constify function pointer tablesJan Engelhardt19-34/+34
2008-02-08reiserfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-08isofs: implement dmode optionJan Kara3-9/+18
2008-02-08workqueue: make delayed_work_timer_fn() staticLi Zefan2-3/+1
2008-02-08atmel_serial: show tty name in /proc/interruptsHaavard Skinnemoen1-1/+2
2008-02-08atmel_serial: use container_of instead of direct castHaavard Skinnemoen1-17/+23
2008-02-08atmel_serial: fix broken RX buffer allocationHaavard Skinnemoen1-1/+2
2008-02-08atmel_serial: add DMA supportChip Coldwell2-24/+383
2008-02-08atmel_serial: split the interrupt handlerRemy Bohmer1-55/+190
2008-02-08atmel_serial: fix bugs in probe() error path and remove()Haavard Skinnemoen1-10/+29
2008-02-08atmel_serial: use existing console options only if BRG is runningHaavard Skinnemoen1-8/+7
2008-02-08atmel_serial: use cpu_relax() when busy-waitingHaavard Skinnemoen1-2/+2
2008-02-08atmel_serial: clean up the codeRemy Bohmer1-105/+150
2008-02-08MAINTAINERS: add Haavard as maintainer of the atmel_serial driverHaavard Skinnemoen1-0/+6
2008-02-08SMBIOS/DMI: add type 41 = Onboard Devices Extended InformationWim Van Sebroeck2-1/+29
2008-02-08parport: fix ieee1284_epp_read_addrStephan Boettcher1-1/+1
2008-02-08The scheduled 'time' option removalAdrian Bunk3-24/+0
2008-02-08remove the unused exports of sys_open/sys_readArjan van de Ven2-2/+0
2008-02-08update checkpatch.pl to version 0.13Andy Whitcroft1-96/+198
2008-02-08fs/afs/security.c: fix uninitialized var warningAndrew Morton1-1/+1
2008-02-08fs/hfsplus/unicode.c: fix uninitialized var warningAndrew Morton1-1/+2
2008-02-08udf: change maintainerJan Kara1-2/+2
2008-02-08udf: fix adding entry to a directoryJan Kara2-10/+11
2008-02-08udf: cleanup directory offset handlingJan Kara3-30/+24
2008-02-08udf: avoid unnecessary synchronous writesMike Galbraith1-1/+1
2008-02-08udf: fix signedness issueMarcin Slusarz1-1/+1
2008-02-08udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz3-9/+9
2008-02-08udf: remove wrong prototype of udf_readdirMarcin Slusarz1-62/+56
2008-02-08kill UDFFS_{DATE,VERSION}Adrian Bunk2-5/+1
2008-02-08udf: improve readability of udf_load_partitionMarcin Slusarz1-29/+30
2008-02-08udf: fix udf_debug macroMarcin Slusarz1-2/+2
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz11-290/+338
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz14-314/+315
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz4-24/+24
2008-02-08udf: replace loops coded with goto to real loopsMarcin Slusarz1-59/+59
2008-02-08udf: create common function for changing free space counterMarcin Slusarz1-29/+20
2008-02-08udf: create common function for tag checksummingMarcin Slusarz5-56/+22
2008-02-08udf: fix coding styleMarcin Slusarz14-830/+1306
2008-02-08udf: fix sparse warnings (shadowing & mismatch between declaration and definition)Marcin Slusarz1-2/+1