summaryrefslogtreecommitdiff
path: root/fs/minix/inode.c
Commit message (Expand)AuthorAge
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* fs/minix: remove unneeded castFiro Yang2015-06-25
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* minix zmap block counts calculation fixQi Yong2014-08-08
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-03
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* minix: drop vmtruncateMarco Stornelli2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert minix to use kuid/kgid where appropriateEric W. Biederman2012-09-21
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* minixfs: switch to d_make_root()Al Viro2012-03-20
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-20
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
|\
| * vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* | minixfs: misplaced checks lead to dentry leakAl Viro2012-01-04
|/
* fs/minix: Verify bitmap block counts before mountingJosh Boyer2011-11-19
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* minix_getattr(): don't bother with ->d_parentAl Viro2011-07-20
* block: remove per-queue pluggingJens Axboe2011-03-10
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* switch minix to ->evict_inode(), fix write_inode/delete_inode raceAl Viro2010-08-09
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-09
* introduce __block_write_beginChristoph Hellwig2010-08-09
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-09
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
* get rid of BKL in fs/minixAl Viro2009-06-17
* switch minix to simple_fsync()Al Viro2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* fs/minix: return f_fsid for statfs(2)Coly Li2009-04-02
* Update my email addressGertjan van Wingerde2009-03-22
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* minix: remove !NO_TRUNCATE codeAdrian Bunk2008-07-25
* iget: stop the MINIX filesystem from using iget() and read_inode()David Howells2008-02-07
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* minixfs: convert to new aopsNick Piggin2007-10-16
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-07