summaryrefslogtreecommitdiffstats
path: root/fs/coda
AgeCommit message (Expand)AuthorLines
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds-0/+3
2019-08-30kill the last users of user_{path,lpath,path_dir}()Al Viro-5/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani-0/+3
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra-25/+112
2019-07-16coda: ftoc validity check integrationFabian Frederick-18/+18
2019-07-16coda: remove sb test in coda_fid_to_inode()Fabian Frederick-5/+0
2019-07-16coda: remove sysctl object from module when unusedFabian Frederick-16/+12
2019-07-16coda: add __init to init_coda_psdev()Fabian Frederick-1/+1
2019-07-16coda: use SIZE() for statFabian Frederick-1/+1
2019-07-16coda: destroy mutex in put_super()Fabian Frederick-0/+1
2019-07-16coda: remove uapi/linux/coda_psdev.hJan Harkes-1/+4
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells-14/+99
2019-07-16coda: bump module versionJan Harkes-1/+1
2019-07-16coda: get rid of CODA_FREE()Dan Carpenter-24/+22
2019-07-16coda: get rid of CODA_ALLOC()Dan Carpenter-13/+7
2019-07-16coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes-14/+7
2019-07-16coda: stop using 'struct timespec' in user APIArnd Bergmann-12/+38
2019-07-16coda: clean up indentation, replace spaces with tabColin Ian King-1/+1
2019-07-16coda: don't try to print names that were considered too longJan Harkes-2/+2
2019-07-16coda: potential buffer overflow in coda_psdev_write()Jan Harkes-3/+39
2019-07-16coda: add error handling for fgetZhouyang Jia-1/+4
2019-07-16coda: pass the host file in vma->vm_file on mmapJan Harkes-2/+68
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-14fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta-1/+0
2019-05-01coda: switch to ->free_inode()Al Viro-8/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-6/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-02-01use linux/poll.h instead of asm/poll.hAl Viro-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2017-11-05coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+14
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig-2/+3
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig-1/+1
2017-04-20coda: Convert to separately allocated bdiJan Kara-7/+4
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-4/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-1/+5
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro-22/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani-3/+3