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-04-23
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-05-05
docs: filesystems: caching/backend-api.txt: convert it to ReST
Mauro Carvalho Chehab
2020-05-05
docs: filesystems: caching/operations.txt: convert it to ReST
Mauro Carvalho Chehab
2020-05-05
docs: filesystems: caching/netfs-api.txt: convert it to ReST
Mauro Carvalho Chehab
2020-05-05
docs: filesystems: convert caching/fscache.txt to ReST format
Mauro Carvalho Chehab
2020-05-05
docs: filesystems: convert caching/object.txt to ReST
Mauro Carvalho Chehab
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2019-07-10
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"
Linus Torvalds
2019-07-08
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2019-06-27
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-11-30
fscache: fix race between enablement and dropping of object
NeilBrown
2018-10-18
fscache: Fix out of bound read in long cookie keys
Eric Sandeen
2018-10-18
fscache: Fix incomplete initialisation of inline key space
David Howells
2018-07-25
fscache: Fix reference overput in fscache_attach_object() error handling
Kiran Kumar Modukuri
2018-07-25
fscache: Allow cancelled operations to be enqueued
Kiran Kumar Modukuri
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2018-04-11
fscache: use appropriate radix tree accessors
Matthew Wilcox
2018-04-06
fscache: Maintain a catalogue of allocated cookies
David Howells
2018-04-06
fscache: Pass object size in rather than calling back for it
David Howells
2018-04-04
fscache: Attach the index key and aux data to the cookie
David Howells
2018-04-04
fscache: Add more tracepoints
David Howells
2018-04-04
fscache: Add tracepoints
David Howells
2018-04-04
fscache: Fix hanging wait on page discarded by writeback
David Howells
2018-04-04
fscache: Detect multiple relinquishment of a cookie
David Howells
2018-04-04
fscache: Pass the correct cancelled indications to fscache_op_complete()
David Howells
2018-04-04
fscache, cachefiles: Fix checker warnings
David Howells
2018-03-20
sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() API
Peter Zijlstra
2017-11-16
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2017-11-15
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-13
Pass mode to wait_on_atomic_t() action funcs and provide default actions
David Howells
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-12
FS-Cache: fix dereference of NULL user_key_payload
Eric Biggers
2017-09-13
fscache: fix fscache_objlist_show format processing
Arnd Bergmann
2017-09-06
mm: remove nr_pages argument from pagevec_lookup{,_range}()
Jan Kara
2017-09-06
mm: make pagevec_lookup() update index
Jan Kara
2017-03-02
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
David Howells
2017-01-31
fscache: Fix dead object requeue
David Howells
2017-01-31
fscache: Clear outstanding writes when disabling a cookie
David Howells
2017-01-31
FS-Cache: Initialise stores_lock in netfs cookie
David Howells
2016-06-30
Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc
Al Viro
2016-06-01
FS-Cache: wake write waiter after invalidating writes
Yan, Zheng
2016-05-29
drop redundant ->owner initializations
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2015-11-11
FS-Cache: Handle a write to the page immediately beyond the EOF marker
David Howells
2015-11-11
FS-Cache: Don't override netfs's primary_index if registering failed
Kinglong Mee
2015-11-11
FS-Cache: Increase reference of parent after registering, netfs success
Kinglong Mee
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
Mel Gorman
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
2015-04-02
FS-Cache: Retain the netfs context in the retrieval op earlier
David Howells
2015-04-02
FS-Cache: The operation cancellation method needs calling in more places
David Howells
2015-04-02
FS-Cache: Put an aborted initialised op so that it is accounted correctly
David Howells
2015-04-02
FS-Cache: Fix cancellation of in-progress operation
David Howells
2015-04-02
FS-Cache: Count the number of initialised operations
David Howells
2015-04-02
FS-Cache: Out of line fscache_operation_init()
David Howells
2015-04-02
FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too
David Howells
2015-04-02
FS-Cache: fscache_object_is_dead() has wrong logic, kill it
David Howells
2015-04-02
FS-Cache: Synchronise object death state change vs operation submission
David Howells
2015-04-02
FS-Cache: Handle a new operation submitted against a killed object
David Howells
2015-04-02
FS-Cache: When submitting an op, cancel it if the target object is dying
David Howells
2015-04-02
FS-Cache: Move fscache_report_unexpected_submission() to make it more available
David Howells
2015-02-24
FS-Cache: Count culled objects and objects rejected due to lack of space
David Howells
2014-10-13
fs/fscache/object-list.c: use __seq_open_private()
Rob Jones
2014-09-17
FS-Cache: refcount becomes corrupt under vma pressure.
Milosz Tanski
2014-08-27
FS-Cache: Reduce cookie ref count if submit fails.
Milosz Tanski
2014-08-27
FS-Cache: Timeout for releasepage()
Milosz Tanski
2014-08-06
fs/fscache: make ctl_table static
Fabian Frederick
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-06-06
fscache: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-06-04
fs/fscache: replace seq_printf by seq_puts
Fabian Frederick
2014-06-04
fs/fscache: convert printk to pr_foo()
Fabian Frederick
2014-02-17
FS-Cache: Handle removal of unadded object to the fscache_object_list rb tree
David Howells
2013-11-14
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-11-08
block: Replace __get_cpu_var uses
Christoph Lameter
2013-09-27
FS-Cache: Provide the ability to enable/disable cookies
David Howells
2013-09-27
FS-Cache: Add use/unuse/wake cookie wrappers
David Howells
2013-09-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Linus Torvalds
2013-09-11
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
2013-09-10
fscache: check consistency does not decrement refcount
Milosz Tanski
2013-09-06
fscache: Netfs function for cleanup post readpages
Milosz Tanski
2013-09-06
FS-Cache: Add interface to check consistency of a cached object
David Howells
2013-06-19
FS-Cache: Don't use spin_is_locked() in assertions
David Howells
2013-06-19
FS-Cache: The retrieval remaining-pages counter needs to be atomic_t
David Howells
2013-06-19
FS-Cache: Simplify cookie retention for fscache_objects, fixing oops
David Howells
2013-06-19
FS-Cache: Fix object state machine to have separate work and wait states
David Howells
2013-06-19
FS-Cache: Wrap checks on object state
David Howells
2013-06-19
FS-Cache: Uninline fscache_object_init()
David Howells
2013-06-19
FS-Cache: Don't sleep in page release if __GFP_FS is not set
David Howells
2013-06-19
fs/fscache: remove spin_lock() from the condition in while()
Sebastian Andrzej Siewior
2013-04-29
fs/fscache/stats.c: fix memory leak
Anurup m
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2012-12-20
FS-Cache: Clear remaining page count on retrieval cancellation
David Howells
2012-12-20
FS-Cache: Mark cancellation of in-progress operation
David Howells
2012-12-20
FS-Cache: One of the write operation paths doesn't set the object state
David Howells
2012-12-20
FS-Cache: Fix signal handling during waits
David Howells
2012-12-20
FS-Cache: Add transition to handle invalidate immediately after lookup
David Howells
2012-12-20
NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page
David Howells
2012-12-20
FS-Cache: Exclusive op submission can BUG if there's been an I/O error
David Howells
2012-12-20
FS-Cache: Limit the number of I/O error reports for a cache
David Howells
2012-12-20
FS-Cache: Don't mask off the object event mask when printing it
David Howells
2012-12-20
FS-Cache: Initialise the object event mask with the calculated mask
David Howells
2012-12-20
CacheFiles: Add missing retrieval completions
David Howells
2012-12-20
FS-Cache: Provide proper invalidation
David Howells
2012-12-20
FS-Cache: Fix operation state management and accounting
David Howells
2012-12-20
FS-Cache: Make cookie relinquishment wait for outstanding reads
David Howells
2012-12-20
FS-Cache: Check that there are no read ops when cookie relinquished
David Howells
2012-12-20
CacheFiles: Downgrade the requirements passed to the allocator
David Howells
2012-12-20
CacheFiles: Fix the marking of cached pages
David Howells
2011-07-21
FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loop
Jan Beulich
2011-07-07
FS-Cache: Add a helper to bulk uncache pages on an inode
David Howells
2011-05-25
fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS
Amerigo Wang
2011-01-14
FS-Cache: Fix operation handling
Akshat Aranya
2010-08-12
Add a dummy printk function for the maintenance of unused printks
David Howells
2010-07-24
fscache: fix build on !CONFIG_SYSCTL
Tejun Heo
2010-07-22
fscache: drop references to slow-work
Tejun Heo
2010-07-22
fscache: convert operation to use workqueue instead of slow-work
Tejun Heo
2010-07-22
fscache: convert object to use workqueue instead of slow-work
Tejun Heo
2010-06-01
FS-Cache: Remove unneeded null checks
Dan Carpenter
2010-05-26
fs/fscache/object-list.c: fix warning on 32-bit
Andrew Morton
2010-04-07
fs-cache: order the debugfs stats correctly
David Howells
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2010-03-29
SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG
David Howells
2010-03-24
fscache: add missing unlock
Dan Carpenter
2010-03-08
FS-Cache: Remove the EXPERIMENTAL flag
Christian Kujau
2009-12-16
FS-Cache: Avoid maybe-used-uninitialised warning on variable
David Howells
2009-11-20
FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n
David Howells
2009-11-19
CacheFiles: Catch an overly long wait for an old active object
David Howells
2009-11-19
FS-Cache: Actually requeue an object when requested
David Howells
2009-11-19
FS-Cache: Start processing an object's operations on that object's death
David Howells
2009-11-19
FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failure
David Howells
2009-11-19
FS-Cache: Add a retirement stat counter
David Howells
2009-11-19
FS-Cache: Handle pages pending storage that get evicted under OOM conditions
David Howells
2009-11-19
FS-Cache: Handle read request vs lookup, creation or other cache failure
David Howells
2009-11-19
FS-Cache: Don't delete pending pages from the page-store tracking tree
David Howells
2009-11-19
FS-Cache: Fix lock misorder in fscache_write_op()
David Howells
2009-11-19
FS-Cache: The object-available state can't rely on the cookie to be available
David Howells
2009-11-19
FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase
David Howells
2009-11-19
FS-Cache: Use radix tree preload correctly in tracking of pages to be stored
David Howells
2009-11-19
FS-Cache: Clear netfs pointers in cookie after detaching object, not before
David Howells
2009-11-19
FS-Cache: Add counters for entry/exit to/from cache operation functions
David Howells
2009-11-19
FS-Cache: Allow the current state of all objects to be dumped
David Howells
2009-11-19
FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items
David Howells
2009-11-19
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
David Howells
2009-05-27
FS-Cache: Fixup renamed filenames in comments in internal.h
David Howells
2009-04-03
FS-Cache: Implement data I/O part of netfs API
David Howells
2009-04-03
FS-Cache: Add and document asynchronous operation handling
David Howells
2009-04-03
FS-Cache: Implement the cookie management part of the netfs API
David Howells
2009-04-03
FS-Cache: Object management state machine
David Howells
2009-04-03
FS-Cache: Bit waiting helpers
David Howells
2009-04-03
FS-Cache: Add netfs registration
David Howells
2009-04-03
FS-Cache: Provide a slab for cookie allocation
David Howells
2009-04-03
FS-Cache: Add cache management
David Howells
2009-04-03
FS-Cache: Add cache tag handling
David Howells
2009-04-03
FS-Cache: Root index definition
David Howells
2009-04-03
FS-Cache: Add use of /proc and presentation of statistics
David Howells
2009-04-03
FS-Cache: Add main configuration option, module entry points and debugging
David Howells