summaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* coda: add hinting support for partial file cachingPedro Cuadra2019-07-175-25/+112
* coda: ftoc validity check integrationFabian Frederick2019-07-174-18/+18
* coda: remove sb test in coda_fid_to_inode()Fabian Frederick2019-07-171-5/+0Star
* coda: remove sysctl object from module when unusedFabian Frederick2019-07-174-16/+12Star
* coda: add __init to init_coda_psdev()Fabian Frederick2019-07-171-1/+1
* coda: use SIZE() for statFabian Frederick2019-07-171-1/+1
* coda: destroy mutex in put_super()Fabian Frederick2019-07-171-0/+1
* coda: remove uapi/linux/coda_psdev.hJan Harkes2019-07-171-1/+4
* coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-1711-14/+99
* coda: bump module versionJan Harkes2019-07-171-1/+1
* coda: get rid of CODA_FREE()Dan Carpenter2019-07-173-24/+22Star
* coda: get rid of CODA_ALLOC()Dan Carpenter2019-07-173-13/+7Star
* coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes2019-07-171-14/+7Star
* coda: stop using 'struct timespec' in user APIArnd Bergmann2019-07-171-12/+38
* coda: clean up indentation, replace spaces with tabColin Ian King2019-07-171-1/+1
* coda: don't try to print names that were considered too longJan Harkes2019-07-171-2/+2
* coda: potential buffer overflow in coda_psdev_write()Jan Harkes2019-07-172-3/+39
* coda: add error handling for fgetZhouyang Jia2019-07-171-1/+4
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-171-2/+68
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta2019-05-151-1/+0Star
* coda: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-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-311-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/+1Star
|\
| * coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-061-2/+1Star
* | 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-051-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/+4Star
* 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-032-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/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-113-4/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-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-283-3/+3
| |/
* / switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-061-22/+1Star
|/
* drop redundant ->owner initializationsAl Viro2016-05-301-1/+0Star