summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: add Haavard as maintainer of the atmel_serial driverHaavard Skinnemoen2008-02-081-0/+6
* SMBIOS/DMI: add type 41 = Onboard Devices Extended InformationWim Van Sebroeck2008-02-082-1/+29
* parport: fix ieee1284_epp_read_addrStephan Boettcher2008-02-081-1/+1
* The scheduled 'time' option removalAdrian Bunk2008-02-083-24/+0Star
* remove the unused exports of sys_open/sys_readArjan van de Ven2008-02-082-2/+0Star
* update checkpatch.pl to version 0.13Andy Whitcroft2008-02-081-96/+198
* fs/afs/security.c: fix uninitialized var warningAndrew Morton2008-02-081-1/+1
* fs/hfsplus/unicode.c: fix uninitialized var warningAndrew Morton2008-02-081-1/+2
* udf: change maintainerJan Kara2008-02-081-2/+2
* udf: fix adding entry to a directoryJan Kara2008-02-082-10/+11
* udf: cleanup directory offset handlingJan Kara2008-02-083-30/+24Star
* udf: avoid unnecessary synchronous writesMike Galbraith2008-02-081-1/+1
* udf: fix signedness issueMarcin Slusarz2008-02-081-1/+1
* udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz2008-02-083-9/+9
* udf: remove wrong prototype of udf_readdirMarcin Slusarz2008-02-081-62/+56Star
* kill UDFFS_{DATE,VERSION}Adrian Bunk2008-02-082-5/+1Star
* udf: improve readability of udf_load_partitionMarcin Slusarz2008-02-081-29/+30
* udf: fix udf_debug macroMarcin Slusarz2008-02-081-2/+2
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-0811-290/+338
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-0814-314/+315
* udf: convert byte order of constant instead of variableMarcin Slusarz2008-02-084-24/+24
* udf: replace loops coded with goto to real loopsMarcin Slusarz2008-02-081-59/+59
* udf: create common function for changing free space counterMarcin Slusarz2008-02-081-29/+20Star
* udf: create common function for tag checksummingMarcin Slusarz2008-02-085-56/+22Star
* udf: fix coding styleMarcin Slusarz2008-02-0814-830/+1306
* udf: fix sparse warnings (shadowing & mismatch between declaration and defini...Marcin Slusarz2008-02-081-2/+1Star
* udf: move calculating of nr_groups into helper functionMarcin Slusarz2008-02-083-9/+13
* udf: convert macros related to bitmaps to functionsMarcin Slusarz2008-02-082-44/+55
* udf: check if udf_load_logicalvol failedMarcin Slusarz2008-02-081-1/+4
* udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz2008-02-082-15/+23
* udf: remove some ugly macrosMarcin Slusarz2008-02-0811-442/+509
* udf: fix coding style of super.cMarcin Slusarz2008-02-081-129/+166
* libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-083-5/+5
* libfs: make simple attributes interruptibleChristoph Hellwig2008-02-081-2/+8
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-087-47/+69
* Nuke duplicate header from sysctl.cJesper Juhl2008-02-081-1/+0Star
* Nuke a duplicate include from profile.cJesper Juhl2008-02-081-1/+0Star
* Nuke duplicate include from printk.cJesper Juhl2008-02-081-1/+0Star
* write_inode_now(): avoid unnecessary synchronous writeMike Galbraith2008-02-081-1/+1
* Allow executables larger than 2GBAndi Kleen2008-02-081-2/+3
* asm-*/posix_types.h: scrub __GLIBC__Mike Frysinger2008-02-0816-81/+27Star
* ufs: fix symlink creation on ufs2Evgeniy Dushistov2008-02-081-2/+4
* ext2: remove unused ext2_put_inode prototypeChristoph Hellwig2008-02-081-1/+0Star
* aio: negative offset should return -EINVALRusty Russell2008-02-081-0/+4
* aio: partial write should not return error codeRusty Russell2008-02-081-0/+7
* Fix container_of() usageAlexey Dobriyan2008-02-082-2/+2
* ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz2008-02-085-26/+13Star
* byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz2008-02-086-78/+30Star
* Use pgoff_t instead of unsigned longJan Kara2008-02-082-2/+3
* aoe: statically initialise devlist_lockAndrew Morton2008-02-081-3/+1Star