aboutsummaryrefslogtreecommitdiffstats
path: root/fs/befs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert befs to use kuid/kgid where appropriateEric W. Biederman2012-09-212-10/+21
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* befs: Validate length of long symbolic links.Timo Warns2011-08-171-9/+14
* Fix common misspellingsLucas De Marchi2011-03-314-8/+8
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* befs: don't pass huge structs by valueJesper Juhl2011-01-132-9/+9
* fs: icache RCU free inodesNick Piggin2011-01-071-2/+8
* new helper: mount_bdev()Al Viro2010-10-291-6/+5
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* befs: fix leakAl Viro2010-02-071-0/+1
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-6/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-171-4/+0
|\
| * befs ->pust_super() doesn't need BKLAl Viro2009-06-161-4/+0
* | NLS: update handling of UnicodeAlan Stern2009-06-151-11/+9
|/
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+4
* befs: fix build on pariscAlexander Beregalov2009-04-081-0/+1
* Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-061-0/+1
|\
| * kmemtrace, befs: fix slab.h dependency problemPekka Enberg2009-04-031-0/+1
* | fs/befs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
|/
* fs/Kconfig: move befs outAlexey Dobriyan2009-01-221-0/+26
* befs: ensure fast symlinks are NUL-terminatedDuane Griffin2008-12-311-1/+4
* befs: annotate fs32 on tests for superblock endiannessHarvey Harrison2008-10-163-5/+9
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-251-0/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison2008-05-161-1/+1
* befs: fix sparse warning in linuxvfs.cHarvey Harrison2008-04-291-3/+3
* mount options: fix befsMiklos Szeredi2008-02-081-1/+3
* iget: stop BEFS from using iget() and read_inode()David Howells2008-02-071-14/+25
* fs/: Spelling fixesJoe Perches2008-02-031-1/+1
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-191-2/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-4/+2
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-2/+2
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-132-4/+4
* [PATCH] struct path: convert befsJosef Sipek2006-12-081-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] befs: endianness annotationsAl Viro2006-10-106-72/+106
* [PATCH] befs: missing fs32_to_cpu() in debug.cAl Viro2006-10-101-1/+1
* [PATCH] befs: introduce on-disk endian typesAl Viro2006-10-102-18/+22