summaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* use linux/poll.h instead of asm/poll.hAl Viro2018-02-011-1/+1
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-2/+1
|\
| * coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-051-2/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
|/
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-2/+3
* fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+1
* fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-1/+1
* coda: Convert to separately allocated bdiJan Kara2017-04-201-7/+4
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-4/+5
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-4/+5
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-032-2/+2
|\ \ | |/ |/|
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
|/
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-4/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-273-3/+3
| |/
* / switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-22/+1
|/
* drop redundant ->owner initializationsAl Viro2016-05-291-1/+0
* introduce a parallel variant of ->iterate()Al Viro2016-05-021-6/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-232-6/+6
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-222-6/+6
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-2/+1
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-3/+3
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-3/+3
* fs/coda: fix readlink buffer overflowJan Harkes2015-09-101-3/+3
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-19/+19
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* coda: switch to ->read_iter/->write_iterAl Viro2015-04-111-25/+15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* fs/coda/dir.c: forward declaration clean-upFabian Frederick2015-02-171-82/+56
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* coda_venus_readdir(): use file_inode()Al Viro2014-12-111-3/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
* new helper: is_root_inode()Al Viro2014-10-313-13/+6
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-088-11/+8
* coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
* fs/coda: use __func__Fabian Frederick2014-06-065-33/+34
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-065-8/+14
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-066-47/+48