aboutsummaryrefslogtreecommitdiff
path: root/fs/minix
AgeCommit message (Expand)Author
2013-06-29minix: bug widening a binary "not" operationDan Carpenter
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20minix: drop vmtruncateMarco Stornelli
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert minix to use kuid/kgid where appropriateEric W. Biederman
2012-07-30minixfs: fix block limit checkVladimir Serbinenko
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20minixfs: switch to d_make_root()Al Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-20minix: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro
2012-01-03minix: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl 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