aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08mount options: fix udfMiklos Szeredi1-4/+70
2008-02-08kill UDFFS_{DATE,VERSION}Adrian Bunk1-2/+1
2008-02-08udf: improve readability of udf_load_partitionMarcin Slusarz1-29/+30
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-1/+1
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz1-8/+8
2008-02-08udf: create common function for tag checksummingMarcin Slusarz1-14/+2
2008-02-08udf: fix coding styleMarcin Slusarz1-134/+243
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 Slusarz1-6/+10
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz1-6/+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 Slusarz1-2/+23
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-242/+304
2008-02-08udf: fix coding style of super.cMarcin Slusarz1-129/+166
2007-10-17UDF: coding style fixupsCyrill Gorcunov1-32/+19
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-08-31UDF: handle wrong superblock betterJan Kara1-4/+22
2007-07-31UDF: fix UID and GID mount option ignoranceCyrill Gorcunov1-0/+2
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-635/+388
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-750/+875
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-06-01parse errors in ifdefsYoann Padioleau1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-08udf: possible null pointer dereference while load_partitionDmitriy Monakhov1-0/+2
2007-05-08udf: support files larger than 1GJan Kara1-1/+1
2007-05-08udf: use get_bh()Jan Kara1-28/+28
2007-05-08UDF: introduce struct extent_positionJan Kara1-9/+8
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-3/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-05[PATCH] UDF: Fix mounting read-writePeter Osterlund1-1/+2
2006-09-29[PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLYEric Sandeen1-0/+4
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-08-22Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara1-1/+1
2006-08-14[PATCH] initialize parts of udf inode earlier in createDan Bastone1-0/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-12/+7
2006-03-23[PATCH] sem2mutex: UDFIngo Molnar1-1/+1
2006-03-08[PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi1-1/+17
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1934