summaryrefslogtreecommitdiff
path: root/fs/coda/inode.c
AgeCommit message (Expand)Author
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-13coda: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-07-16coda: destroy mutex in put_super()Fabian Frederick
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells
2019-05-01coda: switch to ->free_inode()Al Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-20coda: Convert to separately allocated bdiJan Kara
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick
2014-06-06fs/coda: use __func__Fabian Frederick
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch coda get_device_index() to fget_light()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-12take coda-private headers out of include/linuxAl Viro
2011-01-12switch codaAl Viro
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-10coda: kill redundant cast in coda_alloc_inode()Jesper Juhl
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-25Coda: replace BKL with mutexYoshihisa Abe