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
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+5
2021-04-12
fuse: convert to fileattr
Miklos Szeredi
1
-0
/
+4
2021-04-12
fuse: unsigned open flags
Miklos Szeredi
1
-1
/
+1
2021-03-08
new helper: inode_wrong_type()
Al Viro
1
-3
/
+3
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-16
/
+21
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
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
1
-5
/
+32
2020-11-11
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
Vivek Goyal
1
-0
/
+6
2020-11-11
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
Vivek Goyal
1
-1
/
+1
2020-11-11
fuse: setattr should set FATTR_KILL_SUIDGID
Vivek Goyal
1
-0
/
+10
2020-11-11
fuse: always revalidate if exclusive create
Miklos Szeredi
1
-1
/
+1
2020-11-11
fuse: get rid of fuse_mount refcount
Miklos Szeredi
1
-2
/
+1
2020-10-09
fuse: implement crossmounts
Max Reitz
1
-1
/
+77
2020-09-18
fuse: split fuse_mount off of fuse_conn
Max Reitz
1
-54
/
+56
2020-09-10
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
1
-7
/
+25
2020-05-19
fuse: always allow query of st_dev
Miklos Szeredi
1
-1
/
+11
2020-02-06
fuse: Support RENAME_WHITEOUT flag
Vivek Goyal
1
-1
/
+1
2019-11-12
fuse: verify nlink
Miklos Szeredi
1
-1
/
+2
2019-11-12
fuse: verify attributes
Miklos Szeredi
1
-6
/
+16
2019-10-23
fuse: flush dirty data/metadata before non-truncate setattr
Miklos Szeredi
1
-0
/
+13
2019-10-21
fuse: don't advise readdirplus for negative lookup
Miklos Szeredi
1
-1
/
+2
2019-09-24
fuse: kmemcg account fs data
Khazhismel Kumykov
1
-1
/
+2
2019-09-24
fuse: on 64-bit store time in d_fsdata directly
Khazhismel Kumykov
1
-6
/
+30
2019-09-12
fuse: delete dentry if timeout is zero
Miklos Szeredi
1
-3
/
+25
2019-09-10
fuse: convert readlink to simple api
Miklos Szeredi
1
-27
/
+25
2019-09-10
fuse: flatten 'struct fuse_args'
Miklos Szeredi
1
-88
/
+88
2019-02-13
fuse: Protect fi->nlookup with fi->lock
Kirill Tkhai
1
-2
/
+2
2019-02-13
fuse: Introduce fi->lock to protect write related fields
Kirill Tkhai
1
-13
/
+12
2019-02-13
fuse: Convert fc->attr_version into atomic64_t
Kirill Tkhai
1
-17
/
+2
2019-02-13
fuse: Add fuse_inode argument to fuse_prepare_release()
Kirill Tkhai
1
-2
/
+4
2018-12-11
fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
Chad Austin
1
-1
/
+1
2018-12-03
fuse: fix revalidation of attributes for permission check
Miklos Szeredi
1
-1
/
+3
2018-12-03
fuse: fix fsync on directory
Miklos Szeredi
1
-1
/
+19
2018-10-15
fuse: enable caching of symlinks
Dan Schatzberg
1
-25
/
+83
2018-10-15
fuse: don't need GETATTR after every READ
Miklos Szeredi
1
-1
/
+3
2018-10-15
fuse: allow fine grained attr cache invaldation
Miklos Szeredi
1
-5
/
+13
2018-10-01
fuse: reduce size of struct fuse_inode
Miklos Szeredi
1
-1
/
+12
2018-10-01
fuse: use iversion for readdir cache verification
Miklos Szeredi
1
-7
/
+14
2018-09-28
fuse: split out readdir.c
Miklos Szeredi
1
-257
/
+2
2018-08-21
Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+6
2018-08-13
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-4
/
+11
2018-08-01
kill d_instantiate_no_diralias()
Al Viro
1
-4
/
+11
2018-07-26
fuse: fix initial parallel dirops
Miklos Szeredi
1
-4
/
+6
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
1
-1
/
+1
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
1
-2
/
+2
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
1
-1
/
+1
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
1
-1
/
+1
2018-03-20
fuse: honor AT_STATX_FORCE_SYNC
Miklos Szeredi
1
-2
/
+9
[next]