aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+2
2024-02-22Convert coda to use the new mount APIDavid Howells1-45/+98
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+0
2023-12-28coda: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-11-25dentry: switch the lists of children to hlistAl Viro1-1/+1
2023-11-25coda_flag_children(): cope with dentries turning negativeAl Viro1-3/+3
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein1-2/+0
2023-11-24coda: change locking order in coda_file_write_iter()Amir Goldstein1-2/+2
2023-10-18coda: convert to new timestamp accessorsJeff Layton3-4/+6
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-5/+7
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+2
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-13/+7
2023-07-13coda: convert to ctime accessor functionsJeff Layton4-4/+5
2023-05-24coda: Implement splice-readDavid Howells1-1/+28
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus 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/git/kees/linuxLinus Torvalds1-1/+1
2023-02-08coda: 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-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22fs: 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-23coda: 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/playgroundLinus Torvalds1-0/+3
2019-08-30kill 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-16coda: add hinting support for partial file cachingPedro Cuadra5-25/+112
2019-07-16coda: ftoc validity check integrationFabian Frederick4-18/+18