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