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-09
gfs2: Fix a number of kernel-doc warnings
Lee Jones
2021-04-03
gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_buffer
Andreas Gruenbacher
2021-04-03
gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent
Andreas Gruenbacher
2021-04-03
gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent
Andreas Gruenbacher
2021-04-03
gfs2: Add new gfs2_iomap_get helper
Andreas Gruenbacher
2021-02-23
Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
Andreas Gruenbacher
2021-02-17
gfs2: Use resource group glock sharing
Bob Peterson
2021-02-10
gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end
Andreas Gruenbacher
2021-01-18
gfs2: Only use struct gfs2_rbm for bitmap manipulations
Andreas Gruenbacher
2020-11-12
Revert "gfs2: Ignore journal log writes for jdata holes"
Bob Peterson
2020-10-15
gfs2: Ignore journal log writes for jdata holes
Bob Peterson
2020-10-15
gfs2: simplify gfs2_block_map
Bob Peterson
2020-10-14
gfs2: use iomap for buffered I/O in ordered and writeback mode
Christoph Hellwig
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-10
Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2020-08-07
gfs2: Never call gfs2_block_zero_range with an open transaction
Bob Peterson
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-05-08
gfs2: Another gfs2_walk_metadata fix
Andreas Gruenbacher
2020-03-27
gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
Andreas Gruenbacher
2020-03-27
gfs2: Change inode qa_data to allow multiple users
Bob Peterson
2020-03-27
gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
Bob Peterson
2020-03-27
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
2019-12-05
Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2019-11-07
gfs2: Improve mmap write vs. punch_hole consistency
Andreas Gruenbacher
2019-10-21
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-09-17
gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps
Bob Peterson
2019-09-06
gfs2: Improve mmap write vs. truncate consistency
Andreas Gruenbacher
2019-08-09
gfs2: implement gfs2_block_zero_range using iomap_zero_range
Christoph Hellwig
2019-08-09
gfs2: Add support for IOMAP_ZERO
Andreas Gruenbacher
2019-08-09
gfs2: gfs2_iomap_begin cleanup
Andreas Gruenbacher
2019-08-09
gfs2: gfs2_walk_metadata fix
Andreas Gruenbacher
2019-07-31
gfs2: Inode dirtying fix
Andreas Gruenbacher
2019-07-10
Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2019-07-10
Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-07-04
gfs2: Remove unused gfs2_iomap_alloc argument
Andreas Gruenbacher
2019-06-27
iomap: don't mark the inode dirty in iomap_write_end
Andreas Gruenbacher
2019-06-27
gfs2: replace more printk with calls to fs_info and friends
Bob Peterson
2019-06-14
Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2019-06-14
gfs2: Fix rounding error in gfs2_iomap_page_prepare
Andreas Gruenbacher
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
2019-05-07
gfs2: Fix iomap write page reclaim deadlock
Andreas Gruenbacher
2019-05-07
gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}
Andreas Gruenbacher
2019-05-07
gfs2: clean_journal improperly set sd_log_flush_head
Bob Peterson
2019-05-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
2019-05-01
iomap: Add a page_prepare callback
Andreas Gruenbacher
2019-04-08
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-12-18
gfs2: take jdata unstuff into account in do_grow
Bob Peterson
2018-12-11
gfs2: add more timing info to journal recovery process
Abhi Das
2018-11-16
Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2018-11-16
gfs2: Fix iomap buffer head reference counting bug
Andreas Gruenbacher
2018-11-09
gfs2: Fix metadata read-ahead during truncate (2)
Andreas Gruenbacher
2018-10-24
Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2018-10-12
gfs2: Fix iomap buffered write support for journaled files (2)
Andreas Gruenbacher
2018-10-12
gfs2: Pass resource group to rgblk_free
Andreas Gruenbacher
2018-10-09
gfs2: Fix iomap buffered write support for journaled files
Andreas Gruenbacher
2018-07-25
gfs2: Special-case rindex for gfs2_grow
Andreas Gruenbacher
2018-07-25
Merge branch 'iomap-4.19-merge' into linux-gfs2/for-next
Andreas Gruenbacher
2018-07-24
Merge branch 'iomap-write' into linux-gfs2/for-next
Andreas Gruenbacher
2018-07-02
gfs2: iomap direct I/O support
Andreas Gruenbacher
2018-07-02
gfs2: gfs2_extent_length cleanup
Andreas Gruenbacher
2018-07-02
gfs2: iomap buffered write support
Andreas Gruenbacher
2018-07-02
gfs2: Further iomap cleanups
Andreas Gruenbacher
2018-06-21
gfs2: Minor clarification to __gfs2_punch_hole
Andreas Gruenbacher
2018-06-05
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-06-04
gfs2: Iomap cleanups and improvements
Andreas Gruenbacher
2018-06-04
gfs2: Remove ordered write mode handling from gfs2_trans_add_data
Andreas Gruenbacher
2018-06-04
gfs2: hole_size improvement
Andreas Gruenbacher
2018-06-04
gfs2: Update find_metapath comment
Andreas Gruenbacher
2018-06-01
iomap: move IOMAP_F_BOUNDARY to gfs2
Christoph Hellwig
2018-06-01
iomap: inline data should be an iomap type, not a flag
Christoph Hellwig
2018-04-16
gfs2: Remove sdp->sd_jheightsize
Andreas Gruenbacher
2018-04-12
GFS2: Minor improvements to comments and documentation
Bob Peterson
2018-03-29
gfs2: Zero out fallocated blocks in fallocate_chunk
Andreas Gruenbacher
2018-03-23
gfs2: Check for the end of metadata in punch_hole
Andreas Gruenbacher
2018-03-08
gfs2: Improve gfs2_block_map comment
Andreas Gruenbacher
2018-03-07
gfs2: Fixes to "Implement iomap for block_map" (2)
Andreas Gruenbacher
2018-02-13
gfs2: Fixes to "Implement iomap for block_map"
Andreas Gruenbacher
2018-01-18
gfs2: Add gfs2_max_stuffed_size
Andreas Gruenbacher
2018-01-18
gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
Andreas Gruenbacher
2018-01-18
gfs2: Turn trunc_dealloc into punch_hole
Andreas Gruenbacher
2018-01-18
gfs2: Generalize truncate code
Andreas Gruenbacher
2018-01-17
Turn gfs2_block_truncate_page into gfs2_block_zero_range
Andreas Gruenbacher
2018-01-17
gfs2: Improve non-recursive delete algorithm
Andreas Gruenbacher
2018-01-17
gfs2: Fix metadata read-ahead during truncate
Andreas Gruenbacher
2018-01-17
gfs2: Clean up {lookup,fillup}_metapath
Andreas Gruenbacher
2018-01-17
gfs2: Remove minor gfs2_journaled_truncate inefficiencies
Andreas Gruenbacher
2018-01-17
gfs2: truncate: Remove unnecessary oldsize parameters
Andreas Gruenbacher
2018-01-17
gfs2: Clean up trunc_start error path
Andreas Gruenbacher
2018-01-17
gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use
Steven Whitehouse
2017-10-31
GFS2: Implement iomap for block_map
Bob Peterson
2017-10-31
GFS2: Make height info part of metapath
Bob Peterson
2017-09-25
gfs2: Clarify gfs2_block_map
Andreas Gruenbacher
2017-08-30
GFS2: Fix non-recursive truncate bug
Bob Peterson
2017-07-21
gfs2: add flag REQ_PRIO for metadata I/O
Coly Li
2017-07-05
Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2017-07-05
gfs2: Protect gl->gl_object by spin lock
Andreas Gruenbacher
2017-05-08
gfs2: replace CURRENT_TIME with current_time
Stephen Rothwell
2017-04-19
GFS2: Non-recursive delete
Bob Peterson
2017-02-21
Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2017-01-05
GFS2: Limit number of transaction blocks requested for truncates
Bob Peterson
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-08-02
GFS2: use BIT() macro
Fabian Frederick
2016-07-20
block: get rid of bio_rw and READA
Christoph Hellwig
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2015-12-14
GFS2: Make rgrp reservations part of the gfs2_inode structure
Bob Peterson
2015-11-24
GFS2: Extract quota data from reservations structure (revert 5407e24)
Bob Peterson
2015-03-18
gfs2: perform quota checks against allocation parameters
Abhi Das
2014-08-21
GFS2: Change maxlen variables to size_t
Bob Peterson
2014-05-16
GFS2: fs/gfs2/bmap.c: kernel-doc warning fixes
Fabian Frederick
2014-03-03
GFS2: Clean up journal extent mapping
Steven Whitehouse
2013-10-02
GFS2: Add allocation parameters structure
Steven Whitehouse
2013-09-27
GFS2: Clean up reservation removal
Steven Whitehouse
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-06-27
GFS2: Reserve journal space for quota change in do_grow
Bob Peterson
2013-06-03
GFS2: Increase i_writecount during gfs2_setattr_size
Bob Peterson
2013-04-08
GFS2: Remove vestigial parameter ip from function rs_deltree
Bob Peterson
2013-02-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2013-02-13
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
Eric W. Biederman
2013-02-01
GFS2: Get a block reservation before resizing a file
Bob Peterson
2013-01-29
GFS2: Use ->writepages for ordered writes
Steven Whitehouse
2013-01-29
GFS2: Split gfs2_trans_add_bh() into two
Steven Whitehouse
2012-11-13
GFS2: Fix truncation of journaled data files
Steven Whitehouse
2012-11-07
GFS2: Add Orlov allocator
Steven Whitehouse
2012-09-24
GFS2: Add structure to contain rgrp, bitmap, offset tuple
Steven Whitehouse
2012-07-19
GFS2: Reduce file fragmentation
Bob Peterson
2012-06-06
GFS2: Fold quota data into the reservations struct
Bob Peterson
2012-05-11
GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer
Bob Peterson
2012-04-24
GFS2: Use variable rather than qa to determine if unstuff necessary
Bob Peterson
2012-04-05
GFS2: Make sure rindex is uptodate before starting transactions
Bob Peterson
2012-03-20
GFS2: Change truncate page allocation to be GFP_NOFS
Bob Peterson
2011-11-22
GFS2: decouple quota allocations from block allocations
Bob Peterson
2011-11-21
GFS2: move toward a generic multi-block allocator
Bob Peterson
2011-11-15
GFS2: combine gfs2_alloc_block and gfs2_alloc_di
Bob Peterson
2011-11-08
GFS2: More automated code analysis fixes
Steven Whitehouse
2011-10-21
GFS2: Move readahead of metadata during deallocation into its own function
Steven Whitehouse
2011-10-21
GFS2: rewrite fallocate code to write blocks directly
Benjamin Marzinski
2011-10-21
GFS2: speed up delete/unlink performance for large files
Bob Peterson
2011-10-21
GFS2: Use cached rgrp in gfs2_rlist_add()
Steven Whitehouse
2011-10-21
GFS2: Call do_strip() directly from recursive_scan()
Steven Whitehouse
2011-10-21
GFS2: Make resource groups "append only" during life of fs
Steven Whitehouse
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2011-07-20
fs: move inode_dio_wait calls into ->setattr
Christoph Hellwig
2011-07-15
GFS2: combine duplicated block freeing routines
Eric Sandeen
2011-05-21
GFS2: Wipe directory hash table metadata when deallocating a directory
Steven Whitehouse
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-02-24
GFS2: deallocation performance patch
Bob Peterson
2010-11-30
GFS2: Fix uninitialised error value in previous patch
Steven Whitehouse
2010-11-30
GFS2: fix recursive locking during rindex truncates
Benjamin Marzinski
2010-09-28
GFS2: reserve more blocks for transactions
Benjamin Marzinski
2010-09-20
GFS2: Remove i_disksize
Steven Whitehouse
2010-09-20
GFS2: New truncate sequence
Steven Whitehouse
2010-07-30
GFS2: Fix typo in stuffed file data copy handling
Abhijith Das
2010-07-29
GFS2: Simplify gfs2_write_alloc_required
Bob Peterson
2010-07-15
GFS2: O_TRUNC not working on stuffed files across cluster
Bob Peterson
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
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
GFS2: Clean up stuffed file copying
Steven Whitehouse
2010-02-12
GFS2: Fix bmap allocation corner-case bug
Steven Whitehouse
2009-06-12
GFS2: Add tracepoints
Steven Whitehouse
2009-06-10
GFS2: Fix cache coherency between truncate and O_DIRECT read
Steven Whitehouse
2009-05-22
GFS2: Clean up some file names
Steven Whitehouse
2009-05-20
GFS2: Improve resource group error handling
Steven Whitehouse
2009-03-24
GFS2: Merge lock_dlm module into GFS2
Steven Whitehouse
2009-01-05
GFS2: Streamline alloc calculations for writes
Steven Whitehouse
2009-01-05
GFS2: Banish struct gfs2_dinode_host
Steven Whitehouse
2009-01-05
GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize
Steven Whitehouse
2008-06-24
[GFS2] fix gfs2 block allocation (cleaned up)
Benjamin Marzinski
2008-03-31
[GFS2] Streamline quota lock/check for no-quota case
Steven Whitehouse
2008-03-31
[GFS2] possible null pointer dereference fixup
Cyrill Gorcunov
2008-03-31
[GFS2] Allow bmap to allocate extents
Steven Whitehouse
2008-03-31
[GFS2] Get inode buffer only once per block map call
Steven Whitehouse
2008-03-31
[GFS2] Eliminate (almost) duplicate field from gfs2_inode
Steven Whitehouse
2008-03-31
[GFS2] Add a function to interate over an extent
Steven Whitehouse
2008-03-31
[GFS2] The case of the missing asterisk
Steven Whitehouse
2008-03-31
[GFS2] Add extent allocation to block allocator
Steven Whitehouse
2008-03-31
[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data
Steven Whitehouse
2008-03-31
[GFS2] Update gfs2_trans_add_unrevoke to accept extents
Steven Whitehouse
2008-03-31
[GFS2] Reduce inode size by merging fields
Steven Whitehouse
2008-03-31
[GFS2] Introduce array of buffers to struct metapath
Steven Whitehouse
2008-03-31
[GFS2] Move part of gfs2_block_map into a separate function
Steven Whitehouse
2008-03-31
[GFS2] Misc fixups
Bob Peterson
2008-03-31
[GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc
Bob Peterson
2008-03-31
[GFS2] Streamline indirect pointer tree height calculation
Steven Whitehouse
2008-03-31
[GFS2] Speed up gfs2_write_alloc_required, deprecate gfs2_extent_map
Steven Whitehouse
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
2008-01-25
[GFS2] Fix write alloc required shortcut calculation
Steven Whitehouse
2008-01-25
[GFS2] gfs2_alloc_required performance
Bob Peterson
2008-01-25
[GFS2] Reduce inode size by moving i_alloc out of line
Steven Whitehouse
2008-01-25
[GFS2] Only fetch the dinode once in block_map
Bob Peterson
2008-01-25
[GFS2] Remove function gfs2_get_block
Bob Peterson
2008-01-25
[GFS2] Add gfs2_is_writeback()
Steven Whitehouse
2007-10-10
[GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing
Bob Peterson
2007-10-10
[GFS2] Don't mark jdata dirty in gfs2_unstuffer_page()
Steven Whitehouse
2007-10-10
[GFS2] Reduce truncate IO traffic
Wendy Cheng
2007-07-09
[GFS2] Fix gfs2_block_truncate_page err return
S. Wendy Cheng
2007-07-09
[GFS2] Add nanosecond timestamp feature
Steven Whitehouse
2007-07-09
[GFS2] Fix sign problem in quota/statfs and cleanup _host structures
Steven Whitehouse