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
2019-07-13
Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
160
-4703
/
+4397
2019-07-13
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...
Linus Torvalds
1
-85
/
+69
2019-07-11
Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...
Linus Torvalds
1
-14
/
+1
2019-07-10
xfs: chain bios the right way around in xfs_rw_bdev
Christoph Hellwig
1
-1
/
+1
2019-07-09
xfs: bump INUMBERS cursor correctly in xfs_inumbers_walk
Darrick J. Wong
1
-3
/
+2
2019-07-07
xfs: don't update lastino for FSBULKSTAT_SINGLE
Darrick J. Wong
1
-1
/
+0
2019-07-05
xfs: online scrub needn't bother zeroing its temporary buffer
Darrick J. Wong
1
-1
/
+5
2019-07-05
xfs: only allocate memory for scrubbing attributes when we need it
Darrick J. Wong
2
-10
/
+63
2019-07-05
xfs: refactor attr scrub memory allocation function
Darrick J. Wong
2
-9
/
+26
2019-07-05
xfs: refactor extended attribute buffer pointer functions
Darrick J. Wong
2
-9
/
+72
2019-07-05
xfs: attribute scrub should use seen_enough to pass error values
Darrick J. Wong
2
-3
/
+13
2019-07-04
xfs: allow single bulkstat of special inodes
Darrick J. Wong
2
-1
/
+31
2019-07-04
xfs: specify AG in bulk req
Darrick J. Wong
7
-12
/
+69
2019-07-04
xfs: wire up the v5 inumbers ioctl
Darrick J. Wong
4
-0
/
+62
2019-07-04
xfs: wire up new v5 bulkstat ioctls
Darrick J. Wong
4
-1
/
+123
2019-07-04
xfs: introduce v5 inode group structure
Darrick J. Wong
7
-9
/
+42
2019-07-04
xfs: introduce new v5 bulkstat structure
Darrick J. Wong
9
-30
/
+125
2019-07-04
xfs: rename bulkstat functions
Darrick J. Wong
3
-18
/
+19
2019-07-04
xfs: remove various bulk request typedef usage
Darrick J. Wong
4
-20
/
+23
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
4
-17
/
+7
2019-07-03
xfs: poll waiting for quotacheck
Darrick J. Wong
5
-2
/
+28
2019-07-03
xfs: multithreaded iwalk implementation
Darrick J. Wong
10
-1
/
+325
2019-07-02
xfs: refactor INUMBERS to use iwalk functions
Darrick J. Wong
5
-150
/
+93
2019-07-02
xfs: refactor iwalk code to handle walking inobt records
Darrick J. Wong
2
-3
/
+121
2019-07-02
xfs: refactor xfs_iwalk_grab_ichunk
Darrick J. Wong
1
-40
/
+39
2019-07-02
xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
Darrick J. Wong
1
-6
/
+6
2019-07-02
xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
Darrick J. Wong
1
-20
/
+17
2019-07-02
xfs: move bulkstat ichunk helpers to iwalk code
Darrick J. Wong
3
-104
/
+93
2019-07-02
xfs: calculate inode walk prefetch more carefully
Darrick J. Wong
1
-3
/
+45
2019-07-02
xfs: convert bulkstat to new iwalk infrastructure
Darrick J. Wong
5
-406
/
+264
2019-07-02
xfs: bulkstat should copy lastip whenever userspace supplies one
Darrick J. Wong
2
-14
/
+12
2019-07-02
xfs: convert quotacheck to use the new iwalk functions
Darrick J. Wong
1
-43
/
+20
2019-07-02
xfs: create simplified inode walk function
Darrick J. Wong
8
-6
/
+496
2019-07-02
xfs: create iterator error codes
Darrick J. Wong
6
-8
/
+14
2019-07-01
vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
Darrick J. Wong
1
-41
/
+29
2019-07-01
vfs: teach vfs_ioc_fssetxattr_check to check project id info
Darrick J. Wong
1
-15
/
+0
2019-07-01
vfs: create a generic checking function for FS_IOC_FSSETXATTR
Darrick J. Wong
1
-29
/
+40
2019-07-01
block: fix .bi_size overflow
Ming Lei
1
-1
/
+1
2019-06-30
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
6
-23
/
+41
2019-06-30
xfs: simplify xfs_ioend_can_merge
Christoph Hellwig
1
-12
/
+2
2019-06-30
xfs: allow merging ioends over append boundaries
Christoph Hellwig
1
-7
/
+21
2019-06-30
xfs: fix a comment typo in xfs_submit_ioend
Christoph Hellwig
1
-1
/
+1
2019-06-30
xfs: remove the unused xfs_count_page_state declaration
Christoph Hellwig
1
-1
/
+0
2019-06-29
xfs: fix iclog allocation size
Christoph Hellwig
1
-1
/
+2
2019-06-29
xfs: remove unused header files
Eric Sandeen
113
-570
/
+0
2019-06-29
xfs: implement cgroup aware writeback
Christoph Hellwig
2
-1
/
+5
2019-06-29
xfs: simplify xfs_chain_bio
Christoph Hellwig
1
-18
/
+17
2019-06-29
xfs: account for log space when formatting new AGs
Darrick J. Wong
1
-0
/
+67
2019-06-29
xfs: refactor free space btree record initialization
Darrick J. Wong
1
-11
/
+16
2019-06-29
xfs: always update params on small allocation
Brian Foster
1
-2
/
+2
[next]