summaryrefslogtreecommitdiffstats
path: root/fs/coda
AgeCommit message (Expand)AuthorLines
2023-10-18coda: convert to new timestamp accessorsJeff Layton-4/+6
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+7
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-1/+2
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds-13/+7
2023-07-13coda: convert to ctime accessor functionsJeff Layton-4/+5
2023-05-24coda: Implement splice-readDavid Howells-1/+28
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-10/+1
2023-04-13coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain-10/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-02-08coda: Avoid partial allocation of sig_inputArgsKees Cook-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-4/+4
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-2/+2
2022-08-02coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)-6/+5
2022-05-09coda: Convert coda to read_folioMatthew Wilcox (Oracle)-3/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)-0/+1
2021-11-09coda: bump module version to 7.2Jan Harkes-1/+1
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang-8/+4
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang-4/+5
2021-11-09coda: avoid doing bad things on inode type changes during revalidationJan Harkes-25/+30
2021-11-09coda: avoid hidden code duplication in renameJan Harkes-5/+2
2021-11-09coda: avoid flagging NULL inodesJan Harkes-0/+3
2021-11-09coda: remove err which no one careAlex Shi-2/+1
2021-11-09coda: check for async upcall request using local stateJan Harkes-1/+2
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes-4/+9
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner-15/+24
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2020-05-05docs: filesystems: convert coda.txt to ReSTMauro Carvalho Chehab-1/+1
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds-0/+3
2019-08-30kill the last users of user_{path,lpath,path_dir}()Al Viro-5/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani-0/+3
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra-25/+112
2019-07-16coda: ftoc validity check integrationFabian Frederick-18/+18
2019-07-16coda: remove sb test in coda_fid_to_inode()Fabian Frederick-5/+0
2019-07-16coda: remove sysctl object from module when unusedFabian Frederick-16/+12
2019-07-16coda: add __init to init_coda_psdev()Fabian Frederick-1/+1
2019-07-16coda: use SIZE() for statFabian Frederick-1/+1
2019-07-16coda: destroy mutex in put_super()Fabian Frederick-0/+1
2019-07-16coda: remove uapi/linux/coda_psdev.hJan Harkes-1/+4
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells-14/+99
2019-07-16coda: bump module versionJan Harkes-1/+1
2019-07-16coda: get rid of CODA_FREE()Dan Carpenter-24/+22