aboutsummaryrefslogtreecommitdiff
path: root/fs/bfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2020-12-15bfs: don't use WARNING: string when it's just info.Gravatar Randy Dunlap 1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01bfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-01-04bfs: extra sanity checking and static inode bitmapGravatar Tigran Aivazian 1-37/+28
2018-11-03bfs: add sanity check at bfs_fill_super()Gravatar Tetsuo Handa 1-3/+6
2017-07-12bfs: fix sanity checks for empty filesGravatar Rakesh Pandit 1-1/+1
2017-05-12Tigran has movedGravatar Andrew Morton 1-2/+2
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