| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2021-05-02 | 1 | -2/+1 |
|\ |
|
| * | useful constants: struct qstr for ".." | Al Viro | 2021-04-16 | 1 | -2/+1 |
* | | Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-05-01 | 8 | -57/+97 |
|\ \ |
|
| * | | cuse: simplify refcount | Miklos Szeredi | 2021-04-14 | 1 | -7/+3 |
| * | | cuse: prevent clone | Miklos Szeredi | 2021-04-14 | 1 | -0/+2 |
| * | | virtiofs: fix userns | Miklos Szeredi | 2021-04-14 | 1 | -2/+1 |
| * | | virtiofs: remove useless function | Jiapeng Chong | 2021-04-14 | 1 | -5/+0 |
| * | | virtiofs: split requests that exceed virtqueue size | Connor Kuehl | 2021-04-14 | 3 | -3/+22 |
| * | | virtiofs: fix memory leak in virtio_fs_probe() | Luis Henriques | 2021-04-14 | 1 | -0/+1 |
| * | | fuse: invalidate attrs when page writeback completes | Vivek Goyal | 2021-04-14 | 1 | -0/+9 |
| * | | fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID | Vivek Goyal | 2021-04-14 | 1 | -1/+6 |
| * | | fuse: extend FUSE_SETXATTR request | Vivek Goyal | 2021-04-14 | 4 | -6/+14 |
| * | | fuse: fix matching of FUSE_DEV_IOC_CLONE command | Alessio Balsini | 2021-04-14 | 1 | -5/+2 |
| * | | fuse: fix a typo | Bhaskar Chowdhury | 2021-04-14 | 1 | -1/+1 |
| * | | fuse: don't zero pages twice | Miklos Szeredi | 2021-04-14 | 1 | -15/+6 |
| * | | fuse: fix typo for fuse_conn.max_pages comment | Connor Kuehl | 2021-04-14 | 1 | -1/+1 |
| * | | fuse: fix write deadlock | Vivek Goyal | 2021-04-14 | 2 | -12/+30 |
* | | | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-04-27 | 5 | -402/+571 |
|\ \ \ |
|
| * | | | fuse: convert to fileattr | Miklos Szeredi | 2021-04-12 | 3 | -10/+141 |
| * | | | fuse: add internal open/release helpers | Miklos Szeredi | 2021-04-12 | 2 | -17/+40 |
| * | | | fuse: unsigned open flags | Miklos Szeredi | 2021-04-12 | 3 | -4/+6 |
| * | | | fuse: move ioctl to separate source file | Miklos Szeredi | 2021-04-12 | 4 | -381/+394 |
| |/ / |
|
* | | | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-04-27 | 3 | -5/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | new helper: inode_wrong_type() | Al Viro | 2021-03-08 | 3 | -5/+5 |
| |/ |
|
* | | fuse: 32-bit user space ioctl compat for fuse device | Alessio Balsini | 2021-03-16 | 1 | -10/+16 |
* | | virtiofs: Fail dax mount if device does not support it | Vivek Goyal | 2021-03-05 | 1 | -1/+8 |
* | | fuse: fix live lock in fuse_iget() | Amir Goldstein | 2021-03-04 | 1 | -0/+1 |
|/ |
|
* | mm/filemap: remove unused parameter and change to void type for replace_page_... | Baolin Wang | 2021-02-24 | 1 | -5/+1 |
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 3 | -19/+25 |
* | stat: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -0/+2 |
* | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | namei: make permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 1 | -2/+3 |
* | fuse: fix bad inode | Miklos Szeredi | 2020-12-10 | 7 | -17/+74 |
* | fuse: support SB_NOSEC flag to improve write performance | Vivek Goyal | 2020-11-11 | 1 | -1/+13 |
* | fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request | Vivek Goyal | 2020-11-11 | 2 | -0/+12 |
* | fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2 | Vivek Goyal | 2020-11-11 | 2 | -2/+9 |
* | fuse: setattr should set FATTR_KILL_SUIDGID | Vivek Goyal | 2020-11-11 | 1 | -0/+10 |
* | fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path | Vivek Goyal | 2020-11-11 | 1 | -0/+2 |
* | fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID | Miklos Szeredi | 2020-11-11 | 1 | -1/+1 |
* | fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2 | Vivek Goyal | 2020-11-11 | 2 | -1/+12 |
* | fuse: always revalidate if exclusive create | Miklos Szeredi | 2020-11-11 | 1 | -1/+1 |
* | virtiofs: clean up error handling in virtio_fs_get_tree() | Miklos Szeredi | 2020-11-11 | 1 | -13/+12 |
* | fuse: add fuse_sb_destroy() helper | Miklos Szeredi | 2020-11-11 | 1 | -9/+7 |
* | fuse: simplify get_fuse_conn*() | Miklos Szeredi | 2020-11-11 | 1 | -6/+2 |
* | fuse: get rid of fuse_mount refcount | Miklos Szeredi | 2020-11-11 | 4 | -26/+11 |
* | virtiofs: simplify sb setup | Miklos Szeredi | 2020-11-11 | 3 | -26/+3 |
* | virtiofs fix leak in setup | Miklos Szeredi | 2020-11-11 | 1 | -0/+2 |
* | fuse: launder page should wait for page writeback | Miklos Szeredi | 2020-11-11 | 1 | -0/+3 |
* | Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-10-19 | 13 | -484/+2606 |
|\ |
|