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
2021-01-28
libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
Eric Biggers
1
-5
/
+0
2020-12-25
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+1
2020-12-16
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+2
2020-12-15
mm/gup: remove the vma allocation from gup_longterm_locked()
Jason Gunthorpe
1
-1
/
+1
2020-12-11
fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
Hao Li
1
-2
/
+1
2020-12-03
libfs: Add generic function for setting dentry_ops
Daniel Rosenberg
1
-0
/
+1
2020-12-02
block: remove i_bdev
Christoph Hellwig
1
-1
/
+0
2020-12-02
fs: remove get_super_thawed and get_super_exclusive_thawed
Christoph Hellwig
1
-3
/
+1
2020-11-14
Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-11
/
+27
2020-11-11
vfs: move __sb_{start,end}_write* to fs.h
Darrick J. Wong
1
-3
/
+18
2020-11-11
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
1
-10
/
+11
2020-10-30
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-26
epoll: take epitem list out of struct file
Al Viro
1
-3
/
+2
2020-10-26
convert ->f_ep_links/->fllink to hlist
Al Viro
1
-1
/
+1
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-17
/
+5
2020-10-23
Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-6
/
+2
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+0
2020-10-17
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+16
2020-10-16
fs: do not update nr_thps for mappings which support THPs
Matthew Wilcox (Oracle)
1
-27
/
+0
2020-10-16
fs: add a filesystem flag for THPs
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-39
/
+0
2020-10-15
vfs: move the generic write and copy checks out of mm
Darrick J. Wong
1
-3
/
+0
2020-10-15
vfs: move the remap range helpers to remap_range.c
Darrick J. Wong
1
-3
/
+0
2020-10-15
vfs: move generic_remap_checks out of mm
Darrick J. Wong
1
-0
/
+2
2020-10-14
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
1
-0
/
+4
2020-10-13
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-27
/
+19
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-13
Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-2
/
+0
2020-10-13
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-13
/
+0
2020-10-07
fs: remove no longer used dio_end_io()
Goldwyn Rodrigues
1
-2
/
+0
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
1
-38
/
+0
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
Kees Cook
1
-2
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
1
-1
/
+1
2020-10-03
iov_iter: refactor rw_copy_check_uvector and import_iovec
Christoph Hellwig
1
-13
/
+0
2020-10-01
fs: align IOCB_* flags with RWF_* flags
Jens Axboe
1
-18
/
+19
2020-10-01
io_uring: move io_uring_get_socket() into io_uring.h
Jens Axboe
1
-9
/
+0
2020-09-27
fs: move vfs_fstatat out of line
Christoph Hellwig
1
-7
/
+2
2020-09-27
fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
Christoph Hellwig
1
-9
/
+7
2020-09-27
fs: remove vfs_statx_fd
Christoph Hellwig
1
-6
/
+1
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-0
/
+1
2020-09-24
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
1
-1
/
+0
2020-09-11
fs: Add standard casefolding support
Daniel Rosenberg
1
-0
/
+16
2020-09-09
fs: don't allow splice read/write without explicit ops
Christoph Hellwig
1
-2
/
+0
2020-08-28
Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+5
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-08-12
hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
Mike Kravetz
1
-0
/
+10
2020-08-11
fs: RWF_NOWAIT should imply IOCB_NOIO
Jens Axboe
1
-1
/
+1
2020-08-11
Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
1
-1
/
+1
[next]