summaryrefslogtreecommitdiff
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-10/+1
|\
| * coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain2023-04-131-10/+1
* | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
|/
* Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-211-1/+1
|\
| * coda: Avoid partial allocation of sig_inputArgsKees Cook2023-02-081-1/+1
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-193-4/+4
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
|/
* 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