aboutsummaryrefslogtreecommitdiff
path: root/fs/bfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-0/+1
2014-08-08fs/bfs: use bfs prefix for dump_imapGravatar Fabian Frederick 1-5/+3
2014-04-07fs/bfs/inode.c: add __init to init_inodecache()Gravatar Fabian Frederick 1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRGravatar Dan Carpenter 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert bfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-4/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-4/+4
2010-10-04BKL: Remove BKL from BFSGravatar Jan Blunck 1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+7
2010-08-09BFS: clean up the superblock usageGravatar Artem Bityutskiy 1-39/+7
2010-08-09switch bfs to ->evict_inode(), clean upGravatar Al Viro 1-38/+32
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+3
2010-01-26Fix failure exits in bfs_fill_super()Gravatar Al Viro 1-22/+21
2009-06-11bfs: add ->sync_fsGravatar Christoph Hellwig 1-11/+21
2009-06-11repair bfs_write_inode(), switch bfs to simple_fsync()Gravatar Al Viro 1-3/+9
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+4
2009-01-06bfs: check that filesystem fits on the blockdeviceGravatar Eric Sesterhenn 1-0/+12
2009-01-06bfs: add some basic sanity checksGravatar Eric Sesterhenn 1-0/+33
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-26bfs: kill BKLGravatar Dmitri Vorobiev 1-9/+15
2008-07-26bfs: assorted cleanupsGravatar Dmitri Vorobiev 1-2/+1
2008-02-07iget: stop BFS from using iget() and read_inode()Gravatar David Howells 1-10/+22
2007-12-05regression: bfs endianness bugGravatar Al Viro 1-1/+2
2007-11-14Fixes to the BFS filesystem driverGravatar Dmitri Vorobiev 1-63/+64
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-12-13[PATCH] update Tigran's email addressesGravatar Tigran Aivazian 1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-4/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-03-24[PATCH] cpuset memory spread: slab cache formatGravatar Paul Jackson 1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsGravatar Paul Jackson 1-1/+1