summaryrefslogtreecommitdiffstats
path: root/fs/coda
AgeCommit message (Expand)AuthorLines
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig-1/+1
2017-04-20coda: Convert to separately allocated bdiJan Kara-7/+4
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-4/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-1/+5
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro-22/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi-2/+6
2016-05-29drop redundant ->owner initializationsAl Viro-1/+0
2016-05-02introduce a parallel variant of ->iterate()Al Viro-6/+12
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+6
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa-2/+1
2016-01-22wrappers for ->i_mutex accessAl Viro-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-3/+3
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro-3/+3
2015-09-10fs/coda: fix readlink buffer overflowJan Harkes-3/+3
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-19/+19
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0
2015-04-11coda: switch to ->read_iter/->write_iterAl Viro-25/+15
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-1/+1
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick-82/+56
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-1/+1
2014-12-11coda_venus_readdir(): use file_inode()Al Viro-3/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro-1/+1
2014-10-31new helper: is_root_inode()Al Viro-13/+6
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick-11/+8
2014-06-06coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches-2/+2
2014-06-06fs/coda: use __func__Fabian Frederick-33/+34
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick-8/+14
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick-47/+48
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick-2/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro-4/+3
2013-10-24file->f_op is never NULL...Al Viro-6/+3
2013-07-05helper for reading ->d_countAl Viro-1/+1
2013-06-29coda: don't bother with find_inode_number()Al Viro-7/+1
2013-06-29[readdir] convert codaAl Viro-58/+19