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
2021-06-28
gfs2: Fix do_gfs2_set_flags description
Andreas Gruenbacher
1
-1
/
+1
2021-06-25
smb3: prevent races updating CurrentMid
Steve French
2
-1
/
+4
2021-06-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-06-25
Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-17
/
+26
2021-06-25
Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-15
/
+45
2021-06-25
nilfs2: fix memory leak in nilfs_sysfs_delete_device_group
Pavel Skripkin
1
-0
/
+1
2021-06-25
cifs: fix missing spinlock around update to ses->status
Steve French
2
-2
/
+6
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
1
-2
/
+2
2021-06-24
block: move bdev_disk_changed
Christoph Hellwig
1
-53
/
+0
2021-06-24
cifs: missing null pointer check in cifs_mount
Steve French
1
-1
/
+1
2021-06-24
smb3: fix possible access to uninitialized pointer to DACL
Steve French
1
-1
/
+1
2021-06-24
cifs: missing null check for newinode pointer
Steve French
1
-4
/
+5
2021-06-23
cifs: remove two cases where rc is set unnecessarily in sid_to_id
Steve French
1
-2
/
+0
2021-06-23
SMB3: Add new info level for query directory
Steve French
2
-3
/
+38
2021-06-23
cifs: fix NULL dereference in smb2_check_message()
Dan Carpenter
1
-3
/
+2
2021-06-22
btrfs: remove unused btrfs_fs_info::total_pinned
Nikolay Borisov
1
-2
/
+0
2021-06-22
smbdirect: missing rc checks while waiting for rdma events
Steve French
1
-2
/
+12
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
7
-97
/
+0
2021-06-22
btrfs: rip the first_ticket_bytes logic from fail_all_tickets
Josef Bacik
1
-16
/
+0
2021-06-22
btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing
Josef Bacik
1
-16
/
+0
2021-06-22
btrfs: rip out may_commit_transaction
Josef Bacik
2
-126
/
+11
2021-06-22
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
5
-31
/
+2
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
6
-19
/
+32
2021-06-22
btrfs: shorten integrity checker extent data mount option
David Sterba
3
-6
/
+4
2021-06-22
btrfs: switch mount option bits to enums and use wider type
David Sterba
1
-32
/
+33
2021-06-22
btrfs: props: change how empty value is interpreted
David Sterba
1
-0
/
+14
2021-06-22
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
1
-1
/
+1
2021-06-22
btrfs: fix unbalanced unlock in qgroup_account_snapshot()
Naohiro Aota
1
-1
/
+1
2021-06-22
btrfs: sysfs: export dev stats in devinfo directory
David Sterba
1
-0
/
+29
2021-06-22
btrfs: fix typos in comments
David Sterba
19
-28
/
+28
2021-06-22
btrfs: remove a stale comment for btrfs_decompress_bio()
Qu Wenruo
1
-14
/
+0
2021-06-22
btrfs: send: use list_move_tail instead of list_del/list_add_tail
Baokun Li
1
-11
/
+7
2021-06-22
btrfs: disable build on platforms having page size 256K
Christophe Leroy
1
-0
/
+2
2021-06-22
btrfs: send: fix invalid path for unlink operations after parent orphanization
Filipe Manana
1
-0
/
+11
2021-06-22
ceph: fix error handling in ceph_atomic_open and ceph_lookup
Jeff Layton
3
-17
/
+21
2021-06-22
ceph: must hold snap_rwsem when filling inode for async create
Jeff Layton
2
-0
/
+5
2021-06-22
cifs: Avoid field over-reading memcpy()
Kees Cook
1
-1
/
+4
2021-06-21
netfs: fix test for whether we can skip read when writing beyond EOF
Jeff Layton
1
-13
/
+36
2021-06-21
afs: Fix afs_write_end() to handle short writes
David Howells
1
-2
/
+9
2021-06-21
btrfs: inline wait_current_trans_commit_start in its caller
David Sterba
1
-13
/
+7
2021-06-21
btrfs: sink wait_for_unblock parameter to async commit
David Sterba
3
-25
/
+4
2021-06-21
btrfs: remove total_data_size variable in btrfs_batch_insert_items()
Nathan Chancellor
1
-2
/
+1
2021-06-21
btrfs: eliminate insert label in add_falloc_range
Nikolay Borisov
1
-12
/
+11
2021-06-21
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
3
-26
/
+32
2021-06-21
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
1
-1
/
+13
2021-06-21
btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()
Qu Wenruo
1
-1
/
+12
2021-06-21
btrfs: reflink: make copy_inline_to_page() to be subpage compatible
Qu Wenruo
1
-5
/
+9
2021-06-21
btrfs: make btrfs_page_mkwrite() to be subpage compatible
Qu Wenruo
1
-2
/
+2
2021-06-21
btrfs: make btrfs_truncate_block() to be subpage compatible
Qu Wenruo
1
-1
/
+1
2021-06-21
btrfs: make __extent_writepage_io() only submit dirty range for subpage
Qu Wenruo
1
-5
/
+75
[prev]
[next]