summaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)Author
2019-08-06coda: add error handling for fgetZhouyang Jia
2019-07-31coda: pass the host file in vma->vm_file on mmapJan Harkes
2017-11-24coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig
2017-04-20coda: Convert to separately allocated bdiJan Kara
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-05-29drop redundant ->owner initializationsAl Viro
2016-05-02introduce a parallel variant of ->iterate()Al Viro
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-09-10fs/coda: fix readlink buffer overflowJan Harkes
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11coda: switch to ->read_iter/->write_iterAl Viro
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-12-11coda_venus_readdir(): use file_inode()Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-31new helper: is_root_inode()Al Viro
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick
2014-06-06coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches
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