summaryrefslogtreecommitdiffstats
path: root/fs/coda
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-10/+2
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes-1/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes-2/+2
2025-06-11coda: use iterate_dir() in coda_readdir()NeilBrown-10/+2
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-7/+7
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro-1/+2
2024-08-19coda: use param->file for FSCONFIG_SET_FDAleksa Sarai-13/+30
2024-05-31coda: Convert coda_symlink_filler() to use folio_end_read()Matthew Wilcox (Oracle)-9/+1
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds-2/+2
2024-02-22Convert coda to use the new mount APIDavid Howells-45/+98
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-4/+4
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2023-12-28coda: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2023-11-25dentry: switch the lists of children to hlistAl Viro-1/+1
2023-11-25coda_flag_children(): cope with dentries turning negativeAl Viro-3/+3
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein-2/+0
2023-11-24coda: change locking order in coda_file_write_iter()Amir Goldstein-2/+2
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