summaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)AuthorFilesLines
2019-07-17coda: add __init to init_coda_psdev()Fabian Frederick1-1/+1
2019-07-17coda: use SIZE() for statFabian Frederick1-1/+1
2019-07-17coda: destroy mutex in put_super()Fabian Frederick1-0/+1
2019-07-17coda: remove uapi/linux/coda_psdev.hJan Harkes1-1/+4
2019-07-17coda: move internal defs out of include/linux/ [ver #2]David Howells11-14/+99
2019-07-17coda: bump module versionJan Harkes1-1/+1
2019-07-17coda: get rid of CODA_FREE()Dan Carpenter3-24/+22
2019-07-17coda: get rid of CODA_ALLOC()Dan Carpenter3-13/+7
2019-07-17coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes1-14/+7
2019-07-17coda: stop using 'struct timespec' in user APIArnd Bergmann1-12/+38
2019-07-17coda: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2019-07-17coda: don't try to print names that were considered too longJan Harkes1-2/+2
2019-07-17coda: potential buffer overflow in coda_psdev_write()Jan Harkes2-3/+39
2019-07-17coda: add error handling for fgetZhouyang Jia1-1/+4
2019-07-17coda: pass the host file in vma->vm_file on mmapJan Harkes1-2/+68
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-15fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-02coda: switch to ->free_inode()Al Viro1-8/+2
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-02use linux/poll.h instead of asm/poll.hAl Viro1-1/+1
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-11-28fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2017-11-06coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-09-05fs: fix kernel_read prototypeChristoph Hellwig1-2/+3
2017-06-30fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+1
2017-06-30fs: 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...Linus Torvalds2-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+2
2017-03-03statx: 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...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+8
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro1-22/+1
2016-09-28fs: 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-30drop redundant ->owner initializationsAl Viro1-1/+0
2016-05-03introduce 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/vir...Linus Torvalds2-6/+6
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-2/+1
2016-01-23wrappers for ->i_mutex accessAl Viro2-6/+6