aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkmakefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-08udf: move calculating of nr_groups into helper functionMarcin Slusarz3-9/+13
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz2-44/+55
2008-02-08udf: check if udf_load_logicalvol failedMarcin Slusarz1-1/+4
2008-02-08udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz2-15/+23
2008-02-08udf: remove some ugly macrosMarcin Slusarz11-442/+509
2008-02-08udf: fix coding style of super.cMarcin Slusarz1-129/+166
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig3-5/+5
2008-02-08libfs: make simple attributes interruptibleChristoph Hellwig1-2/+8
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig7-47/+69
2008-02-08Nuke duplicate header from sysctl.cJesper Juhl1-1/+0
2008-02-08Nuke a duplicate include from profile.cJesper Juhl1-1/+0
2008-02-08Nuke duplicate include from printk.cJesper Juhl1-1/+0
2008-02-08write_inode_now(): avoid unnecessary synchronous writeMike Galbraith1-1/+1
2008-02-08Allow executables larger than 2GBAndi Kleen1-2/+3
2008-02-08asm-*/posix_types.h: scrub __GLIBC__Mike Frysinger16-81/+27
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov1-2/+4
2008-02-08ext2: remove unused ext2_put_inode prototypeChristoph Hellwig1-1/+0
2008-02-08aio: negative offset should return -EINVALRusty Russell1-0/+4
2008-02-08aio: partial write should not return error codeRusty Russell1-0/+7
2008-02-08Fix container_of() usageAlexey Dobriyan2-2/+2
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz5-26/+13
2008-02-08byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz6-78/+30
2008-02-08Use pgoff_t instead of unsigned longJan Kara2-2/+3
2008-02-08aoe: statically initialise devlist_lockAndrew Morton1-3/+1
2008-02-08aoe: update copyright dateEd L. Cashin7-7/+7
2008-02-08aoe: make error messages more specificEd L. Cashin1-8/+7
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin2-5/+7
2008-02-08aoe: add module parameter for users who need more outstanding I/OEd L. Cashin1-3/+7
2008-02-08aoe: only install new AoE device onceEd L. Cashin1-0/+2
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin3-41/+133