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
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-03
xfs: consolidate the eofblocks and cowblocks workers
Darrick J. Wong
8
-99
/
+48
2021-02-03
xfs: consolidate incore inode radix tree posteof/cowblocks tags
Darrick J. Wong
3
-66
/
+58
2021-02-03
xfs: remove trivial eof/cowblocks functions
Darrick J. Wong
1
-22
/
+8
2021-02-03
xfs: hide xfs_icache_free_cowblocks
Darrick J. Wong
3
-3
/
+2
2021-02-03
xfs: hide xfs_icache_free_eofblocks
Darrick J. Wong
3
-3
/
+2
2021-02-03
xfs: relocate the eofb/cowb workqueue functions
Darrick J. Wong
1
-63
/
+63
2021-02-03
xfs: set WQ_SYSFS on all workqueues in debug mode
Darrick J. Wong
4
-12
/
+24
2021-02-03
xfs: increase the default parallelism levels of pwork clients
Darrick J. Wong
3
-27
/
+7
2021-02-03
xfs: flush speculative space allocations when we run out of space
Darrick J. Wong
1
-0
/
+11
2021-02-03
xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
Darrick J. Wong
4
-8
/
+36
2021-02-03
xfs: add a tracepoint for blockgc scans
Darrick J. Wong
3
-0
/
+44
2021-02-03
xfs: flush eof/cowblocks if we can't reserve quota for chown
Darrick J. Wong
1
-10
/
+19
2021-02-03
xfs: flush eof/cowblocks if we can't reserve quota for inode creation
Darrick J. Wong
3
-30
/
+49
2021-02-03
xfs: flush eof/cowblocks if we can't reserve quota for file blocks
Darrick J. Wong
2
-0
/
+15
2021-02-03
xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
Darrick J. Wong
1
-3
/
+20
2021-02-03
xfs: pass flags and return gc errors from xfs_blockgc_free_quota
Darrick J. Wong
3
-15
/
+23
2021-02-03
xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
Darrick J. Wong
3
-57
/
+57
2021-02-03
xfs: xfs_inode_free_quota_blocks should scan project quota
Darrick J. Wong
1
-0
/
+9
2021-02-03
xfs: don't stall cowblocks scan if we can't take locks
Darrick J. Wong
1
-3
/
+18
2021-02-03
xfs: trigger all block gc scans when low on quota space
Darrick J. Wong
3
-41
/
+24
2021-02-03
xfs: shut down the filesystem if we screw up quota reservation
Darrick J. Wong
1
-3
/
+10
2021-02-03
xfs: rename code to error in xfs_ioctl_setattr
Darrick J. Wong
1
-19
/
+19
2021-02-03
xfs: remove xfs_qm_vop_chown_reserve
Darrick J. Wong
3
-54
/
+14
2021-02-03
xfs: refactor inode ownership change transaction/inode/quota allocation idiom
Darrick J. Wong
4
-43
/
+77
2021-02-03
xfs: refactor inode creation transaction/inode/quota allocation idiom
Darrick J. Wong
4
-28
/
+53
2021-02-03
xfs: refactor reflink functions to use xfs_trans_alloc_inode
Darrick J. Wong
2
-33
/
+23
2021-02-03
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
6
-46
/
+18
2021-02-03
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
6
-38
/
+59
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
7
-56
/
+60
2021-02-03
xfs: fix up build warnings when quotas are disabled
Darrick J. Wong
1
-3
/
+3
2021-02-03
xfs: clean up icreate quota reservation calls
Darrick J. Wong
4
-10
/
+31
2021-02-03
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
4
-17
/
+7
2021-02-03
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
3
-9
/
+25
2021-02-03
xfs: clean up quota reservation callsites
Darrick J. Wong
3
-6
/
+5
2021-02-03
xfs: reduce quota reservation when doing a dax unwritten extent conversion
Darrick J. Wong
1
-1
/
+1
2021-02-03
xfs: fix chown leaking delalloc quota blocks when fssetxattr fails
Darrick J. Wong
1
-57
/
+35
2021-02-01
xfs: reduce exclusive locking on unaligned dio
Dave Chinner
2
-21
/
+66
2021-02-01
xfs: split the unaligned DIO write code out
Dave Chinner
1
-85
/
+85
2021-02-01
xfs: improve the reflink_bounce_dio_write tracepoint
Christoph Hellwig
2
-3
/
+3
2021-02-01
xfs: simplify the read/write tracepoints
Christoph Hellwig
2
-21
/
+17
2021-02-01
xfs: remove the buffered I/O fallback assert
Christoph Hellwig
1
-6
/
+0
2021-02-01
xfs: cleanup the read/write helper naming
Christoph Hellwig
1
-15
/
+15
2021-02-01
xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
Christoph Hellwig
1
-4
/
+21
2021-02-01
xfs: factor out a xfs_ilock_iocb helper
Christoph Hellwig
1
-26
/
+29
2021-02-01
xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
Chandan Babu R
1
-5
/
+4
2021-02-01
xfs: fix unused log variable in xfs_log_cover()
Brian Foster
1
-3
/
+2
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
1
-1
/
+1
2021-01-24
xfs: support idmapped mounts
Christoph Hellwig
14
-65
/
+110
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
3
-24
/
+34
2021-01-24
acl: handle idmapped mounts
Christian Brauner
3
-5
/
+7
[prev]
[next]