aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
2009-04-02fs/ufs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-23/+31
2009-03-27ufs: copy symlink data into the correct union memberGravatar Duane Griffin 1-1/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedGravatar Duane Griffin 1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksGravatar Duane Griffin 2-22/+17
2009-03-27ufs: validate maximum fast symlink size from superblockGravatar Duane Griffin 1-0/+11
2009-03-26ufs: Use lowercase names of quota functionsGravatar Jan Kara 2-10/+10
2009-03-22Update my email addressGravatar Gertjan van Wingerde 1-1/+1
2009-01-22fs/Kconfig: move ufs outGravatar Alexey Dobriyan 1-0/+43
2008-11-14CRED: Wrap task credential accesses in the UFS filesystemGravatar David Howells 1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+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-05-13ufs: remove unneeded ufs_put_inode prototypeGravatar Christoph Hellwig 1-1/+0
2008-04-28ufs: replace __inline with inlineGravatar Harvey Harrison 1-1/+1
2008-04-28ufs: remove unused fs64_add and fs64_subGravatar Marcin Slusarz 1-18/+0
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 4-11/+11
2008-04-28ufs: [bl]e*_add_cpu conversionGravatar Marcin Slusarz 1-8/+8
2008-03-19fs/ufs/balloc.c: fix sparc64 printk warningGravatar Andrew Morton 1-2/+2
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Gravatar Roel Kluin 1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hGravatar Mike Frysinger 12-11/+960
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 4-23/+33
2007-12-05ufs: fix nexstep dir block sizeGravatar Evgeniy Dushistov 2-3/+3
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 12-2/+171
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 2-19/+72
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16ufs: convert to new aopsGravatar Nick Piggin 3-23/+58
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-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 2-9/+3
2007-04-17ufs proper handling of zero link caseGravatar Evgeniy Dushistov 1-7/+22
2007-03-16[PATCH] ufs2: tindirect truncate fixGravatar Evgeniy Dushistov 1-1/+1
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateGravatar Evgeniy Dushistov 3-18/+35
2007-03-16[PATCH] ufs: prepare write + change blocks on the flyGravatar Evgeniy Dushistov 1-28/+53
2007-03-16[PATCH] ufs2: more correct work with timeGravatar Evgeniy Dushistov 2-15/+14
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 2-2/+0
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 3-3/+3