aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs/super.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27ufs: validate maximum fast symlink size from superblockGravatar Duane Griffin 1-0/+11
2009-03-22Update my email addressGravatar Gertjan van Wingerde 1-1/+1
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-2/+2
2008-08-04Revert "UFS: add const to parser token table"Gravatar Linus Torvalds 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-0/+1
2008-07-24UFS: add const to parser token tableGravatar Steven Whitehouse 1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hGravatar Mike Frysinger 1-1/+1
2008-02-08ufs: fix symlink creation on ufs2Gravatar Evgeniy Dushistov 1-2/+4
2008-02-07iget: stop UFS from using iget() and read_inode()Gravatar David Howells 1-5/+9
2007-12-05ufs: fix nexstep dir block sizeGravatar Evgeniy Dushistov 1-2/+2
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Gravatar Andrew Morton 1-8/+7
2007-10-17ufs: Fix mount check in ufs_fill_super()Gravatar Satyam Sharma 1-7/+8
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Gravatar Christoph Hellwig 1-0/+1
2007-10-17ufs: implement show_optionsGravatar Evgeniy Dushistov 1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSGravatar Mark Fortescue 1-7/+34
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-09-25ufs: fix sun stateGravatar Evgeniy Dushistov 1-3/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-07-16is_power_of_2: ufs/super.cGravatar vignesh babu 1-2/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-2/+2
2007-02-12[PATCH] ufs2 write: inodes writeGravatar Evgeniy Dushistov 1-13/+23
2007-02-12[PATCH] ufs2 write: mount as rwGravatar Evgeniy Dushistov 1-5/+4
2007-02-09[PATCH] ufs: restore back support of openstepGravatar Evgeniy Dushistov 1-1/+4
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionGravatar Alexey Dobriyan 1-3/+3
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-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-2/+1
2006-07-03[PATCH] lockdep: annotate the quota codeGravatar Arjan van de Ven 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-25[PATCH] ufs: make fsck -f happyGravatar Evgeniy Dushistov 1-37/+103
2006-06-25[PATCH] ufs: one way to access super blockGravatar Evgeniy Dushistov 1-113/+104
2006-06-25[PATCH] ufs: printk warning fixesGravatar Andrew Morton 1-3/+3
2006-06-25[PATCH] ufs: easy debugGravatar Evgeniy Dushistov 1-60/+54
2006-06-25[PATCH] ufs: wrong type castGravatar Evgeniy Dushistov 1-4/+4
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-03-24typo patch for fs/ufs/super.cGravatar Michael Owen 1-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatGravatar Paul Jackson 1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsGravatar Paul Jackson 1-1/+1
2006-02-03[PATCH] ufs: fix oops with `ufs1' typeGravatar Evgeniy Dushistov 1-4/+6
2006-01-14[PATCH] ufs cleanupGravatar Evgeniy 1-30/+27
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-3/+3
2006-01-08[PATCH] UFS: inode->i_sem is not released in error pathGravatar Evgeniy Polyakov 1-1/+3
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-6/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1347