summaryrefslogtreecommitdiffstats
path: root/fs/bfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* bfs: convert to new timestamp accessorsJeff Layton2023-10-181-7/+5
* bfs: convert to ctime accessor functionsJeff Layton2023-07-131-3/+2
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* bfs: don't use WARNING: string when it's just info.Randy Dunlap2020-12-151-1/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* bfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-041-37/+28
* bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-11-031-3/+6
* bfs: fix sanity checks for empty filesRakesh Pandit2017-07-121-1/+1
* Tigran has movedAndrew Morton2017-05-121-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+1
* fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-081-5/+3
* fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-071-1/+1
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter2013-08-241-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* 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 bfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-4/+4
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-4/+4
* BKL: Remove BKL from BFSJan Blunck2010-10-041-12/+1
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
* BFS: clean up the superblock usageArtem Bityutskiy2010-08-091-39/+7
* switch bfs to ->evict_inode(), clean upAl Viro2010-08-091-38/+32
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+3
* Fix failure exits in bfs_fill_super()Al Viro2010-01-261-22/+21
* bfs: add ->sync_fsChristoph Hellwig2009-06-111-11/+21
* repair bfs_write_inode(), switch bfs to simple_fsync()Al Viro2009-06-111-3/+9
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+4
* bfs: check that filesystem fits on the blockdeviceEric Sesterhenn2009-01-061-0/+12
* bfs: add some basic sanity checksEric Sesterhenn2009-01-061-0/+33
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* bfs: kill BKLDmitri Vorobiev2008-07-261-9/+15
* bfs: assorted cleanupsDmitri Vorobiev2008-07-261-2/+1
* iget: stop BFS from using iget() and read_inode()David Howells2008-02-071-10/+22
* regression: bfs endianness bugAl Viro2007-12-051-1/+2
* Fixes to the BFS filesystem driverDmitri Vorobiev2007-11-141-63/+64
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1