aboutsummaryrefslogtreecommitdiff
path: root/fs/minix
AgeCommit message (Expand)Author
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro
2011-11-19minixfs: kill manual hweight(), simplifyAl Viro
2011-11-19fs/minix: Verify bitmap block counts before mountingJosh Boyer
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20minix_getattr(): don't bother with ->d_parentAl Viro
2011-05-28minix: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-03minix: i_nlink races in rename()Al Viro
2011-01-12minixfs: kill dead codeAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25new helper: ihold()Al Viro
2010-09-09minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]
2010-08-09switch minix to ->evict_inode(), fix write_inode/delete_inode raceAl Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09add missing setattr methodsChristoph Hellwig
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2010-08-09introduce __block_write_beginChristoph Hellwig
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig
2010-06-04Minix: Clean up left over labelAndrew Hendry
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro
2010-05-27fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-21minix: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-09-23V3 minixfs: add missing directory type checkingDoug Graham
2009-06-22Making fs/minix/minix.h double including safeHitoshi Mitake
2009-06-17get rid of BKL in fs/minixAl Viro
2009-06-11switch minix to simple_fsync()Al Viro
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-04-02fs/minix: return f_fsid for statfs(2)Coly Li
2009-03-22Update my email addressGertjan van Wingerde
2009-01-22fs/Kconfig: move minix outAlexey Dobriyan
2009-01-06minix: fix add link's wrong position calculationEvgeniy Dushistov
2008-11-14CRED: Wrap task credential accesses in the Minix filesystemDavid Howells
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25minix: remove !NO_TRUNCATE codeAdrian Bunk
2008-02-07iget: stop the MINIX filesystem from using iget() and read_inode()David Howells
2007-10-17limit minixfs printks on corrupted dir i_sizeEric Sandeen
2007-10-17fs: mark nibblemap constPhilippe De Muyter
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16minixfs: convert to new aopsNick Piggin
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe