aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-18ufs: sector_t cannot be negativeRoel Kluin1-9/+1
2009-06-11ufs: add ->sync_fsChristoph Hellwig1-10/+22
2009-06-11switch ufs to simple_fsync()Al Viro3-24/+2
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+10
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-1/+10
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+6
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-05-09switch ufs directories to ufs_sync_file()Al Viro3-3/+3
2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-23/+31
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin1-1/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2-22/+17
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin1-0/+11
2009-03-26ufs: Use lowercase names of quota functionsJan Kara2-10/+10
2009-03-22Update my email addressGertjan van Wingerde1-1/+1
2009-01-22fs/Kconfig: move ufs outAlexey Dobriyan1-0/+43
2008-11-14CRED: Wrap task credential accesses in the UFS filesystemDavid Howells1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-2/+2
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-07-24UFS: add const to parser token tableSteven Whitehouse1-1/+1
2008-05-13ufs: remove unneeded ufs_put_inode prototypeChristoph Hellwig1-1/+0
2008-04-28ufs: replace __inline with inlineHarvey Harrison1-1/+1
2008-04-28ufs: remove unused fs64_add and fs64_subMarcin Slusarz1-18/+0
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-11/+11
2008-04-28ufs: [bl]e*_add_cpu conversionMarcin Slusarz1-8/+8
2008-03-19fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton1-2/+2
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger12-11/+960
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov1-2/+4
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells4-23/+33
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov2-3/+3
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton1-8/+7
2007-10-17ufs: Fix mount check in ufs_fill_super()Satyam Sharma1-7/+8
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig12-2/+171
2007-10-17ufs: implement show_optionsEvgeniy Dushistov1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue2-19/+72
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16ufs: convert to new aopsNick Piggin3-23/+58
2007-09-25ufs: fix sun stateEvgeniy Dushistov1-3/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-16is_power_of_2: ufs/super.cvignesh babu1-2/+3
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1