aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz
2008-02-08udf: replace loops coded with goto to real loopsMarcin Slusarz
2008-02-08udf: create common function for changing free space counterMarcin Slusarz
2008-02-08udf: create common function for tag checksummingMarcin Slusarz
2008-02-08udf: fix coding styleMarcin Slusarz
2008-02-08udf: fix sparse warnings (shadowing & mismatch between declaration and defini...Marcin Slusarz
2008-02-08udf: move calculating of nr_groups into helper functionMarcin Slusarz
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz
2008-02-08udf: check if udf_load_logicalvol failedMarcin Slusarz
2008-02-08udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz
2008-02-08udf: remove some ugly macrosMarcin Slusarz
2008-02-08udf: fix coding style of super.cMarcin Slusarz
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig
2008-02-08libfs: make simple attributes interruptibleChristoph Hellwig
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig
2008-02-08Nuke duplicate header from sysctl.cJesper Juhl
2008-02-08Nuke a duplicate include from profile.cJesper Juhl
2008-02-08Nuke duplicate include from printk.cJesper Juhl
2008-02-08write_inode_now(): avoid unnecessary synchronous writeMike Galbraith
2008-02-08Allow executables larger than 2GBAndi Kleen
2008-02-08asm-*/posix_types.h: scrub __GLIBC__Mike Frysinger
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov
2008-02-08ext2: remove unused ext2_put_inode prototypeChristoph Hellwig
2008-02-08aio: negative offset should return -EINVALRusty Russell
2008-02-08aio: partial write should not return error codeRusty Russell
2008-02-08Fix container_of() usageAlexey Dobriyan
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz
2008-02-08byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz
2008-02-08Use pgoff_t instead of unsigned longJan Kara
2008-02-08aoe: statically initialise devlist_lockAndrew Morton
2008-02-08aoe: update copyright dateEd L. Cashin
2008-02-08aoe: make error messages more specificEd L. Cashin
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin
2008-02-08aoe: add module parameter for users who need more outstanding I/OEd L. Cashin
2008-02-08aoe: only install new AoE device onceEd L. Cashin
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin
2008-02-08aoe: eliminate goto and improve readabilityEd L. Cashin
2008-02-08aoe: clean up udev configuration exampleEd L. Cashin
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin
2008-02-08aoe: bring driver version number to 47Ed L. Cashin
2008-02-08constify tables in kernel/sysctl_check.cJan Beulich
2008-02-08misc: removal of final callers using fastcallHarvey Harrison
2008-02-08asm-generic: remove fastcallHarvey Harrison
2008-02-08Remove fastcall from linux/includeHarvey Harrison
2008-02-08lib: remove fastcall from lib/*Harvey Harrison
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison