index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-06
fuse: add memory barrier to INIT
Miklos Szeredi
1
-1
/
+1
2015-01-06
fuse: fix LOOKUP vs INIT compat handling
Miklos Szeredi
1
-2
/
+1
2014-12-12
fuse: introduce fuse_simple_request() helper
Miklos Szeredi
1
-14
/
+8
2014-12-12
fuse: flush requests on umount
Miklos Szeredi
1
-15
/
+1
2014-12-12
fuse: don't wake up reserved req in fuse_conn_kill()
Miklos Szeredi
1
-1
/
+0
2014-07-22
fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT
Andrew Gallagher
1
-1
/
+1
2014-07-22
fuse: s_time_gran fix
Miklos Szeredi
1
-3
/
+0
2014-07-07
fuse: handle large user and group ID
Miklos Szeredi
1
-4
/
+16
2014-07-07
fuse: inode: drop cast
Himangi Saraogi
1
-1
/
+1
2014-04-28
fuse: clear MS_I_VERSION
Miklos Szeredi
1
-1
/
+1
2014-04-28
fuse: trust kernel i_ctime only
Maxim Patlasov
1
-2
/
+4
2014-04-28
fuse: fuse: add time_gran to INIT_OUT
Miklos Szeredi
1
-0
/
+5
2014-04-28
fuse: add .write_inode
Miklos Szeredi
1
-0
/
+1
2014-04-28
fuse: do not use uninitialized i_mode
Maxim Patlasov
1
-1
/
+1
2014-04-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2014-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-6
/
+23
2014-04-04
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-1
/
+1
2014-04-02
fuse: Turn writeback cache on
Pavel Emelyanov
1
-1
/
+4
2014-04-02
fuse: Trust kernel i_mtime only
Maxim Patlasov
1
-3
/
+10
2014-04-02
fuse: Trust kernel i_size only
Pavel Emelyanov
1
-2
/
+9
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
1
-0
/
+1
2013-10-25
fuse: rcu-delay freeing fuse_conn
Al Viro
1
-1
/
+1
2013-10-25
vfs: introduce d_instantiate_no_diralias()
Miklos Szeredi
1
-2
/
+0
2013-09-13
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
1
-1
/
+1
2013-09-12
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
1
-1
/
+1
2013-09-03
fuse: hotfix truncate_pagecache() issue
Maxim Patlasov
1
-1
/
+2
2013-07-04
mm: use totalram_pages instead of num_physpages at runtime
Jiang Liu
1
-1
/
+1
2013-06-03
fuse: fix readdirplus Oops in fuse_dentry_revalidate
Miklos Szeredi
1
-3
/
+4
2013-05-01
fuse: add flag to turn on async direct IO
Miklos Szeredi
1
-1
/
+3
2013-04-17
fuse: skip blocking on allocations of synchronous requests
Maxim Patlasov
1
-2
/
+1
2013-04-17
fuse: add flag fc->initialized
Maxim Patlasov
1
-0
/
+3
2013-04-17
fuse: make request allocations for background processing explicit
Maxim Patlasov
1
-0
/
+2
2013-03-04
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+2
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-26
fs: encode_fh: return FILEID_INVALID if invalid fid_type
Namjae Jeon
1
-1
/
+1
2013-02-07
fuse: allow control of adaptive readdirplus use
Eric Wong
1
-1
/
+3
2013-01-31
FUSE: Adapt readdirplus to application usage patterns
Feng Shuo
1
-0
/
+1
2013-01-31
Do not use RCU for current process credentials
Anatol Pomozov
1
-1
/
+1
2013-01-24
fuse: categorize fuse_get_req()
Maxim Patlasov
1
-1
/
+1
2013-01-24
fuse: general infrastructure for pages[] of variable size
Maxim Patlasov
1
-2
/
+2
2013-01-24
fuse: implement NFS-like readdirplus support
Anand V. Avati
1
-1
/
+4
2012-11-15
userns: Support fuse interacting with multiple user namespaces
Eric W. Biederman
1
-9
/
+14
2012-10-03
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
1
-0
/
+6
2012-08-30
cuse: fix fuse_conn_kill()
Miklos Szeredi
1
-5
/
+7
2012-07-18
fuse: add missing INIT flags
Miklos Szeredi
1
-1
/
+2
2012-07-18
fuse: invalidate inode mapping if mtime changes
Brian Foster
1
-3
/
+24
2012-07-18
fuse: add FUSE_AUTO_INVAL_DATA init flag
Brian Foster
1
-1
/
+3
2012-06-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-1
/
+16
2012-05-30
->encode_fh() API change
Al Viro
1
-12
/
+5
2012-05-28
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
1
-1
/
+1
[next]