Age | Commit message (Expand) | Author | Files | Lines |
2023-05-24 | coda: Implement splice-read | David Howells | 1 | -1/+28 |
2023-04-28 | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -10/+1 |
2023-04-13 | coda: simplify one-level sysctl registration for coda_table | Luis Chamberlain | 1 | -10/+1 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-02-21 | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2023-02-09 | coda: Avoid partial allocation of sig_inputArgs | Kees Cook | 1 | -1/+1 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 3 | -4/+4 |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
2022-08-02 | coda: Convert coda_symlink_filler() to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+5 |
2022-05-09 | coda: Convert coda to read_folio | Matthew Wilcox (Oracle) | 1 | -3/+4 |
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 |