summaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-12-28coda: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-25coda_flag_children(): cope with dentries turning negativeAl Viro
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein
2023-11-24coda: change locking order in coda_file_write_iter()Amir Goldstein
2023-10-18coda: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-07-13coda: convert to ctime accessor functionsJeff Layton
2023-05-24coda: Implement splice-readDavid Howells
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-13coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-08coda: Avoid partial allocation of sig_inputArgsKees Cook
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-08-02coda: Convert coda_symlink_filler() to use a folioMatthew Wilcox (Oracle)
2022-05-09coda: Convert coda to read_folioMatthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2021-11-09coda: bump module version to 7.2Jan Harkes
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang
2021-11-09coda: avoid doing bad things on inode type changes during revalidationJan Harkes
2021-11-09coda: avoid hidden code duplication in renameJan Harkes
2021-11-09coda: avoid flagging NULL inodesJan Harkes
2021-11-09coda: remove err which no one careAlex Shi
2021-11-09coda: check for async upcall request using local stateJan Harkes
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2020-05-05docs: filesystems: convert coda.txt to ReSTMauro Carvalho Chehab
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-08-30kill the last users of user_{path,lpath,path_dir}()Al Viro
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra
2019-07-16coda: ftoc validity check integrationFabian Frederick
2019-07-16coda: remove sb test in coda_fid_to_inode()Fabian Frederick
2019-07-16coda: remove sysctl object from module when unusedFabian Frederick