summaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+2
* Convert coda to use the new mount APIDavid Howells2024-02-221-45/+98
* Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-4/+4
|\
| * dentry: switch the lists of children to hlistAl Viro2023-11-251-1/+1
| * coda_flag_children(): cope with dentries turning negativeAl Viro2023-11-251-3/+3
* | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\ \
| * | coda: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
| |/
* | fs: move file_start_write() into vfs_iter_write()Amir Goldstein2023-11-241-2/+0
* | coda: change locking order in coda_file_write_iter()Amir Goldstein2023-11-241-2/+2
|/
* coda: convert to new timestamp accessorsJeff Layton2023-10-183-4/+6
* Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-5/+7
|\
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+2
| * coda: convert to ctime accessor functionsJeff Layton2023-07-134-4/+5
* | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-13/+7
|/
* coda: Implement splice-readDavid Howells2023-05-241-1/+28
* 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