summaryrefslogtreecommitdiffstats
path: root/fs/isofs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-28/+5
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* isofs: fix minor filesystem corruptionAdam Greenblatt2008-07-251-2/+20
* isofs: fix access to unallocated memory when reading corrupted filesystemJan Kara2008-04-302-0/+15
* isofs: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-6/+6
* zisofs: fix readpage() outside i_sizeDave Young2008-03-191-0/+11
* mount options: fix isofsMiklos Szeredi2008-02-081-0/+3
* isofs: implement dmode optionJan Kara2008-02-082-9/+17
* iget: stop ISOFS from using read_inode()David Howells2008-02-074-32/+58
* exportfs: make struct export_operations constChristoph Hellwig2007-10-222-2/+2
* isofs: new export opsChristoph Hellwig2007-10-221-38/+29
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* fs/isofs/namei.c: Remove uninitialized local vars warningBorislav Petkov2007-10-171-1/+2
* zisofs use mutex instead of semaphoreDave Young2007-10-171-20/+5
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* isofs: mounting to regular file may succeedKirill Kuvaldin2007-07-311-0/+9
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* remove useless tolower in isofsyoung dave2007-07-161-1/+1
* isofs: fix up CodingStyleDave Jones2007-07-164-261/+277
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-122-2/+2
* [PATCH] isofs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-082-4/+3
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] isofs endianness annotationsAl Viro2006-10-101-5/+5
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] I/O Error attempting to read last partial block of a file in an ISO96...Joel & Rebecca VanderZee2006-09-291-24/+24
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-2/+1
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-3/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-285-5/+5
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+4
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-282-2/+2
* [PATCH] isofs: remove unused debugging macrosPekka Enberg2006-03-241-12/+0
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* It's UTF-8Alexey Dobriyan2006-03-221-1/+1
* [PATCH] isofs: remove d_splice_alias NULL check from isofs_lookupPekka Enberg2006-01-141-4/+1
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-8/+4
* Check input buffer size in zisofsLinus Torvalds2005-08-061-0/+6
* [PATCH] isofs: show hidden files, add granularity for assoc/hidden files flagsJeremy White2005-06-214-18/+36
* [PATCH] rock: handle directory overflowsAndrew Morton2005-06-211-2/+74
* [PATCH] rock: rename union membersAndrew Morton2005-06-211-24/+24
* [PATCH] rock.c: handle corrupted directoriesAndrew Morton2005-06-211-0/+13