index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
include
/
linux
/
fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
1
-8
/
+9
2017-06-30
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
1
-1
/
+2
2017-06-30
fs: implement vfs_iter_read using do_iter_read
Christoph Hellwig
1
-1
/
+2
2017-06-27
fs: add fcntl() interface for setting/getting write life time hints
Jens Axboe
1
-12
/
+35
2017-06-20
fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
Goldwyn Rodrigues
1
-0
/
+9
2017-06-20
fs: Introduce filemap_range_has_page()
Goldwyn Rodrigues
1
-0
/
+2
2017-06-20
fs: Separate out kiocb flags setup based on RWF_* flags
Goldwyn Rodrigues
1
-0
/
+14
2017-06-20
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
1
-1
/
+1
2017-06-14
fs/fcntl: f_setown, allow returning error
Jiri Slaby
1
-1
/
+1
2017-06-13
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...
Christoph Hellwig
1
-2
/
+3
2017-06-09
fs: remove the unused error argument to dio_end_io()
Christoph Hellwig
1
-1
/
+1
2017-06-05
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
1
-2
/
+3
2017-05-27
fs/locks: pass kernel struct flock to fcntl_getlk/setlk
Christoph Hellwig
1
-4
/
+4
2017-05-13
time: delete current_fs_time()
Deepa Dinamani
1
-1
/
+0
2017-05-10
Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+2
2017-05-09
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+8
2017-05-09
fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
Tetsuo Handa
1
-3
/
+2
2017-05-05
Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()
David Howells
1
-3
/
+5
2017-05-03
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
Linus Torvalds
1
-1
/
+3
2017-04-27
fs: constify tree_descr arrays passed to simple_fill_super()
Eric Biggers
1
-2
/
+3
2017-04-27
fs: drop duplicate header percpu-rwsem.h
Geliang Tang
1
-1
/
+0
2017-04-21
locks: Set FL_CLOSE when removing flock locks on close()
Benjamin Coddington
1
-0
/
+2
2017-04-20
fs: Remove SB_I_DYNBDI flag
Jan Kara
1
-3
/
+0
2017-04-20
fs: Provide infrastructure for dynamic BDIs in filesystems
Jan Kara
1
-0
/
+6
2017-04-10
fsnotify: Free fsnotify_mark_connector when there is no mark attached
Jan Kara
1
-1
/
+1
2017-04-10
fsnotify: Move mark list head from object into dedicated structure
Jan Kara
1
-1
/
+3
2017-03-10
include/linux/fs.h: fix unsigned enum warning with gcc-4.2
Arnd Bergmann
1
-1
/
+1
2017-03-03
statx: Add a system call to make enhanced file info available
David Howells
1
-8
/
+27
2017-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-13
/
+39
2017-03-02
Merge remote-tracking branch 'ovl/for-viro' into for-linus
Al Viro
1
-13
/
+39
2017-02-28
fs: add i_blocksize()
Fabian Frederick
1
-0
/
+5
2017-02-20
vfs: use helper for calling f_op->fsync()
Miklos Szeredi
1
-0
/
+6
2017-02-20
mm: use helper for calling f_op->mmap()
Miklos Szeredi
1
-0
/
+5
2017-02-20
vfs: use helpers for calling f_op->{read,write}_iter()
Miklos Szeredi
1
-0
/
+12
2017-02-07
vfs: wrap write f_ops with file_{start,end}_write()
Amir Goldstein
1
-13
/
+13
2017-02-07
vfs: create vfs helper vfs_tmpfile()
Amir Goldstein
1
-0
/
+3
2017-02-02
block: Make blk_get_backing_dev_info() safe without open bdev
Jan Kara
1
-0
/
+1
2017-02-02
block: Unhash block device inodes on gendisk destruction
Jan Kara
1
-0
/
+1
2016-12-19
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-0
/
+2
2016-12-18
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-1
/
+2
2016-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+9
2016-12-17
Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus
Al Viro
1
-0
/
+6
2016-12-16
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+13
2016-12-16
vfs: call vfs_clone_file_range() under freeze protection
Amir Goldstein
1
-0
/
+13
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-67
/
+1
2016-12-10
vfs: refactor clone/dedupe_file_range common functions
Darrick J. Wong
1
-0
/
+6
2016-12-09
vfs: make generic_readlink() static
Miklos Szeredi
1
-1
/
+0
2016-12-09
vfs: default to generic_readlink()
Miklos Szeredi
1
-0
/
+1
2016-12-09
vfs: replace calling i_op->readlink with vfs_readlink()
Miklos Szeredi
1
-0
/
+1
2016-12-06
vfs: misc struct path constification
Al Viro
1
-1
/
+1
[prev]
[next]