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
2017-04-27
xfs: Allow user to kill fstrim process
Lukas Czerner
1
-1
/
+9
2017-04-25
xfs: better log intent item refcount checking
Darrick J. Wong
4
-0
/
+4
2017-04-25
xfs: fix up quotacheck buffer list error handling
Brian Foster
3
-6
/
+26
2017-04-25
xfs: remove xfs_trans_ail_delete_bulk
Christoph Hellwig
3
-60
/
+55
2017-04-25
xfs: don't use bool values in trace buffers
Christoph Hellwig
1
-5
/
+5
2017-04-25
xfs: fix getfsmap userspace memory corruption while setting OF_LAST
Darrick J. Wong
1
-1
/
+1
2017-04-25
xfs: fix __user annotations for xfs_ioc_getfsmap
Christoph Hellwig
1
-8
/
+8
2017-04-25
xfs: corruption needs to respect endianess too!
Christoph Hellwig
1
-1
/
+1
2017-04-25
xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmap
Christoph Hellwig
1
-1
/
+1
2017-04-25
xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmap
Christoph Hellwig
1
-1
/
+1
2017-04-25
xfs: simplify validation of the unwritten extent bit
Christoph Hellwig
6
-122
/
+41
2017-04-25
xfs: remove unused values from xfs_exntst_t
Christoph Hellwig
1
-1
/
+0
2017-04-25
xfs: remove the unused XFS_MAXLINK_1 define
Christoph Hellwig
1
-2
/
+0
2017-04-25
xfs: more do_div cleanups
Eric Sandeen
3
-7
/
+4
2017-04-25
xfs: remove use of do_div with 32-bit dividend in quota
Eric Sandeen
1
-2
/
+2
2017-04-25
xfs: remove the trailing newline used in the fmt parameter of TP_printk
Hou Tao
1
-14
/
+15
2017-04-25
xfs: prevent multi-fsb dir readahead from reading random blocks
Brian Foster
1
-2
/
+3
2017-04-25
xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
Eric Sandeen
1
-2
/
+8
2017-04-25
iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
Chandan Rajendra
1
-0
/
+3
2017-04-25
xfs: remove bmap block allocation retries
Christoph Hellwig
2
-46
/
+0
2017-04-25
xfs: remove xfs_bmap_remap_alloc
Christoph Hellwig
2
-83
/
+2
2017-04-25
xfs: introduce xfs_bmapi_remap
Christoph Hellwig
1
-45
/
+112
2017-04-25
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
Christoph Hellwig
1
-59
/
+64
2017-04-25
xfs: remove attr fork handling in xfs_bmap_finish_one
Christoph Hellwig
1
-6
/
+3
2017-04-25
xfs: fix integer truncation in xfs_bmap_remap_alloc
Christoph Hellwig
1
-1
/
+1
2017-04-12
xfs: drop iolock from reclaim context to appease lockdep
Brian Foster
2
-9
/
+8
2017-04-12
xfs: remove custom do_div implementations
Eric Sandeen
1
-85
/
+0
2017-04-12
xfs: simplify xfs_calc_dquots_per_chunk
Eric Sandeen
1
-6
/
+1
2017-04-07
xfs: actually report xattr extents via iomap
Darrick J. Wong
1
-2
/
+2
2017-04-07
xfs: fold __xfs_trans_roll into xfs_trans_roll
Christoph Hellwig
2
-16
/
+2
2017-04-04
xfs: report realtime space information via the rtbitmap
Darrick J. Wong
1
-1
/
+119
2017-04-04
xfs: have getfsmap fall back to the freesp btrees when rmap is not present
Darrick J. Wong
1
-3
/
+69
2017-04-04
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
12
-0
/
+1048
2017-04-04
xfs: add a couple of queries to iterate free extents in the rtbitmap
Darrick J. Wong
2
-2
/
+90
2017-04-04
xfs: create a function to query all records in a btree
Darrick J. Wong
6
-7
/
+57
2017-04-04
xfs: provide a query_range function for freespace btrees
Darrick J. Wong
2
-0
/
+52
2017-04-04
xfs: plumb in needed functions for range querying of the freespace btrees
Darrick J. Wong
1
-43
/
+129
2017-04-04
xfs: fix over-copying of getbmap parameters from userspace
Darrick J. Wong
1
-2
/
+3
2017-04-04
xfs: Remove obsolete declaration of xfs_buf_get_empty
Nikolay Borisov
1
-1
/
+0
2017-04-04
xfs: fix up inode validation failure message
Eric Sandeen
1
-1
/
+1
2017-04-04
xfs: remove the ISUNWRITTEN macro
Christoph Hellwig
3
-5
/
+4
2017-04-04
xfs: factor out a xfs_bmap_is_real_extent helper
Christoph Hellwig
4
-24
/
+20
2017-04-04
xfs: use dedicated log worker wq to avoid deadlock with cil wq
Brian Foster
3
-1
/
+10
2017-04-04
xfs: fix kernel memory exposure problems
Darrick J. Wong
1
-1
/
+1
2017-04-04
xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
Calvin Owens
1
-1
/
+9
2017-03-29
xfs: rework the inline directory verifiers
Darrick J. Wong
5
-56
/
+66
2017-03-26
Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2017-03-26
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-50
/
+47
2017-03-26
Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-70
/
+15
2017-03-26
ext4: fix two spelling nits
Theodore Ts'o
2
-2
/
+2
[next]