summaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)2022-08-021-6/+5
* coda: Convert coda to read_folioMatthew Wilcox (Oracle)2022-05-091-3/+4
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\
| * fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* coda: bump module version to 7.2Jan Harkes2021-11-091-1/+1
* coda: use vmemdup_user to replace the open codeJing Yangyang2021-11-091-8/+4
* coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang2021-11-091-4/+5
* coda: avoid doing bad things on inode type changes during revalidationJan Harkes2021-11-093-25/+30
* coda: avoid hidden code duplication in renameJan Harkes2021-11-091-5/+2
* coda: avoid flagging NULL inodesJan Harkes2021-11-091-0/+3
* coda: remove err which no one careAlex Shi2021-11-091-2/+1
* coda: check for async upcall request using local stateJan Harkes2021-11-091-1/+2
* coda: avoid NULL pointer dereference from a bad inodeJan Harkes2021-11-091-4/+9
* 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
|/