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
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
f2fs: skip releasing nodes in chindless extent tree
Chao Yu
1
-4
/
+9
2016-01-08
f2fs: use atomic type for node count in extent tree
Chao Yu
2
-9
/
+10
2016-01-08
f2fs: recognize encrypted data in f2fs_fiemap
Chao Yu
1
-1
/
+5
2016-01-08
f2fs: clean up f2fs_balance_fs
Jaegeuk Kim
8
-38
/
+33
2016-01-08
f2fs: remove redundant calls
Jaegeuk Kim
1
-3
/
+0
2016-01-08
f2fs: avoid unnecessary f2fs_balance_fs calls
Jaegeuk Kim
6
-29
/
+30
2016-01-08
f2fs: check the page status filled from disk
Jaegeuk Kim
1
-6
/
+5
2016-01-08
f2fs: introduce __get_node_page to reuse common code
Chao Yu
1
-53
/
+35
2016-01-08
f2fs: check node id earily when readaheading node page
Chao Yu
1
-3
/
+8
2016-01-08
locks: rename __posix_lock_file to posix_lock_inode
Jeff Layton
1
-5
/
+6
2016-01-08
locks: prink more detail when there are leaked locks
Jeff Layton
1
-4
/
+29
2016-01-08
locks: pass inode pointer to locks_free_lock_context
Jeff Layton
2
-2
/
+4
2016-01-08
locks: sprinkle some tracepoints around the file locking code
Jeff Layton
1
-3
/
+9
2016-01-08
locks: don't check for race with close when setting OFD lock
Jeff Layton
1
-6
/
+10
2016-01-08
locks: fix unlock when fcntl_setlk races with a close
Jeff Layton
1
-21
/
+30
2016-01-08
xfs: bmapbt checking on debug kernels too expensive
Dave Chinner
1
-2
/
+8
2016-01-08
xfs: add tracepoints to readpage calls
Dave Chinner
2
-0
/
+28
2016-01-07
f2fs: read isize while holding i_mutex in fiemap
Fan Li
1
-1
/
+3
2016-01-07
Revert "f2fs: check the node block address of newly allocated nid"
Jaegeuk Kim
1
-9
/
+0
2016-01-07
f2fs: cover more area with nat_tree_lock
Jaegeuk Kim
1
-17
/
+12
2016-01-07
jffs2: use to_delayed_work
Geliang Tang
1
-1
/
+1
2016-01-06
fs: use block_device name vsprintf helper
Dmitry Monakhov
17
-90
/
+49
2016-01-06
fs: use gendisk->disk_name where possible
Dmitry Monakhov
1
-9
/
+3
2016-01-06
poll: plug an unused argument to do_poll
Mateusz Guzik
1
-3
/
+3
2016-01-05
Merge branch 'xfs-dax-fixes-for-4.5' into for-next
Dave Chinner
2
-12
/
+24
2016-01-05
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
Dave Chinner
28
-83
/
+126
2016-01-04
xfs: debug mode log record crc error injection
Brian Foster
3
-7
/
+77
2016-01-04
xfs: detect and trim torn writes during log recovery
Brian Foster
1
-20
/
+289
2016-01-04
HFS wants 8Kb per-superblock allocation; just use kmalloc()
Al Viro
1
-2
/
+2
2016-01-04
jfs: microoptimize get_zeroed_page / virt_to_page
Al Viro
1
-5
/
+4
2016-01-04
hpfs: missing endianness annotation
Al Viro
1
-1
/
+1
2016-01-04
don't carry MAY_OPEN in op->acc_mode
Al Viro
3
-18
/
+12
2016-01-04
saner calling conventions for copy_mount_options()
Al Viro
3
-30
/
+28
2016-01-04
proc_pid_attr_write(): switch to memdup_user()
Al Viro
1
-10
/
+7
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
3
-36
/
+12
2016-01-04
Merge branch 'memdup_user_nul' into work.misc
Al Viro
27
-61
/
+114
2016-01-04
configfs: implement binary attributes
Pantelis Antoniou
4
-13
/
+276
2016-01-04
f2fs: introduce max_file_blocks in sbi
Chao Yu
3
-5
/
+6
2016-01-04
xfs: fix recursive splice read locking with DAX
Dave Chinner
1
-9
/
+16
2016-01-04
xfs: Don't use reserved blocks for data blocks with DAX
Dave Chinner
1
-3
/
+8
2016-01-04
XFS: Use a signed return type for suffix_kstrtoint()
Markus Elfring
1
-1
/
+1
2016-01-04
libxfs: refactor short btree block verification
Darrick J. Wong
4
-54
/
+67
2016-01-04
libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
Darrick J. Wong
1
-1
/
+1
2016-01-04
libxfs: use a convenience variable instead of open-coding the fork
Darrick J. Wong
1
-11
/
+12
2016-01-04
xfs: fix log ticket type printing
Darrick J. Wong
1
-2
/
+4
2016-01-04
libxfs: make xfs_alloc_fix_freelist non-static
Darrick J. Wong
2
-1
/
+2
2016-01-04
xfs: make xfs_buf_ioend_async() static
Alexander Kuleshov
1
-1
/
+1
2016-01-04
xfs: send warning of project quota to userspace via netlink
Masatake YAMATO
1
-5
/
+9
2016-01-04
xfs: get mp from bma->ip in xfs_bmap code
Eric Sandeen
1
-2
/
+2
2016-01-04
xfs: print name of verifier if it fails
Eric Sandeen
18
-2
/
+24
[prev]
[next]