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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Revert "ocfs2: incorrect check for debugfs returns"
Linus Torvalds
3
-37
/
+16
2015-04-20
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
29
-246
/
+3344
2015-04-19
fs: take i_mutex during prepare_binprm for set[ug]id executables
Jann Horn
1
-28
/
+48
2015-04-19
Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-7
/
+6
2015-04-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
4
-57
/
+156
2015-04-18
Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
20
-261
/
+1230
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
51
-362
/
+561
2015-04-17
proc: show locks in /proc/pid/fdinfo/X
Andrey Vagin
2
-10
/
+55
2015-04-17
bfs: correct return values
Sanidhya Kashyap
1
-2
/
+2
2015-04-17
affs: kstrdup() memory handling
Sanidhya Kashyap
1
-1
/
+5
2015-04-17
fs/affs: use affs_test_opt()
Fabian Frederick
5
-21
/
+22
2015-04-17
fs/affs/super.c: use affs_set_opt()
Fabian Frederick
1
-15
/
+16
2015-04-17
fs/affs/affs.h: add mount option manipulation macros
Fabian Frederick
1
-0
/
+4
2015-04-17
fs/affs: use AFFS_MOUNT prefix for mount options
Fabian Frederick
6
-48
/
+54
2015-04-17
adfs: return correct return values
Sanidhya Kashyap
2
-5
/
+16
2015-04-17
fs/exec.c:de_thread: move notify_count write under lock
Kirill Tkhai
1
-1
/
+5
2015-04-17
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
1
-0
/
+6
2015-04-17
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
1
-2
/
+1
2015-04-17
fs/fat: comment fix, fat_bits can be also 32
Alexander Kuleshov
1
-1
/
+1
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
9
-33
/
+1
2015-04-17
fs/fat: remove unnecessary defintion
Alexander Kuleshov
1
-2
/
+1
2015-04-17
hfsplus: don't store special "osx" xattr prefix on-disk
Thomas Hebb
1
-5
/
+14
2015-04-17
hfsplus: fix expand when not enough available space
Sergei Antonov
1
-0
/
+6
2015-04-17
hfsplus: incorrect return value
Chengyu Song
1
-2
/
+2
2015-04-17
fs/hfsplus: replace if/BUG by BUG_ON
Fabian Frederick
1
-3
/
+1
2015-04-17
fs/hfsplus: use bool instead of int for is_known_namespace() return value
Fabian Frederick
1
-1
/
+1
2015-04-17
fs/hfsplus: atomically set inode->i_flags
Fabian Frederick
1
-7
/
+5
2015-04-17
fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()
Fabian Frederick
5
-65
/
+35
2015-04-17
fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()
Fabian Frederick
5
-67
/
+38
2015-04-17
hfsplus: add missing curly braces in hfsplus_delete_cat()
Dan Carpenter
1
-1
/
+2
2015-04-17
hfs: incorrect return values
Chengyu Song
1
-2
/
+2
2015-04-17
nilfs2: use inode_set_flags() in nilfs_set_inode_flags()
Ryusuke Konishi
1
-7
/
+8
2015-04-17
nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()
Ryusuke Konishi
1
-2
/
+2
2015-04-17
nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
Ryusuke Konishi
1
-1
/
+1
2015-04-17
nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
Ryusuke Konishi
1
-6
/
+52
2015-04-17
nilfs2: add helper to find existent block on metadata file
Ryusuke Konishi
2
-0
/
+57
2015-04-17
nilfs2: add bmap function to seek a valid key
Ryusuke Konishi
4
-1
/
+115
2015-04-17
nilfs2: unify type of key arguments in bmap interface
Ryusuke Konishi
4
-20
/
+16
2015-04-17
nilfs2: use bgl_lock_ptr()
Ryusuke Konishi
1
-2
/
+5
2015-04-17
nilfs2: use set_mask_bits() for operations on buffer state bitmap
Ryusuke Konishi
2
-20
/
+18
2015-04-17
nilfs2: do not use async write flag for segment summary buffers
Ryusuke Konishi
1
-3
/
+0
2015-04-17
befs: replace typedef befs_inode_info by structure
Fabian Frederick
2
-7
/
+7
2015-04-17
befs: replace typedef befs_sb_info by structure
Fabian Frederick
5
-13
/
+11
2015-04-17
befs: replace typedef befs_mount_options by structure
Fabian Frederick
2
-5
/
+5
2015-04-17
fs/binfmt_misc.c: simplify entry_status()
Rasmus Villemoes
1
-21
/
+9
2015-04-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
45
-562
/
+439
2015-04-17
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
25
-308
/
+461
2015-04-17
Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-15
/
+30
2015-04-16
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
1
-0
/
+3
2015-04-16
f2fs: pass checkpoint reason on roll-forward recovery
Jaegeuk Kim
3
-2
/
+7
[next]