| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/char_dev.c: chrdev_open marked static and removed from fs.h | Denis Cheng | 2008-02-08 | 1 | -1/+1 |
* | buffer_head: fix private_list handling | Jan Kara | 2008-02-08 | 1 | -4/+19 |
* | Remove a.out interpreter support in ELF loader | Andi Kleen | 2008-02-08 | 1 | -152/+21 |
* | mount options: fix udf | Miklos Szeredi | 2008-02-08 | 2 | -4/+72 |
* | mount options: fix reiserfs | Miklos Szeredi | 2008-02-08 | 1 | -12/+26 |
* | mount options: fix ncpfs | Miklos Szeredi | 2008-02-08 | 1 | -4/+45 |
* | mount options: fix isofs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix hugetlbfs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix hpfs | Miklos Szeredi | 2008-02-08 | 1 | -3/+14 |
* | mount options: fix hostfs | Miklos Szeredi | 2008-02-08 | 1 | -0/+14 |
* | mount options: fix fuse | Miklos Szeredi | 2008-02-08 | 1 | -1/+6 |
* | mount options: fix fat | Miklos Szeredi | 2008-02-08 | 1 | -0/+2 |
* | mount options: fix ext2 | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix devpts | Miklos Szeredi | 2008-02-08 | 1 | -3/+18 |
* | mount options: fix befs | Miklos Szeredi | 2008-02-08 | 1 | -1/+3 |
* | mount options: fix autofs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix autofs4 | Miklos Szeredi | 2008-02-08 | 1 | -0/+5 |
* | mount options: fix afs | Miklos Szeredi | 2008-02-08 | 1 | -0/+5 |
* | mount options: fix affs | Miklos Szeredi | 2008-02-08 | 1 | -2/+12 |
* | mount options: fix adfs | Miklos Szeredi | 2008-02-08 | 1 | -2/+24 |
* | mount options: add generic_show_options() | Miklos Szeredi | 2008-02-08 | 2 | -5/+45 |
* | drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h | Mike Frysinger | 2008-02-08 | 12 | -11/+960 |
* | BKL-Removal: convert pipe to use unlocked_ioctl too | Andi Kleen | 2008-02-08 | 1 | -9/+7 |
* | procfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 7 | -22/+22 |
* | reiserfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 1 | -1/+1 |
* | isofs: implement dmode option | Jan Kara | 2008-02-08 | 2 | -9/+17 |
* | remove the unused exports of sys_open/sys_read | Arjan van de Ven | 2008-02-08 | 2 | -2/+0 |
* | fs/afs/security.c: fix uninitialized var warning | Andrew Morton | 2008-02-08 | 1 | -1/+1 |
* | fs/hfsplus/unicode.c: fix uninitialized var warning | Andrew Morton | 2008-02-08 | 1 | -1/+2 |
* | udf: fix adding entry to a directory | Jan Kara | 2008-02-08 | 2 | -10/+11 |
* | udf: cleanup directory offset handling | Jan Kara | 2008-02-08 | 3 | -30/+24 |
* | udf: avoid unnecessary synchronous writes | Mike Galbraith | 2008-02-08 | 1 | -1/+1 |
* | udf: fix signedness issue | Marcin Slusarz | 2008-02-08 | 1 | -1/+1 |
* | udf: fix 3 signedness & 1 unitialized variable warnings | Marcin Slusarz | 2008-02-08 | 3 | -9/+9 |
* | udf: remove wrong prototype of udf_readdir | Marcin Slusarz | 2008-02-08 | 1 | -62/+56 |
* | kill UDFFS_{DATE,VERSION} | Adrian Bunk | 2008-02-08 | 1 | -2/+1 |
* | udf: improve readability of udf_load_partition | Marcin Slusarz | 2008-02-08 | 1 | -29/+30 |
* | udf: cache struct udf_inode_info | Marcin Slusarz | 2008-02-08 | 11 | -290/+338 |
* | udf: remove UDF_I_* macros and open code them | Marcin Slusarz | 2008-02-08 | 14 | -314/+315 |
* | udf: convert byte order of constant instead of variable | Marcin Slusarz | 2008-02-08 | 4 | -24/+24 |
* | udf: replace loops coded with goto to real loops | Marcin Slusarz | 2008-02-08 | 1 | -59/+59 |
* | udf: create common function for changing free space counter | Marcin Slusarz | 2008-02-08 | 1 | -29/+20 |
* | udf: create common function for tag checksumming | Marcin Slusarz | 2008-02-08 | 5 | -56/+22 |
* | udf: fix coding style | Marcin Slusarz | 2008-02-08 | 14 | -830/+1306 |
* | udf: fix sparse warnings (shadowing & mismatch between declaration and defini... | Marcin Slusarz | 2008-02-08 | 1 | -2/+1 |
* | udf: move calculating of nr_groups into helper function | Marcin Slusarz | 2008-02-08 | 3 | -9/+13 |
* | udf: convert macros related to bitmaps to functions | Marcin Slusarz | 2008-02-08 | 2 | -44/+55 |
* | udf: check if udf_load_logicalvol failed | Marcin Slusarz | 2008-02-08 | 1 | -1/+4 |
* | udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps function | Marcin Slusarz | 2008-02-08 | 2 | -15/+23 |
* | udf: remove some ugly macros | Marcin Slusarz | 2008-02-08 | 10 | -436/+503 |