summaryrefslogtreecommitdiff
path: root/fs/coda/psdev.c
AgeCommit message (Expand)Author
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2021-11-09coda: bump module version to 7.2Jan Harkes
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra
2019-07-16coda: add __init to init_coda_psdev()Fabian Frederick
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells
2019-07-16coda: bump module versionJan Harkes
2019-07-16coda: get rid of CODA_FREE()Dan Carpenter
2019-07-16coda: get rid of CODA_ALLOC()Dan Carpenter
2019-07-16coda: clean up indentation, replace spaces with tabColin Ian King
2019-07-16coda: potential buffer overflow in coda_psdev_write()Jan Harkes
2019-07-16coda: add error handling for fgetZhouyang Jia
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-14fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01use linux/poll.h instead of asm/poll.hAl Viro
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick
2014-06-06fs/coda: use __func__Fabian Frederick
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick
2013-02-13coda: Restrict coda messages to the initial user namespaceEric W. Biederman
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-01-12take coda-private headers out of include/linuxAl Viro
2010-10-25Coda: replace BKL with mutexYoshihisa Abe
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes
2010-08-07coda: fixup clash with block layer REQ_* definesJens Axboe
2010-05-17coda/psdev: Remove BKL from ioctl functionArnd Bergmann
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2008-10-27Switch to a valid email address...Alan Cox
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-25coda: remove CODA_FS_OLD_APIAdrian Bunk
2008-07-21device create: coda: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-01-24coda: convert struct class_device to struct deviceKay Sievers
2007-07-19coda: update module informationJan Harkes
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes
2007-07-19coda: replace upc_alloc/upc_free with kmalloc/kfreeJan Harkes
2007-07-19coda: cleanup /dev/cfs open and close handlingJan Harkes
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven