summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* udf: cleanup directory offset handlingJan Kara2008-02-083-30/+24
* 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/+56
* kill UDFFS_{DATE,VERSION}Adrian Bunk2008-02-082-5/+1
* 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/+20
* udf: create common function for tag checksummingMarcin Slusarz2008-02-085-56/+22
* udf: fix coding styleMarcin Slusarz2008-02-0814-830/+1306
* udf: fix sparse warnings (shadowing & mismatch between declaration and defini...Marcin Slusarz2008-02-081-2/+1
* 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/+0
* Nuke a duplicate include from profile.cJesper Juhl2008-02-081-1/+0
* Nuke duplicate include from printk.cJesper Juhl2008-02-081-1/+0
* 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/+27
* ufs: fix symlink creation on ufs2Evgeniy Dushistov2008-02-081-2/+4
* ext2: remove unused ext2_put_inode prototypeChristoph Hellwig2008-02-081-1/+0
* 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/+13
* byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz2008-02-086-78/+30
* Use pgoff_t instead of unsigned longJan Kara2008-02-082-2/+3
* aoe: statically initialise devlist_lockAndrew Morton2008-02-081-3/+1
* aoe: update copyright dateEd L. Cashin2008-02-087-7/+7
* aoe: make error messages more specificEd L. Cashin2008-02-081-8/+7
* aoe: the aoeminor doesn't need a long formatEd L. Cashin2008-02-082-5/+7
* aoe: add module parameter for users who need more outstanding I/OEd L. Cashin2008-02-081-3/+7
* aoe: only install new AoE device onceEd L. Cashin2008-02-081-0/+2
* aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin2008-02-083-41/+133
* aoe: user can ask driver to forget previously detected devicesEd L. Cashin2008-02-085-19/+77
* aoe: eliminate goto and improve readabilityEd L. Cashin2008-02-081-35/+34
* aoe: clean up udev configuration exampleEd L. Cashin2008-02-082-8/+12
* aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin2008-02-084-10/+9
OpenPOWER on IntegriCloud