summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mount options: fix udfMiklos Szeredi2008-02-082-4/+72
* | | | mount options: fix reiserfsMiklos Szeredi2008-02-081-12/+26
* | | | mount options: fix ncpfsMiklos Szeredi2008-02-081-4/+45
* | | | mount options: fix isofsMiklos Szeredi2008-02-081-0/+3
* | | | mount options: fix hugetlbfsMiklos Szeredi2008-02-081-0/+3
* | | | mount options: fix hpfsMiklos Szeredi2008-02-081-3/+14
* | | | mount options: fix hostfsMiklos Szeredi2008-02-081-0/+14
* | | | mount options: fix fuseMiklos Szeredi2008-02-081-1/+6
* | | | mount options: fix fatMiklos Szeredi2008-02-081-0/+2
* | | | mount options: fix ext2Miklos Szeredi2008-02-081-0/+3
* | | | mount options: fix devptsMiklos Szeredi2008-02-081-3/+18
* | | | mount options: fix befsMiklos Szeredi2008-02-081-1/+3
* | | | mount options: fix autofsMiklos Szeredi2008-02-081-0/+3
* | | | mount options: fix autofs4Miklos Szeredi2008-02-081-0/+5
* | | | mount options: fix afsMiklos Szeredi2008-02-081-0/+5
* | | | mount options: fix affsMiklos Szeredi2008-02-081-2/+12
* | | | mount options: fix adfsMiklos Szeredi2008-02-081-2/+24
* | | | mount options: add generic_show_options()Miklos Szeredi2008-02-082-5/+45
* | | | drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger2008-02-0812-11/+960
* | | | BKL-Removal: convert pipe to use unlocked_ioctl tooAndi Kleen2008-02-081-9/+7
* | | | procfs: constify function pointer tablesJan Engelhardt2008-02-087-22/+22
* | | | reiserfs: constify function pointer tablesJan Engelhardt2008-02-081-1/+1
* | | | isofs: implement dmode optionJan Kara2008-02-082-9/+17
* | | | remove the unused exports of sys_open/sys_readArjan van de Ven2008-02-082-2/+0
* | | | 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: fix adding entry to a directoryJan Kara2008-02-082-10/+11
* | | | 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-081-2/+1
* | | | udf: improve readability of udf_load_partitionMarcin Slusarz2008-02-081-29/+30
* | | | 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-0810-436/+503
* | | | udf: fix coding style of super.cMarcin Slusarz2008-02-081-129/+166
* | | | libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-081-2/+2
* | | | libfs: make simple attributes interruptibleChristoph Hellwig2008-02-081-2/+8