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-08-03
xfs: add rmap btree growfs support
Darrick J. Wong
1
-0
/
+73
2016-08-03
xfs: define the on-disk rmap btree format
Darrick J. Wong
13
-8
/
+415
2016-08-03
xfs: introduce rmap extent operation stubs
Darrick J. Wong
5
-2
/
+195
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
13
-33
/
+181
2016-08-03
xfs: rmap btree add more reserved blocks
Darrick J. Wong
6
-11
/
+20
2016-08-03
xfs: add rmap btree stats infrastructure
Darrick J. Wong
3
-3
/
+21
2016-08-03
xfs: introduce rmap btree definitions
Darrick J. Wong
5
-9
/
+30
2016-08-03
xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: add tracepoints and error injection for deferred extent freeing
Darrick J. Wong
4
-2
/
+16
2016-08-03
xfs: refactor redo intent item processing
Darrick J. Wong
3
-99
/
+151
2016-08-03
xfs: rename flist/free_list to dfops
Darrick J. Wong
20
-241
/
+241
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
23
-193
/
+182
2016-08-03
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
24
-171
/
+42
2016-08-03
xfs: enable the xfs_defer mechanism to process extents to free
Darrick J. Wong
4
-0
/
+115
2016-08-03
xfs: clean up typedef usage in the EFI/EFD handling code
Darrick J. Wong
2
-18
/
+18
2016-08-03
xfs: add tracepoints for the deferred ops mechanism
Darrick J. Wong
3
-0
/
+218
2016-08-03
xfs: move deferred operations into a separate file
Darrick J. Wong
3
-0
/
+540
2016-08-03
xfs: refactor btree owner change into a separate visit-blocks function
Darrick J. Wong
2
-50
/
+96
2016-08-03
xfs: introduce interval queries on btrees
Darrick J. Wong
3
-5
/
+282
2016-08-03
xfs: support btrees with overlapping intervals for keys
Darrick J. Wong
3
-13
/
+392
2016-08-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
49
-617
/
+760
2016-08-03
xfs: add function pointers for get/update keys to the btree
Darrick J. Wong
5
-64
/
+135
2016-08-03
xfs: during btree split, save new block key & ptr for future insertion
Darrick J. Wong
5
-56
/
+20
2016-08-03
xfs: set *stat=1 after iroot realloc
Darrick J. Wong
1
-0
/
+1
2016-08-03
xfs: fix locking of the rt bitmap/summary inodes
Darrick J. Wong
2
-3
/
+5
2016-08-03
xfs: fix attr shortform structure alignment on cris
Darrick J. Wong
1
-0
/
+1
2016-08-03
xfs: in _attrlist_by_handle, copy the cursor back to userspace
Darrick J. Wong
1
-0
/
+6
2016-08-03
Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux
Linus Torvalds
8
-30
/
+89
2016-08-03
Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
13
-752
/
+999
2016-08-03
reiserfs: fix "new_insert_key may be used uninitialized ..."
Jeff Mahoney
1
-1
/
+2
2016-08-03
nilfs2: move ioctl interface and disk layout to uapi separately
Ryusuke Konishi
13
-20
/
+29
2016-08-03
nilfs2: use BIT() macro
Ryusuke Konishi
6
-38
/
+37
2016-08-03
nilfs2: fix misuse of a semaphore in sysfs code
Ryusuke Konishi
2
-27
/
+24
2016-08-03
nilfs2: refactor parser of snapshot mount option
Ryusuke Konishi
1
-18
/
+35
2016-08-03
nilfs2: do not use yield()
Ryusuke Konishi
1
-1
/
+1
2016-08-03
nilfs2: emit error message when I/O error is detected
Ryusuke Konishi
3
-2
/
+16
2016-08-03
nilfs2: replace nilfs_warning() with nilfs_msg()
Ryusuke Konishi
8
-82
/
+61
2016-08-03
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
13
-275
/
+283
2016-08-03
nilfs2: embed a back pointer to super block instance in nilfs object
Ryusuke Konishi
3
-5
/
+8
2016-08-03
nilfs2: add nilfs_msg() message interface
Ryusuke Konishi
2
-0
/
+23
2016-08-03
nilfs2: hide function name argument from nilfs_error()
Ryusuke Konishi
5
-36
/
+51
2016-08-03
fs/binfmt_em86.c: fix incompatible pointer type
Daniel Wagner
1
-1
/
+2
2016-08-03
binfmt_elf: fix calculations for bss padding
Kees Cook
1
-16
/
+18
2016-08-03
firmware: support loading into a pre-allocated buffer
Stephen Boyd
1
-3
/
+6
2016-08-03
fs/proc/task_mmu.c: suppress compilation warnings with W=1
Valdis Kletnieks
1
-0
/
+1
2016-08-03
procfs: avoid 32-bit time_t in /proc/*/stat
Arnd Bergmann
1
-6
/
+4
2016-08-03
proc_oom_score: remove tasklist_lock and pid_alive()
Oleg Nesterov
1
-5
/
+2
2016-08-03
radix-tree: account nodes to memcg only if explicitly requested
Vladimir Davydov
1
-1
/
+1
2016-08-03
ocfs2/dlm: continue to purge recovery lockres when recovery master goes down
piaojun
4
-46
/
+74
2016-08-03
ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref
piaojun
2
-5
/
+17
[prev]
[next]