summaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* coda: fix reference counting in coda_file_mmap error pathChristian König2021-04-231-3/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-244-15/+24
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* docs: filesystems: convert coda.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
* Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+3
|\
| * fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+3
* | kill the last users of user_{path,lpath,path_dir}()Al Viro2019-08-301-5/+2
|/
* coda: add hinting support for partial file cachingPedro Cuadra2019-07-165-25/+112
* coda: ftoc validity check integrationFabian Frederick2019-07-164-18/+18
* coda: remove sb test in coda_fid_to_inode()Fabian Frederick2019-07-161-5/+0
* coda: remove sysctl object from module when unusedFabian Frederick2019-07-164-16/+12
* coda: add __init to init_coda_psdev()Fabian Frederick2019-07-161-1/+1
* coda: use SIZE() for statFabian Frederick2019-07-161-1/+1
* coda: destroy mutex in put_super()Fabian Frederick2019-07-161-0/+1
* coda: remove uapi/linux/coda_psdev.hJan Harkes2019-07-161-1/+4
* coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-1611-14/+99
* coda: bump module versionJan Harkes2019-07-161-1/+1
* coda: get rid of CODA_FREE()Dan Carpenter2019-07-163-24/+22
* coda: get rid of CODA_ALLOC()Dan Carpenter2019-07-163-13/+7
* coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes2019-07-161-14/+7
* coda: stop using 'struct timespec' in user APIArnd Bergmann2019-07-161-12/+38
* coda: clean up indentation, replace spaces with tabColin Ian King2019-07-161-1/+1
* coda: don't try to print names that were considered too longJan Harkes2019-07-161-2/+2
* coda: potential buffer overflow in coda_psdev_write()Jan Harkes2019-07-162-3/+39
* coda: add error handling for fgetZhouyang Jia2019-07-161-1/+4
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-161-2/+68
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta2019-05-141-1/+0
* coda: switch to ->free_inode()Al Viro2019-05-011-8/+2
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* 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