summaryrefslogtreecommitdiff
path: root/fs/coda
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* use linux/poll.h instead of asm/poll.hAl Viro2018-02-01
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-27
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-17
|\
| * coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-05
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-04
* 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