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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
4
-38
/
+183
2023-08-23
Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
304
-1672
/
+2996
2023-08-22
super: use higher-level helper for {freeze,thaw}
Christian Brauner
1
-3
/
+12
2023-08-21
super: wait until we passed kill super
Christian Brauner
2
-7
/
+65
2023-08-21
super: wait for nascent superblocks
Christian Brauner
2
-51
/
+154
2023-08-21
super: make locking naming consistent
Christian Brauner
3
-17
/
+17
2023-08-21
super: use locking helpers
Christian Brauner
1
-48
/
+78
2023-08-21
fs: simplify invalidate_inodes
Christoph Hellwig
3
-17
/
+4
2023-08-21
fs: remove get_super
Christoph Hellwig
2
-38
/
+0
2023-08-21
block: call into the file system for ioctl BLKFLSBUF
Christoph Hellwig
4
-19
/
+26
2023-08-21
block: call into the file system for bdev_mark_dead
Christoph Hellwig
4
-44
/
+40
2023-08-21
block: consolidate __invalidate_device and fsync_bdev
Christoph Hellwig
7
-20
/
+37
2023-08-21
block: drop the "busy inodes on changed media" log message
Christoph Hellwig
1
-6
/
+2
2023-08-21
dasd: also call __invalidate_device when setting the device offline
Christoph Hellwig
1
-3
/
+2
2023-08-21
amiflop: don't call fsync_bdev in FDFMTBEG
Christoph Hellwig
1
-1
/
+0
2023-08-21
floppy: call disk_force_media_change when changing the format
Christoph Hellwig
1
-1
/
+1
2023-08-21
block: simplify the disk_force_media_change interface
Christoph Hellwig
3
-15
/
+8
2023-08-21
nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
Christoph Hellwig
1
-5
/
+3
2023-08-11
xfs use fs_holder_ops for the log and RT devices
Christoph Hellwig
1
-15
/
+4
2023-08-11
xfs: drop s_umount over opening the log and RT devices
Christoph Hellwig
1
-4
/
+14
2023-08-11
ext4: use fs_holder_ops for the log device
Christoph Hellwig
1
-10
/
+1
2023-08-11
ext4: drop s_umount over opening the log device
Christoph Hellwig
1
-0
/
+3
2023-08-11
fs: export fs_holder_ops
Christoph Hellwig
2
-1
/
+4
2023-08-11
fs: stop using get_super in fs_mark_dead
Christoph Hellwig
1
-4
/
+26
2023-08-11
fs: use the super_block as holder when mounting file systems
Christoph Hellwig
5
-11
/
+10
2023-08-10
ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
Christoph Hellwig
1
-2
/
+2
2023-08-10
nilfs2: use setup_bdev_super to de-duplicate the mount code
Christoph Hellwig
1
-51
/
+30
2023-08-10
fs: export setup_bdev_super
Christoph Hellwig
2
-1
/
+4
2023-08-10
fs: open block device after superblock creation
Jan Kara
3
-99
/
+107
2023-08-10
ntfs3: free the sbi in ->kill_sb
Christoph Hellwig
1
-13
/
+12
2023-08-10
ntfs3: don't call sync_blockdev in ntfs_put_super
Christoph Hellwig
1
-2
/
+0
2023-08-10
ntfs3: rename put_ntfs ntfs3_free_sbi
Christoph Hellwig
1
-5
/
+5
2023-08-10
exfat: free the sbi and iocharset in ->kill_sb
Christoph Hellwig
1
-10
/
+18
2023-08-10
exfat: don't RCU-free the sbi
Christoph Hellwig
2
-13
/
+4
2023-08-10
ext4: close the external journal device in ->kill_sb
Christoph Hellwig
1
-25
/
+25
2023-08-10
xfs: document the invalidate_bdev call in invalidate_bdev
Christoph Hellwig
1
-0
/
+26
2023-08-10
xfs: close the external block devices in xfs_mount_free
Christoph Hellwig
2
-16
/
+22
2023-08-10
xfs: close the RT and log block devices in xfs_free_buftarg
Christoph Hellwig
1
-0
/
+5
2023-08-10
xfs: remove xfs_blkdev_put
Christoph Hellwig
1
-13
/
+5
2023-08-10
xfs: free the xfs_mount in ->kill_sb
Christoph Hellwig
1
-9
/
+11
2023-08-10
xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
Christoph Hellwig
1
-4
/
+0
2023-08-10
xfs: reformat the xfs_fs_free prototype
Christoph Hellwig
1
-1
/
+2
2023-08-09
fs, block: remove bdev->bd_super
Christoph Hellwig
3
-5
/
+0
2023-08-09
ocfs2: stop using bdev->bd_super for journal error logging
Christoph Hellwig
1
-3
/
+3
2023-08-09
ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
Christoph Hellwig
1
-2
/
+1
2023-08-09
fs: stop using bdev->bd_super in mark_buffer_write_io_error
Christoph Hellwig
1
-8
/
+3
2023-08-04
xfs: stabilize fs summary counters for online fsck
Darrick J. Wong
4
-38
/
+183
2023-07-17
fs: wait for partially frozen filesystems
Darrick J. Wong
1
-2
/
+32
2023-07-17
fs: distinguish between user initiated freeze and kernel initiated freeze
Darrick J. Wong
8
-34
/
+106
2023-07-17
Linux 6.5-rc2
Linus Torvalds
1
-1
/
+1
[next]