aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+3
2019-07-16coda: destroy mutex in put_super()Fabian Frederick1-0/+1
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells1-1/+1
2019-05-01coda: switch to ->free_inode()Al Viro1-8/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-20coda: Convert to separately allocated bdiJan Kara1-7/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+4
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick1-3/+1
2014-06-06fs/coda: use __func__Fabian Frederick1-12/+12
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick1-1/+1
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick1-14/+15
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-13coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman1-1/+1
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman1-0/+4
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-7/+7
2012-09-26switch coda get_device_index() to fget_light()Al Viro1-17/+15
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro1-4/+1
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro1-4/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12take coda-private headers out of include/linuxAl Viro1-3/+2
2011-01-12switch codaAl Viro1-0/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-10coda: kill redundant cast in coda_alloc_inode()Jesper Juhl1-1/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-25Coda: replace BKL with mutexYoshihisa Abe1-8/+11
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe1-26/+20
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe1-0/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-3/+5