summaryrefslogtreecommitdiffstats
path: root/fs/minix/inode.c
Commit message (Expand)AuthorAgeFilesLines
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* fs/minix: remove unneeded castFiro Yang2015-06-251-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* minix zmap block counts calculation fixQi Yong2014-08-081-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-031-1/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* minix: drop vmtruncateMarco Stornelli2012-12-201-5/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert minix to use kuid/kgid where appropriateEric W. Biederman2012-09-211-8/+8
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* minixfs: switch to d_make_root()Al Viro2012-03-201-16/+12
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-5/+5
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+0
|\
| * vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | minixfs: misplaced checks lead to dentry leakAl Viro2012-01-041-17/+17
|/
* fs/minix: Verify bitmap block counts before mountingJosh Boyer2011-11-191-2/+23
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
* minix_getattr(): don't bother with ->d_parentAl Viro2011-07-201-2/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* switch minix to ->evict_inode(), fix write_inode/delete_inode raceAl Viro2010-08-091-5/+10
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-2/+10
* introduce __block_write_beginChristoph Hellwig2010-08-091-2/+1
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-6/+5
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-3/+5
* get rid of BKL in fs/minixAl Viro2009-06-171-4/+0
* switch minix to simple_fsync()Al Viro2009-06-111-23/+10
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+3
* fs/minix: return f_fsid for statfs(2)Coly Li2009-04-021-3/+8
* Update my email addressGertjan van Wingerde2009-03-221-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* minix: remove !NO_TRUNCATE codeAdrian Bunk2008-07-251-3/+0
* iget: stop the MINIX filesystem from using iget() and read_inode()David Howells2008-02-071-14/+29
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* minixfs: convert to new aopsNick Piggin2007-10-161-4/+19
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] Minix V3 supportAndries Brouwer2007-02-121-11/+38