summaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)Author
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara
2008-07-24UFS: add const to parser token tableSteven Whitehouse
2008-05-13ufs: remove unneeded ufs_put_inode prototypeChristoph Hellwig
2008-04-28ufs: replace __inline with inlineHarvey Harrison
2008-04-28ufs: remove unused fs64_add and fs64_subMarcin Slusarz
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28ufs: [bl]e*_add_cpu conversionMarcin Slusarz
2008-03-19fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton
2007-10-17ufs: Fix mount check in ufs_fill_super()Satyam Sharma
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig
2007-10-17ufs: implement show_optionsEvgeniy Dushistov
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16ufs: convert to new aopsNick Piggin
2007-09-25ufs: fix sun stateEvgeniy Dushistov
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-16is_power_of_2: ufs/super.cvignesh babu
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07mm: make read_cache_page synchronousNick Piggin
2007-04-17ufs proper handling of zero link caseEvgeniy Dushistov
2007-03-16[PATCH] ufs2: tindirect truncate fixEvgeniy Dushistov
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov
2007-03-16[PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov
2007-03-16[PATCH] ufs2: more correct work with timeEvgeniy Dushistov
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov
2007-02-12[PATCH] ufs2 write: mount as rwEvgeniy Dushistov
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov
2007-01-30[PATCH] ufs: reallocation fixEvgeniy Dushistov
2007-01-30[PATCH] ufs: truncate negative to unsigned fixEvgeniy Dushistov
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov
2006-12-08[PATCH] struct path: convert ufsJosef Sipek
2006-12-07[PATCH] fs: ufs add missing bracketMariusz Kozlowski