summaryrefslogtreecommitdiff
path: root/fs/coda/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+2
2024-02-22Convert coda to use the new mount APIDavid Howells1-45/+98
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+2
2023-07-13coda: convert to ctime accessor functionsJeff Layton1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-03-23fs: 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-17coda: destroy mutex in put_super()Fabian Frederick1-0/+1
2019-07-17coda: move internal defs out of include/linux/ [ver #2]David Howells1-1/+1
2019-05-02coda: switch to ->free_inode()Al Viro1-8/+2
2017-11-28Rename 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-03statx: Add a system call to make enhanced file info availableDavid Howells1-3/+4
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-01-21fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-08-09fs/coda: use linux/uaccess.hFabian Frederick1-3/+1
2014-06-07fs/coda: use __func__Fabian Frederick1-12/+12
2014-06-07fs/coda: logging prefix uniformizationFabian Frederick1-1/+1
2014-06-07fs/coda: replace printk by pr_foo()Fabian Frederick1-14/+15
2014-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-04fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-04mm + 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-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new 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-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-27switch simple cases of fget_light to fdgetAl Viro1-7/+7
2012-09-27switch 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-21switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-21coda: 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-04vfs: 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/vir...Linus Torvalds1-3/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-13take coda-private headers out of include/linuxAl Viro1-3/+2
2011-01-13switch 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