VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-28
afs: Fix setting of writeback_index
David Howells
2021-07-28
afs: check function return
Tom Rix
2021-07-28
afs: Fix tracepoint string placement with built-in AFS
David Howells
2021-06-25
Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-06-21
afs: Fix afs_write_end() to handle short writes
David Howells
2021-06-18
afs: Re-enable freezing once a page fault is interrupted
Matthew Wilcox (Oracle)
2021-06-15
afs: Fix an IS_ERR() vs NULL check
Dan Carpenter
2021-06-07
afs: Fix partial writeback of large files on fsync and close
Marc Dionne
2021-05-27
afs: Fix the nlink handling of dir-over-dir rename
David Howells
2021-05-25
afs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-01
afs: Fix speculative status fetches
David Howells
2021-04-27
Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-04-27
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-23
afs: Use the netfs_write_begin() helper
David Howells
2021-04-23
afs: Use new netfs lib read helper API
David Howells
2021-04-23
afs: Use the fs operation ops to handle FetchData completion
David Howells
2021-04-23
afs: Prepare for use of THPs
David Howells
2021-04-23
afs: Extract writeback extension into its own function
David Howells
2021-04-23
afs: Wait on PG_fscache before modifying/releasing a page
David Howells
2021-04-23
afs: Use ITER_XARRAY for writing
David Howells
2021-04-23
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
2021-04-23
afs: Log remote unmarshalling errors
David Howells
2021-04-23
afs: Don't truncate iter during data fetch
David Howells
2021-04-23
afs: Move key to afs_read struct
David Howells
2021-04-23
afs: Print the operation debug_id when logging an unexpected data version
David Howells
2021-04-23
afs: Pass page into dirty region helpers to provide THP size
David Howells
2021-04-23
afs: Disable use of the fscache I/O routines
David Howells
2021-03-23
afs: Use wait_on_page_writeback_killable
Matthew Wilcox (Oracle)
2021-03-15
afs: Stop listxattr() from listing "afs.*" attributes
David Howells
2021-03-15
afs: Fix accessing YFS xattrs on a non-YFS server
David Howells
2021-03-08
afs: Fix updating of i_mode due to 3rd party change
David Howells
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-01-29
rxrpc: Fix deadlock around release of dst cached on udp tunnel
David Howells
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2021-01-24
acl: handle idmapped mounts
Christian Brauner
2021-01-04
afs: Fix directory entry size calculation
David Howells
2021-01-04
afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=y
David Howells
2020-12-08
afs: Fix memory leak when mounting with multiple source parameters
David Howells
2020-11-22
afs: Fix speculative status fetch going out of order wrt to modifications
David Howells
2020-11-14
afs: Fix afs_write_end() when called with copied == 0 [ver #3]
David Howells
2020-11-03
afs: Fix incorrect freeing of the ACL passed to the YFS ACL store op
David Howells
2020-11-03
afs: Fix warning due to unadvanced marshalling pointer
David Howells
2020-10-29
afs: Fix dirty-region encoding on ppc32 with 64K pages
David Howells
2020-10-29
afs: Fix afs_invalidatepage to adjust the dirty region
David Howells
2020-10-29
afs: Alter dirty range encoding in page->private
David Howells
2020-10-29
afs: Wrap page->private manipulations in inline functions
David Howells
2020-10-29
afs: Fix where page->private is set during write
David Howells
2020-10-29
afs: Fix page leak on afs_write_begin() failure
David Howells
2020-10-29
afs: Fix to take ref on page when PG_private is set
David Howells
2020-10-27
afs: Fix afs_launder_page to not clear PG_writeback
David Howells
2020-10-27
afs: Fix a use after free in afs_xattr_get_acl()
Dan Carpenter
2020-10-27
afs: Fix tracing deref-before-check
David Howells
2020-10-27
afs: Fix copy_file_range()
David Howells
2020-10-16
Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2020-10-16
afs: Don't assert on unpurgeable server records
David Howells
2020-10-16
afs: Add tracing for cell refcount and active user count
David Howells
2020-10-16
afs: Fix cell removal
David Howells
2020-10-16
afs: Fix cell purging with aliases
David Howells
2020-10-16
afs: Fix cell refcounting by splitting the usage counter
David Howells
2020-10-16
afs: Fix rapid cell addition/removal by not using RCU on cells tree
David Howells
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-08
afs: Fix deadlock between writeback and truncate
David Howells
2020-09-24
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-27
Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David S. Miller
2020-08-27
afs: Remove erroneous fallthough annotation
Dan Carpenter
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-21
afs: Fix NULL deref in afs_dynroot_depopulate()
David Howells
2020-08-20
afs: Fix key ref leak in afs_put_operation()
David Howells
2020-08-20
afs: Fix error handling in VL server rotation
David Howells
2020-08-20
afs: Don't use VL probe running state to make decisions outside probe code
David Howells
2020-08-20
afs: Expose information from afs_vlserver through /proc for debugging
David Howells
2020-08-20
afs: Remove afs_vlserver->probe.have_result
David Howells
2020-08-20
rxrpc: Make rxrpc_kernel_get_srtt() indicate validity
David Howells
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-15
afs: Fix interruption of operations
David Howells
2020-06-27
afs: Fix storage of cell names
David Howells
2020-06-20
afs: Fix hang on rmmod due to outstanding timer
David Howells
2020-06-20
afs: Fix afs_do_lookup() to call correct fetch-status op variant
David Howells
2020-06-16
afs: Fix silly rename
David Howells
2020-06-16
afs: afs_vnode_commit_status() doesn't need to check the RPC error
David Howells
2020-06-16
afs: Fix use of afs_check_for_remote_deletion()
David Howells
2020-06-16
afs: Remove afs_operation::abort_code
David Howells
2020-06-16
afs: Fix yfs_fs_fetch_status() to honour vnode selector
David Howells
2020-06-16
afs: Remove yfs_fs_fetch_file_status() as it's not used
David Howells
2020-06-15
afs: Fix the mapping of the UAEOVERFLOW abort code
David Howells
2020-06-15
afs: Fix truncation issues and mmap writeback size
David Howells
2020-06-15
afs: Concoct ctimes
David Howells
2020-06-15
afs: Fix EOF corruption
David Howells
2020-06-15
afs: afs_write_end() should change i_size under the right lock
David Howells
2020-06-15
afs: Fix non-setting of mtime when writing into mmap
David Howells
2020-06-11
afs: Fix afs_store_data() to set mtime in new operation descriptor
David Howells
2020-06-09
afs: Make afs_zap_data() static
David Howells
2020-06-09
afs: Remove afs_zero_fid as it's not used
David Howells
2020-06-09
afs: Fix debugging statements with %px to be %p
David Howells
2020-06-09
afs: Fix use of BUG()
David Howells
2020-06-09
afs: Fix file locking
David Howells
2020-06-09
afs: Fix memory leak in afs_put_sysnames()
Zhihao Cheng
2020-06-05
Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2020-06-04
afs: Adjust the fileserver rotation algorithm to reprobe/retry more quickly
David Howells
2020-06-04
afs: Show more a bit more server state in /proc/net/afs/servers
David Howells
2020-06-04
afs: Don't use probe running state to make decisions outside probe code
David Howells
2020-06-04
afs: Fix afs_statfs() to not let the values go below zero
David Howells
2020-06-04
afs: Fix the by-UUID server tree to allow servers with the same UUID
David Howells
2020-06-04
afs: Reorganise volume and server trees to be rooted on the cell
David Howells
2020-06-04
afs: Add a tracepoint to track the lifetime of the afs_volume struct
David Howells
2020-06-04
afs: Detect cell aliases 3 - YFS Cells with a canonical cell name op
David Howells
2020-06-04
afs: Detect cell aliases 2 - Cells with no root volumes
David Howells
2020-06-04
afs: Detect cell aliases 1 - Cells with root volumes
David Howells
2020-06-04
afs: Implement client support for the YFSVL.GetCellName RPC op
David Howells
2020-06-04
afs: Retain more of the VLDB record for alias detection
David Howells
2020-06-04
afs: Fix handling of CB.ProbeUuid cache manager op
David Howells
2020-06-04
afs: Don't get epoch from a server because it may be ambiguous
David Howells
2020-06-04
afs: Build an abstraction around an "operation" concept
David Howells
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
2020-05-31
afs: Rename struct afs_fs_cursor to afs_operation
David Howells
2020-05-31
afs: Remove the error argument from afs_protocol_error()
David Howells
2020-05-31
afs: Set error flag rather than return error from file status decode
David Howells
2020-05-31
afs: Make callback processing more efficient.
David Howells
2020-05-31
afs: Show more information in /proc/net/afs/servers
David Howells
2020-05-31
afs: Actively poll fileservers to maintain NAT or firewall openings
David Howells
2020-05-31
afs: Split the usage count on struct afs_server
David Howells
2020-05-31
afs: Use the serverUnique field in the UVLDB record to reduce rpc ops
David Howells
2020-05-31
afs: Always include dir in bulk status fetch from afs_do_lookup()
David Howells
2020-05-31
vfs, afs, ext4: Make the inode hash table RCU searchable
David Howells
2020-05-28
rxrpc: add rxrpc_sock_set_min_security_level
Christoph Hellwig
2020-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-05-23
rxrpc: Fix a warning
David Howells
2020-05-18
afs: Don't unlock fetched data pages until the op completes successfully
David Howells
2020-05-11
rxrpc: Fix the excessive initial retransmission timeout
David Howells
2020-04-24
afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
David Howells
2020-04-24
afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH
David Howells
2020-04-24
afs: Remove some unused bits
David Howells
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-04-13
afs: Fix afs_d_validate() to set the right directory version
David Howells
2020-04-13
afs: Fix race between post-modification dir edit and readdir/d_revalidate
David Howells
2020-04-13
afs: Fix length of dump of bad YFSFetchStatus record
David Howells
2020-04-13
afs: Fix rename operation status delivery
David Howells
2020-04-13
afs: Fix decoding of inline abort codes from version 1 status records
David Howells
2020-04-13
afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()
David Howells
2020-03-26
afs: Fix unpinned address list during probing
David Howells
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-03-13
afs: Fix client call Rx-phase signal handling
David Howells
2020-03-13
afs: Fix handling of an abort from a service handler
David Howells
2020-03-13
afs: Fix some tracing details
David Howells
2020-03-13
rxrpc: Fix call interruptibility handling
David Howells
2020-03-13
afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t
Jann Horn
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
fold struct fs_parameter_enum into struct constant_table
Al Viro
2020-02-07
fs_parse: get rid of ->enums
Al Viro
2020-01-26
afs: Fix characters allowed into cell names
David Howells
2020-01-14
Merge branch 'dhowells' (patches from DavidH)
Linus Torvalds
2020-01-14
afs: Fix afs_lookup() to not clobber the version on a new dentry
David Howells
2020-01-14
afs: Fix use-after-loss-of-ref
David Howells
2019-12-11
afs: Show volume name in /proc/net/afs//volumes
David Howells
2019-12-11
afs: Fix missing cell comparison in afs_test_super()
David Howells
2019-12-11
afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP
David Howells
2019-12-11
afs: Fix mountpoint parsing
David Howells
2019-12-09
afs: Fix SELinux setting security label on /afs
David Howells
2019-12-09
afs: Fix afs_find_server lookups for ipv4 peers
Marc Dionne
2019-11-30
Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2019-11-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-11-25
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2019-11-22
afs: Fix large file support
Marc Dionne
2019-11-22
afs: Fix possible assert with callbacks from yfs servers
Marc Dionne
2019-11-21
afs: Remove set but not used variable 'ret'
zhengbin
2019-11-21
afs: Remove set but not used variables 'before', 'after'
zhengbin
2019-11-21
afs: xattr: use scnprintf
Mark Salyzyn
2019-11-21
afs: Introduce an afs_get_read() refcount helper
David Howells
2019-11-21
afs: Rename desc -> req in afs_fetch_data()
David Howells
2019-11-21
afs: Switch the naming of call->iter and call->_iter
David Howells
2019-11-21
afs: Use call->_iter not &call->iter in debugging statements
David Howells
2019-11-19
afs: Fix missing timeout reset
David Howells
2019-11-15
afs: Fix race in commit bulk status fetch
David Howells
2019-10-30
fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
2019-10-18
fs: afs: Use pr_warn instead of pr_warning
Kefeng Wang
2019-09-29
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-09-15
afs dynroot: switch to simple_dir_operations
Al Viro
2019-09-02
afs: Support RCU pathwalk
David Howells
2019-09-02
afs: Provide an RCU-capable key lookup
David Howells
2019-09-02
afs: Use afs_extract_discard() rather than iov_iter_discard()
David Howells
2019-09-02
afs: remove unused variable 'afs_zero_fid'
YueHaibing
2019-09-02
afs: remove unused variable 'afs_voltypes'
YueHaibing
2019-08-22
afs: use correct afs_call_type in yfs_fs_store_opaque_acl2
YueHaibing
2019-08-22
afs: Fix possible oops in afs_lookup trace event
Marc Dionne
2019-08-22
afs: Fix leak in afs_lookup_cell_rcu()
David Howells
2019-07-30
afs: Fix missing dentry data version updating
David Howells
2019-07-30
afs: Only update d_fsdata if different in afs_d_revalidate()
David Howells
2019-07-30
afs: Fix off-by-one in afs_rename() expected data version calculation
David Howells
2019-07-30
fs: afs: Fix a possible null-pointer dereference in afs_put_read()
Jia-Ju Bai
2019-07-30
afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()
Marc Dionne
2019-07-30
afs: Fix the CB.ProbeUuid service handler to reply correctly
David Howells
2019-07-25
afs: fsclient: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-07-25
afs: yfsclient: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds