aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-2/+3
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-1/+1
2017-04-20coda: Convert to separately allocated bdiJan Kara1-7/+4
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-4/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-22/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani3-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-05-29drop redundant ->owner initializationsAl Viro1-1/+0
2016-05-02introduce a parallel variant of ->iterate()Al Viro1-6/+12
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-2/+1
2016-01-22wrappers for ->i_mutex accessAl Viro2-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-3/+3
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-3/+3
2015-09-10fs/coda: fix readlink buffer overflowJan Harkes1-3/+3
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells5-19/+19
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11coda: switch to ->read_iter/->write_iterAl Viro1-25/+15
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick1-82/+56
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-12-11coda_venus_readdir(): use file_inode()Al Viro1-3/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-31new helper: is_root_inode()Al Viro3-13/+6
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick8-11/+8
2014-06-06coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06fs/coda: use __func__Fabian Frederick5-33/+34
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick5-8/+14
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick6-47/+48
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 Frederick2-2/+2
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 Viro3-4/+3
2013-10-24file->f_op is never NULL...Al Viro2-6/+3
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29coda: don't bother with find_inode_number()Al Viro1-7/+1