summaryrefslogtreecommitdiff
path: root/fs/coda
Commit message (Expand)AuthorAge
* fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-29
* fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-29
* coda: Convert to separately allocated bdiJan Kara2017-04-20
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\ \ | |/ |/|
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-20
|/
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-05
|/
* drop redundant ->owner initializationsAl Viro2016-05-29
* introduce a parallel variant of ->iterate()Al Viro2016-05-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-23
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-22
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* fs/coda: fix readlink buffer overflowJan Harkes2015-09-10
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* make new_sync_{read,write}() staticAl Viro2015-04-11
* coda: switch to ->read_iter/->write_iterAl Viro2015-04-11
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fs/coda/dir.c: forward declaration clean-upFabian Frederick2015-02-17
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
* coda_venus_readdir(): use file_inode()Al Viro2014-12-11
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
* new helper: is_root_inode()Al Viro2014-10-31
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-08
* coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* fs/coda: use __func__Fabian Frederick2014-06-06
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-06
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-06
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-03
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-09
* file->f_op is never NULL...Al Viro2013-10-24
* helper for reading ->d_countAl Viro2013-07-05
* coda: don't bother with find_inode_number()Al Viro2013-06-29
* [readdir] convert codaAl Viro2013-06-29