index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
mm: move page dirtying prototypes from mm.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-05-02
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2021-04-30
Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-57
/
+97
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-402
/
+571
2021-04-27
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-5
/
+5
2021-04-15
useful constants: struct qstr for ".."
Al Viro
1
-2
/
+1
2021-04-14
cuse: simplify refcount
Miklos Szeredi
1
-7
/
+3
2021-04-14
cuse: prevent clone
Miklos Szeredi
1
-0
/
+2
2021-04-14
virtiofs: fix userns
Miklos Szeredi
1
-2
/
+1
2021-04-14
virtiofs: remove useless function
Jiapeng Chong
1
-5
/
+0
2021-04-14
virtiofs: split requests that exceed virtqueue size
Connor Kuehl
3
-3
/
+22
2021-04-14
virtiofs: fix memory leak in virtio_fs_probe()
Luis Henriques
1
-0
/
+1
2021-04-14
fuse: invalidate attrs when page writeback completes
Vivek Goyal
1
-0
/
+9
2021-04-14
fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID
Vivek Goyal
1
-1
/
+6
2021-04-14
fuse: extend FUSE_SETXATTR request
Vivek Goyal
4
-6
/
+14
2021-04-14
fuse: fix matching of FUSE_DEV_IOC_CLONE command
Alessio Balsini
1
-5
/
+2
2021-04-14
fuse: fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-04-14
fuse: don't zero pages twice
Miklos Szeredi
1
-15
/
+6
2021-04-14
fuse: fix typo for fuse_conn.max_pages comment
Connor Kuehl
1
-1
/
+1
2021-04-14
fuse: fix write deadlock
Vivek Goyal
2
-12
/
+30
2021-04-12
fuse: convert to fileattr
Miklos Szeredi
3
-10
/
+141
2021-04-12
fuse: add internal open/release helpers
Miklos Szeredi
2
-17
/
+40
2021-04-12
fuse: unsigned open flags
Miklos Szeredi
3
-4
/
+6
2021-04-12
fuse: move ioctl to separate source file
Miklos Szeredi
4
-381
/
+394
2021-03-16
fuse: 32-bit user space ioctl compat for fuse device
Alessio Balsini
1
-10
/
+16
2021-03-08
new helper: inode_wrong_type()
Al Viro
3
-5
/
+5
2021-03-05
virtiofs: Fail dax mount if device does not support it
Vivek Goyal
1
-1
/
+8
2021-03-04
fuse: fix live lock in fuse_iget()
Amir Goldstein
1
-0
/
+1
2021-02-24
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
1
-5
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
3
-19
/
+25
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-0
/
+2
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-2
/
+3
2020-12-10
fuse: fix bad inode
Miklos Szeredi
7
-17
/
+74
2020-11-11
fuse: support SB_NOSEC flag to improve write performance
Vivek Goyal
1
-1
/
+13
2020-11-11
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
Vivek Goyal
2
-0
/
+12
2020-11-11
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
Vivek Goyal
2
-2
/
+9
2020-11-11
fuse: setattr should set FATTR_KILL_SUIDGID
Vivek Goyal
1
-0
/
+10
2020-11-11
fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path
Vivek Goyal
1
-0
/
+2
2020-11-11
fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID
Miklos Szeredi
1
-1
/
+1
2020-11-11
fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2
Vivek Goyal
2
-1
/
+12
2020-11-11
fuse: always revalidate if exclusive create
Miklos Szeredi
1
-1
/
+1
2020-11-11
virtiofs: clean up error handling in virtio_fs_get_tree()
Miklos Szeredi
1
-13
/
+12
2020-11-11
fuse: add fuse_sb_destroy() helper
Miklos Szeredi
1
-9
/
+7
2020-11-11
fuse: simplify get_fuse_conn*()
Miklos Szeredi
1
-6
/
+2
2020-11-11
fuse: get rid of fuse_mount refcount
Miklos Szeredi
4
-26
/
+11
2020-11-11
virtiofs: simplify sb setup
Miklos Szeredi
3
-26
/
+3
2020-11-11
virtiofs fix leak in setup
Miklos Szeredi
1
-0
/
+2
[next]