Age | Commit message (Expand) | Author |
2022-05-09 | coda: Convert coda to read_folio | Matthew Wilcox (Oracle) |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-21 | fs: Move many prototypes to pagemap.h | Matthew Wilcox (Oracle) |
2021-11-09 | coda: bump module version to 7.2 | Jan Harkes |
2021-11-09 | coda: use vmemdup_user to replace the open code | Jing Yangyang |
2021-11-09 | coda: convert from atomic_t to refcount_t on coda_vm_ops->refcnt | Xiyu Yang |
2021-11-09 | coda: avoid doing bad things on inode type changes during revalidation | Jan Harkes |
2021-11-09 | coda: avoid hidden code duplication in rename | Jan Harkes |
2021-11-09 | coda: avoid flagging NULL inodes | Jan Harkes |
2021-11-09 | coda: remove err which no one care | Alex Shi |
2021-11-09 | coda: check for async upcall request using local state | Jan Harkes |
2021-11-09 | coda: avoid NULL pointer dereference from a bad inode | Jan Harkes |
2021-04-23 | coda: fix reference counting in coda_file_mmap error path | Christian König |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner |
2020-05-05 | docs: filesystems: convert coda.txt to ReST | Mauro Carvalho Chehab |
2019-09-19 | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... | Linus Torvalds |
2019-08-30 | kill the last users of user_{path,lpath,path_dir}() | Al Viro |
2019-08-30 | fs: Fill in max and min timestamps in superblock | Deepa Dinamani |
2019-07-16 | coda: add hinting support for partial file caching | Pedro Cuadra |
2019-07-16 | coda: ftoc validity check integration | Fabian Frederick |
2019-07-16 | coda: remove sb test in coda_fid_to_inode() | Fabian Frederick |
2019-07-16 | coda: remove sysctl object from module when unused | Fabian Frederick |
2019-07-16 | coda: add __init to init_coda_psdev() | Fabian Frederick |
2019-07-16 | coda: use SIZE() for stat | Fabian Frederick |
2019-07-16 | coda: destroy mutex in put_super() | Fabian Frederick |
2019-07-16 | coda: remove uapi/linux/coda_psdev.h | Jan Harkes |
2019-07-16 | coda: move internal defs out of include/linux/ [ver #2] | David Howells |
2019-07-16 | coda: bump module version | Jan Harkes |
2019-07-16 | coda: get rid of CODA_FREE() | Dan Carpenter |
2019-07-16 | coda: get rid of CODA_ALLOC() | Dan Carpenter |
2019-07-16 | coda: change Coda's user api to use 64-bit time_t in timespec | Jan Harkes |
2019-07-16 | coda: stop using 'struct timespec' in user API | Arnd Bergmann |
2019-07-16 | coda: clean up indentation, replace spaces with tab | Colin Ian King |
2019-07-16 | coda: don't try to print names that were considered too long | Jan Harkes |
2019-07-16 | coda: potential buffer overflow in coda_psdev_write() | Jan Harkes |
2019-07-16 | coda: add error handling for fget | Zhouyang Jia |
2019-07-16 | coda: pass the host file in vma->vm_file on mmap | Jan Harkes |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-14 | fs/coda/psdev.c: remove duplicate header | Sabyasachi Gupta |
2019-05-01 | coda: switch to ->free_inode() | Al Viro |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-01 | use linux/poll.h instead of asm/poll.h | Al Viro |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2017-11-27 | fs: annotate ->poll() instances | Al Viro |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-11-17 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |