index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuse: fix illegal access to inode with reused nodeid
Amir Goldstein
2021-09-08
1
-1
/
+1
*
new helper: inode_wrong_type()
Al Viro
2021-09-08
1
-3
/
+3
*
fuse: Fix infinite loop in sget_fc()
Greg Kurz
2021-07-14
1
-0
/
+11
*
fuse: Fix crash if superblock of submount gets killed early
Greg Kurz
2021-07-14
1
-4
/
+4
*
fuse: Fix crash in fuse_dentry_automount() error path
Greg Kurz
2021-07-14
1
-1
/
+5
*
fuse: fix bad inode
Miklos Szeredi
2021-01-09
1
-5
/
+32
*
fuse: implement crossmounts
Max Reitz
2020-10-09
1
-1
/
+77
*
fuse: split fuse_mount off of fuse_conn
Max Reitz
2020-09-18
1
-54
/
+56
*
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
2020-09-10
1
-7
/
+25
*
fuse: always allow query of st_dev
Miklos Szeredi
2020-05-19
1
-1
/
+11
*
fuse: Support RENAME_WHITEOUT flag
Vivek Goyal
2020-02-06
1
-1
/
+1
*
fuse: verify nlink
Miklos Szeredi
2019-11-12
1
-1
/
+2
*
fuse: verify attributes
Miklos Szeredi
2019-11-12
1
-6
/
+16
*
fuse: flush dirty data/metadata before non-truncate setattr
Miklos Szeredi
2019-10-23
1
-0
/
+13
*
fuse: don't advise readdirplus for negative lookup
Miklos Szeredi
2019-10-21
1
-1
/
+2
*
fuse: kmemcg account fs data
Khazhismel Kumykov
2019-09-24
1
-1
/
+2
*
fuse: on 64-bit store time in d_fsdata directly
Khazhismel Kumykov
2019-09-24
1
-6
/
+30
*
fuse: delete dentry if timeout is zero
Miklos Szeredi
2019-09-12
1
-3
/
+25
*
fuse: convert readlink to simple api
Miklos Szeredi
2019-09-10
1
-27
/
+25
*
fuse: flatten 'struct fuse_args'
Miklos Szeredi
2019-09-10
1
-88
/
+88
*
fuse: Protect fi->nlookup with fi->lock
Kirill Tkhai
2019-02-13
1
-2
/
+2
*
fuse: Introduce fi->lock to protect write related fields
Kirill Tkhai
2019-02-13
1
-13
/
+12
*
fuse: Convert fc->attr_version into atomic64_t
Kirill Tkhai
2019-02-13
1
-17
/
+2
*
fuse: Add fuse_inode argument to fuse_prepare_release()
Kirill Tkhai
2019-02-13
1
-2
/
+4
*
fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
Chad Austin
2018-12-11
1
-1
/
+1
*
fuse: fix revalidation of attributes for permission check
Miklos Szeredi
2018-12-03
1
-1
/
+3
*
fuse: fix fsync on directory
Miklos Szeredi
2018-12-03
1
-1
/
+19
*
fuse: enable caching of symlinks
Dan Schatzberg
2018-10-15
1
-25
/
+83
*
fuse: don't need GETATTR after every READ
Miklos Szeredi
2018-10-15
1
-1
/
+3
*
fuse: allow fine grained attr cache invaldation
Miklos Szeredi
2018-10-15
1
-5
/
+13
*
fuse: reduce size of struct fuse_inode
Miklos Szeredi
2018-10-01
1
-1
/
+12
*
fuse: use iversion for readdir cache verification
Miklos Szeredi
2018-10-01
1
-7
/
+14
*
fuse: split out readdir.c
Miklos Szeredi
2018-09-28
1
-257
/
+2
*
Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
1
-4
/
+6
|
\
|
*
fuse: fix initial parallel dirops
Miklos Szeredi
2018-07-26
1
-4
/
+6
*
|
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-08-13
1
-4
/
+11
|
\
\
|
*
|
kill d_instantiate_no_diralias()
Al Viro
2018-08-01
1
-4
/
+11
|
|
/
*
|
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
2018-07-12
1
-1
/
+1
*
|
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
2018-07-12
1
-2
/
+2
*
|
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
2018-07-12
1
-1
/
+1
*
|
introduce FMODE_CREATED and switch to it
Al Viro
2018-07-12
1
-1
/
+1
|
/
*
fuse: honor AT_STATX_FORCE_SYNC
Miklos Szeredi
2018-03-20
1
-2
/
+9
*
fuse: honor AT_STATX_DONT_SYNC
Miklos Szeredi
2018-03-20
1
-4
/
+5
*
fuse: Restrict allow_other to the superblock's namespace or a descendant
Seth Forshee
2018-03-20
1
-1
/
+1
*
fuse: Support fuse filesystems outside of init_user_ns
Eric W. Biederman
2018-03-20
1
-7
/
+7
*
fuse: atomic_o_trunc should truncate pagecache
Miklos Szeredi
2018-03-20
1
-1
/
+12
*
fuse: fix READDIRPLUS skipping an entry
Miklos Szeredi
2017-10-25
1
-1
/
+2
*
fuse: getattr cleanup
Miklos Szeredi
2017-09-12
1
-17
/
+13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2017-03-03
1
-1
/
+1
|
\
|
*
fuse: cleanup fuse_file refcounting
Miklos Szeredi
2017-02-22
1
-1
/
+1
[next]