summaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)AuthorFilesLines
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-13/+7
2023-05-24coda: Implement splice-readDavid Howells1-1/+28
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-10/+1
2023-04-13coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain1-10/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-02-09coda: Avoid partial allocation of sig_inputArgsKees Cook1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner3-4/+4
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-2/+2
2022-08-02coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)1-6/+5
2022-05-09coda: Convert coda to read_folioMatthew Wilcox (Oracle)1-3/+4
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-11-09coda: bump module version to 7.2Jan Harkes1-1/+1
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang1-8/+4
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang1-4/+5
2021-11-09coda: avoid doing bad things on inode type changes during revalidationJan Harkes3-25/+30
2021-11-09coda: avoid hidden code duplication in renameJan Harkes1-5/+2
2021-11-09coda: avoid flagging NULL inodesJan Harkes1-0/+3
2021-11-09coda: remove err which no one careAlex Shi1-2/+1
2021-11-09coda: check for async upcall request using local stateJan Harkes1-1/+2
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes1-4/+9
2021-04-24coda: fix reference counting in coda_file_mmap error pathChristian König1-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner4-15/+24
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2020-05-05docs: filesystems: convert coda.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-0/+3
2019-08-31kill the last users of user_{path,lpath,path_dir}()Al Viro1-5/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+3
2019-07-17coda: add hinting support for partial file cachingPedro Cuadra5-25/+112
2019-07-17coda: ftoc validity check integrationFabian Frederick4-18/+18
2019-07-17coda: remove sb test in coda_fid_to_inode()Fabian Frederick1-5/+0
2019-07-17coda: remove sysctl object from module when unusedFabian Frederick4-16/+12
2019-07-17coda: add __init to init_coda_psdev()Fabian Frederick1-1/+1
2019-07-17coda: use SIZE() for statFabian Frederick1-1/+1
2019-07-17coda: destroy mutex in put_super()Fabian Frederick1-0/+1
2019-07-17coda: remove uapi/linux/coda_psdev.hJan Harkes1-1/+4
2019-07-17coda: move internal defs out of include/linux/ [ver #2]David Howells11-14/+99
2019-07-17coda: bump module versionJan Harkes1-1/+1
2019-07-17coda: get rid of CODA_FREE()Dan Carpenter3-24/+22
2019-07-17coda: get rid of CODA_ALLOC()Dan Carpenter3-13/+7
2019-07-17coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes1-14/+7
2019-07-17coda: stop using 'struct timespec' in user APIArnd Bergmann1-12/+38
2019-07-17coda: clean up indentation, replace spaces with tabColin Ian King1-1/+1