aboutsummaryrefslogtreecommitdiff
path: root/fs/befs
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-2/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 2-4/+4
2006-12-08[PATCH] struct path: convert befsGravatar Josef Sipek 1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-10-10[PATCH] befs: endianness annotationsGravatar Al Viro 6-72/+106
2006-10-10[PATCH] befs: missing fs32_to_cpu() in debug.cGravatar Al Viro 1-1/+1
2006-10-10[PATCH] befs: introduce on-disk endian typesGravatar Al Viro 2-18/+22
2006-10-10[PATCH] befs: prepare to sanitizing headersGravatar Al Viro 8-7/+2
2006-10-10[PATCH] befs: remove bogus typedefGravatar Al Viro 1-1/+0
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-3/+1
2006-08-06[PATCH] Fix BeFS slab corruptionGravatar Diego Calleja 1-2/+9