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
starfive-6.6.48-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
2018-09-24
vfs: swap names of {do,vfs}_clone_file_range()
Amir Goldstein
1
-14
/
+3
2018-08-30
vfs: add the fadvise() file operation
Amir Goldstein
1
-0
/
+5
2018-08-24
namei: allow restricted O_CREAT of FIFOs and regular files
Salvatore Mesoraca
1
-0
/
+2
2018-08-22
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+15
2018-08-18
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
1
-0
/
+4
2018-08-18
vfs: discard ATTR_ATTR_FLAG
NeilBrown
1
-1
/
+0
2018-08-14
Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-4
/
+3
2018-08-14
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+16
2018-08-14
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-8
/
+9
2018-08-03
new helper: inode_fake_hash()
Al Viro
1
-0
/
+11
2018-08-03
new primitive: discard_new_inode()
Al Viro
1
-1
/
+5
2018-07-22
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2018-07-18
vfs: remove open_flags from d_real()
Miklos Szeredi
1
-1
/
+1
2018-07-18
Partially revert "locks: fix file locking on overlayfs"
Miklos Szeredi
1
-12
/
+1
2018-07-18
Revert "vfs: add flags to d_real()"
Miklos Szeredi
1
-1
/
+1
2018-07-18
Revert "vfs: update ovl inode before relatime check"
Miklos Szeredi
1
-0
/
+1
2018-07-18
vfs: export vfs_dedupe_file_range_one() to modules
Miklos Szeredi
1
-0
/
+4
2018-07-18
vfs: export vfs_ioctl() to modules
Miklos Szeredi
1
-0
/
+2
2018-07-18
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
1
-0
/
+3
2018-07-18
Merge branch 'dedupe-cleanup' into overlayfs-next
Miklos Szeredi
1
-1
/
+1
2018-07-12
new helper: open_with_fake_path()
Al Viro
1
-0
/
+2
2018-07-12
kill FILE_{CREATED,OPENED}
Al Viro
1
-4
/
+0
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 1
Al Viro
1
-2
/
+1
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
1
-0
/
+1
2018-07-12
introduce FMODE_OPENED
Al Viro
1
-0
/
+2
2018-07-11
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Al Viro
1
-0
/
+1
2018-07-11
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
1
-1
/
+4
2018-07-09
fs: shave 8 bytes off of struct inode
Amir Goldstein
1
-2
/
+3
2018-07-07
vfs: dedupe: rationalize args
Miklos Szeredi
1
-1
/
+1
2018-07-07
vfs: dedupe: return int
Miklos Szeredi
1
-1
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-2
/
+0
2018-06-18
removed extra extern file_fdatawait_range
Vasily Averin
1
-2
/
+0
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-11
/
+13
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+14
2018-06-07
Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-0
/
+4
2018-06-06
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-11
/
+12
2018-06-06
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2018-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+5
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-0
/
+2
2018-06-04
Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2018-05-31
fs: Add aio iopriority support
Adam Manzanares
1
-0
/
+3
2018-05-31
fs: Convert kiocb rw_hint from enum to u16
Adam Manzanares
1
-2
/
+11
2018-05-31
vfs: factor out inode_insert5()
Miklos Szeredi
1
-0
/
+4
2018-05-29
block: don't print a message when the device went away
Christoph Hellwig
1
-1
/
+1
2018-05-26
fs: introduce new ->get_poll_head and ->poll_mask methods
Christoph Hellwig
1
-0
/
+2
2018-05-26
fs: add timespec64_truncate()
Deepa Dinamani
1
-0
/
+1
2018-05-20
fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled
Eric Biggers
1
-2
/
+2
2018-05-18
fs.h: fix outdated comment about file flags
Li Qiang
1
-1
/
+1
[next]