summaryrefslogtreecommitdiffstats
path: root/fs/ufs/super.c
AgeCommit message (Expand)AuthorLines
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger-1/+1
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov-2/+4
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells-5/+9
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov-2/+2
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton-8/+7
2007-10-17ufs: Fix mount check in ufs_fill_super()Satyam Sharma-7/+8
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig-0/+1
2007-10-17ufs: implement show_optionsEvgeniy Dushistov-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue-7/+34
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-1/+1
2007-09-25ufs: fix sun stateEvgeniy Dushistov-3/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-16is_power_of_2: ufs/super.cvignesh babu-2/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-2/+2
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov-13/+23
2007-02-12[PATCH] ufs2 write: mount as rwEvgeniy Dushistov-5/+4
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov-1/+4
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris-2/+1
2006-07-03[PATCH] lockdep: annotate the quota codeArjan van de Ven-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov-37/+103
2006-06-25[PATCH] ufs: one way to access super blockEvgeniy Dushistov-113/+104
2006-06-25[PATCH] ufs: printk warning fixesAndrew Morton-3/+3
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov-60/+54
2006-06-25[PATCH] ufs: wrong type castEvgeniy Dushistov-4/+4
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-3/+3
2006-03-24typo patch for fs/ufs/super.cMichael Owen-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson-1/+1
2006-02-03[PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov-4/+6
2006-01-14[PATCH] ufs cleanupEvgeniy-30/+27
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen-3/+3
2006-01-08[PATCH] UFS: inode->i_sem is not released in error pathEvgeniy Polyakov-1/+3
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl-6/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1347