aboutsummaryrefslogtreecommitdiff
path: root/fs/befs
AgeCommit message (Expand)AuthorFilesLines
2013-06-29[readdir] convert befsGravatar Al Viro 1-18/+22
2013-05-31befs_readdir(): do not increment ->f_pos if filldir tells us to stopGravatar Al Viro 1-2/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2013-03-18fs: befs: remove cast for kmalloc return valueGravatar Zhang Yanfei 1-2/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-01-21fs/befs: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert befs to use kuid/kgid where appropriateGravatar Eric W. Biederman 2-10/+21
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-08-17befs: Validate length of long symbolic links.Gravatar Timo Warns 1-9/+14
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 4-8/+8
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-01-13befs: don't pass huge structs by valueGravatar Jesper Juhl 2-9/+9
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-2/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-6/+5
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-07befs: fix leakGravatar Al Viro 1-0/+1
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-6/+1
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-1/+1
2009-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+0
2009-06-17befs ->pust_super() doesn't need BKLGravatar Al Viro 1-4/+0
2009-06-15NLS: update handling of UnicodeGravatar Alan Stern 1-11/+9
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-1/+4
2009-04-08befs: fix build on pariscGravatar Alexander Beregalov 1-0/+1
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2009-04-03kmemtrace, befs: fix slab.h dependency problemGravatar Pekka Enberg 1-0/+1
2009-04-02fs/befs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+3
2009-01-22fs/Kconfig: move befs outGravatar Alexey Dobriyan 1-0/+26
2008-12-31befs: ensure fast symlinks are NUL-terminatedGravatar Duane Griffin 1-1/+4
2008-10-16befs: annotate fs32 on tests for superblock endiannessGravatar Harvey Harrison 3-5/+9
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesGravatar Al Viro 1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-05-16byteorder: don't directly include linux/byteorder/generic.hGravatar Harvey Harrison 1-1/+1
2008-04-29befs: fix sparse warning in linuxvfs.cGravatar Harvey Harrison 1-3/+3
2008-02-08mount options: fix befsGravatar Miklos Szeredi 1-1/+3
2008-02-07iget: stop BEFS from using iget() and read_inode()Gravatar David Howells 1-14/+25
2008-02-03fs/: Spelling fixesGravatar Joe Perches 1-1/+1
2008-02-03Spelling fixes: lenght->lengthGravatar Paulius Zaleckas 1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-4/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1