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
2018-10-18
xfs: Add attibute remove and helper functions
Allison Henderson
2
-11
/
+26
2018-10-18
xfs: Add attibute set and helper functions
Allison Henderson
4
-87
/
+115
2018-10-18
xfs: Add helper function xfs_attr_try_sf_addname
Allison Henderson
1
-23
/
+30
2018-10-18
xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
Allison Henderson
1
-0
/
+0
2018-10-18
xfs: issue log message on user force shutdown
Dave Chinner
1
-25
/
+25
2018-10-18
xfs: fix buffer state management in xrep_findroot_block
Darrick J. Wong
3
-14
/
+71
2018-10-18
xfs: always assign buffer verifiers when one is provided
Darrick J. Wong
3
-17
/
+78
2018-10-18
xfs: xrep_findroot_block should reject root blocks with siblings
Darrick J. Wong
1
-13
/
+48
2018-10-18
xfs: add a define for statfs magic to uapi
Adam Borowski
1
-2
/
+3
2018-10-18
xfs: print dangling delalloc extents
Christoph Hellwig
1
-1
/
+32
2018-10-18
xfs: fix fork selection in xfs_find_trim_cow_extent
Christoph Hellwig
1
-2
/
+6
2018-10-18
xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
Christoph Hellwig
4
-16
/
+10
2018-10-18
xfs: remove the unused shared argument to xfs_reflink_reserve_cow
Christoph Hellwig
3
-12
/
+8
2018-10-18
xfs: handle zeroing in xfs_file_iomap_begin_delay
Christoph Hellwig
1
-6
/
+38
2018-10-18
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
6
-94
/
+12
2018-10-18
xfs: remove XFS_IO_INVALID
Christoph Hellwig
2
-10
/
+8
2018-10-17
f2fs: remove request_list check in is_idle()
Jens Axboe
1
-7
/
+0
2018-10-16
f2fs: allow to mount, if quota is failed
Jaegeuk Kim
1
-6
/
+1
2018-10-16
f2fs: update REQ_TIME in f2fs_cross_rename()
Sahitya Tummala
1
-0
/
+4
2018-10-16
f2fs: do not update REQ_TIME in case of error conditions
Sahitya Tummala
2
-2
/
+2
2018-10-16
f2fs: remove unneeded disable_nat_bits()
Chao Yu
1
-3
/
+1
2018-10-16
f2fs: remove unused sbi->trigger_ssr_threshold
Chao Yu
1
-1
/
+0
2018-10-16
f2fs: shrink sbi->sb_lock coverage in set_file_temperature()
Chao Yu
1
-7
/
+10
2018-10-16
f2fs: use rb_*_cached friends
Chao Yu
3
-48
/
+69
2018-10-16
f2fs: fix to recover cold bit of inode block during POR
Chao Yu
2
-1
/
+7
2018-10-16
f2fs: submit cached bio to avoid endless PageWriteback
Chao Yu
3
-25
/
+61
2018-10-16
f2fs: checkpoint disabling
Daniel Rosenberg
11
-14
/
+318
2018-10-16
jffs2: free jffs2_sb_info through jffs2_kill_sb()
Hou Tao
1
-3
/
+1
2018-10-15
gfs2: write revokes should traverse sd_ail1_list in reverse
Bob Peterson
1
-2
/
+2
2018-10-15
btrfs: switch return_bigger to bool in find_ref_head
Lu Fengqi
1
-5
/
+6
2018-10-15
btrfs: remove fs_info from btrfs_should_throttle_delayed_refs
Lu Fengqi
4
-9
/
+6
2018-10-15
btrfs: remove fs_info from btrfs_check_space_for_delayed_refs
Lu Fengqi
4
-7
/
+6
2018-10-15
btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lock
Lu Fengqi
3
-6
/
+3
2018-10-15
btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_head
Lu Fengqi
3
-8
/
+5
2018-10-15
btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branch
Lu Fengqi
1
-6
/
+7
2018-10-15
btrfs: relocation: Remove redundant tree level check
Qu Wenruo
1
-1
/
+0
2018-10-15
btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safe
Qu Wenruo
1
-15
/
+8
2018-10-15
btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
Qu Wenruo
2
-0
/
+6
2018-10-15
Btrfs: fix wrong dentries after fsync of file that got its parent replaced
Filipe Manana
1
-3
/
+27
2018-10-15
Btrfs: fix warning when replaying log after fsync of a tmpfile
Filipe Manana
1
-10
/
+32
2018-10-15
btrfs: drop min_size from evict_refill_and_join
Josef Bacik
1
-10
/
+6
2018-10-15
btrfs: assert on non-empty delayed iputs
Josef Bacik
1
-0
/
+1
2018-10-15
btrfs: make sure we create all new block groups
Josef Bacik
1
-2
/
+5
2018-10-15
btrfs: reset max_extent_size on clear in a bitmap
Josef Bacik
1
-0
/
+2
2018-10-15
btrfs: protect space cache inode alloc with GFP_NOFS
Josef Bacik
1
-0
/
+8
2018-10-15
btrfs: release metadata before running delayed refs
Josef Bacik
1
-3
/
+3
2018-10-15
Btrfs: kill btrfs_clear_path_blocking
Liu Bo
3
-58
/
+4
2018-10-15
btrfs: dev-replace: remove pointless assert in write unlock
David Sterba
1
-1
/
+0
2018-10-15
btrfs: dev-replace: move replace members out of fs_info
David Sterba
3
-15
/
+16
2018-10-15
btrfs: dev-replace: avoid useless lock on error handling path
David Sterba
1
-1
/
+6
[prev]
[next]