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_extent_map into gfs2_{get,alloc}_extent
Andreas Gruenbacher
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-05-08
gfs2: don't call quota_unhold if quotas are not locked
Bob Peterson
2020-05-08
gfs2: move privileged user check to gfs2_quota_lock_check
Bob Peterson
2020-05-08
gfs2: remove check for quotas on in gfs2_quota_check
Bob Peterson
2020-05-08
gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_change
Bob Peterson
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
2020-02-27
gfs2: Force withdraw to replay journals and wait for it to finish
Bob Peterson
2020-02-10
gfs2: Only complain the first time an io error occurs in quota or log
Bob Peterson
2020-02-10
gfs2: log error reform
Bob Peterson
2019-11-14
gfs2: Introduce function gfs2_withdrawn
Bob Peterson
2019-10-30
gfs2: Some whitespace cleanups
Andreas Gruenbacher
2019-09-04
gfs2: Minor PAGE_SIZE arithmetic cleanups
Andreas Gruenbacher
2019-06-27
gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
Bob Peterson
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
2018-10-12
gfs2: Fix some minor typos
Andreas Gruenbacher
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-04
gfs2: Remove ordered write mode handling from gfs2_trans_add_data
Andreas Gruenbacher
2018-01-23
GFS2: Log the reason for log flushes in every log header
Bob Peterson
2018-01-23
GFS2: Introduce new gfs2_log_header_v2
Bob Peterson
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-08-25
GFS2: Withdraw for IO errors writing to the journal or statfs
Bob Peterson
2017-07-21
gfs2: add flag REQ_PRIO for metadata I/O
Coly Li
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
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-26
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-06-27
gfs2: Lock holder cleanup
Andreas Gruenbacher
2016-06-07
fs: have ll_rw_block 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
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-12-14
GFS2: Reduce size of incore inode
Bob Peterson
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-11-16
gfs2: Extended attribute readahead
Andreas Gruenbacher
2015-09-03
GFS2: Move glock superblock pointer to field gl_name
Bob Peterson
2015-06-27
Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2015-06-08
gfs2: s64 cast for negative quota value
Abhi Das
2015-06-02
gfs2: limit quota log messages
Abhi Das
2015-06-02
gfs2: fix quota updates on block boundaries
Abhi Das
2015-04-16
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2015-04-08
gfs2: fix quota refresh race in do_glock()
Abhi Das
2015-03-18
gfs2: allow quota_check and inplace_reserve to return available blocks
Abhi Das
2015-03-18
gfs2: perform quota checks against allocation parameters
Abhi Das
2015-03-04
gfs2: Convert to using ->get_state callback
Jan Kara
2015-02-12
list_lru: add helpers to isolate items
Vladimir Davydov
2015-02-12
list_lru: introduce list_lru_shrink_{count,walk}
Vladimir Davydov
2015-01-28
quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
Jan Kara
2014-11-20
GFS2: use kvfree() instead of open-coding it
Al Viro
2014-05-14
GFS2: remove transaction glock
Benjamin Marzinski
2014-04-17
GFS2: quotas not being refreshed in gfs2_adjust_quota
Abhi Das
2014-03-31
GFS2: Fix return value in slot_get()
Abhi Das
2014-03-07
GFS2: Use fs_ more often
Joe Perches
2014-03-07
GFS2: Use pr_ more consistently
Joe Perches
2014-03-06
GFS2: global conversion to pr_foo()
Fabian Frederick
2014-02-27
GFS2: replace kmalloc - __vmalloc / memset 0
Fabian Frederick
2014-01-15
GFS2: Fix kbuild test robot reported warning
Steven Whitehouse
2014-01-14
GFS2: Move quota bitmap operations under their own lock
Steven Whitehouse
2014-01-14
GFS2: Clean up quota slot allocation
Steven Whitehouse
2014-01-14
GFS2: Only run logd and quota when mounted read/write
Steven Whitehouse
2014-01-14
GFS2: Use RCU/hlist_bl based hash for quotas
Steven Whitehouse
2014-01-03
GFS2: Remove gfs2_quota_change_host structure
Steven Whitehouse
2013-11-15
gfs2: endianness misannotations
Al Viro
2013-11-04
GFS2: Use generic list_lru for quota
Steven Whitehouse
2013-11-04
GFS2: Rename quota qd_lru_lock qd_lock
Steven Whitehouse
2013-11-04
GFS2: Use reflink for quota data cache
Steven Whitehouse
2013-10-04
GFS2: Protect quota sync generation
Steven Whitehouse
2013-10-04
GFS2: Inline qd_trylock into gfs2_quota_unlock
Steven Whitehouse
2013-10-04
GFS2: Make two similar quota code fragments into a function
Steven Whitehouse
2013-10-04
GFS2: Remove obsolete quota tunable
Steven Whitehouse
2013-10-02
GFS2: Move gfs2_icbit_munge into quota.c
Steven Whitehouse
2013-10-02
GFS2: Add allocation parameters structure
Steven Whitehouse
2013-09-10
fs: convert fs shrinkers to new scan/count API
Dave Chinner
2013-09-10
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
2013-06-05
GFS2: Remove no-op wrapper function
Steven Whitehouse
2013-05-24
GFS2: two minor quota fixups
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: Use uid_eq and gid_eq where appropriate
Eric W. Biederman
2013-02-13
gfs2: Use kuid_t and kgid_t types where appropriate.
Eric W. Biederman
2013-02-13
gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines
Eric W. Biederman
2013-02-13
gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
Eric W. Biederman
2013-02-13
gfs2: Convert gfs2_quota_refresh to take a kqid
Eric W. Biederman
2013-02-13
gfs2: Modify qdsb_get to take a struct kqid
Eric W. Biederman
2013-02-13
gfs2: Modify struct gfs2_quota_change_host to use struct kqid
Eric W. Biederman
2013-02-13
gfs2: Introduce qd2index
Eric W. Biederman
2013-02-13
gfs2: Report quotas in the caller's user namespace.
Eric W. Biederman
2013-02-13
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
Eric W. Biederman
2013-02-13
gfs2: Remove improper checks in gfs2_set_dqblk.
Eric W. Biederman
2013-01-29
GFS2: Split gfs2_trans_add_bh() into two
Steven Whitehouse
2012-11-15
GFS2: remove redundant lvb pointer
David Teigland
2012-11-07
GFS2: Add Orlov allocator
Steven Whitehouse
2012-11-07
GFS2: Fix an unchecked error from gfs2_rs_alloc
Andrew Price
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2012-09-24
GFS2: Get rid of I_MUTEX_QUOTA usage
Jan Kara
2012-09-24
GFS2: Remove rs_requested field from reservations
Steven Whitehouse
2012-09-18
userns: Convert quota netlink aka quota_send_warning
Eric W. Biederman
2012-09-18
userns: Convert qutoactl
Eric W. Biederman
2012-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
2012-07-22
quota: Split dquot_quota_sync() to writeback and cache flushing part
Jan Kara
2012-06-06
GFS2: Fold quota data into the reservations struct
Bob Peterson
2012-06-06
GFS2: Extend the life of the reservations
Bob Peterson
2012-05-16
GFS2: Fix quota adjustment return code
Bob Peterson
2012-04-24
GFS2: Remove unused argument from gfs2_internal_read
Andrew Price
2012-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
2012-03-20
gfs2: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
GFS2: Change truncate page allocation to be GFP_NOFS
Bob Peterson
2012-01-08
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2011-11-22
GFS2: decouple quota allocations from block allocations
Bob Peterson
2011-11-21
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
2011-11-08
GFS2: Fix up REQ flags
Steven Whitehouse
2011-10-21
GFS2: Misc fixes
Steven Whitehouse
2011-10-21
GFS2: Cache the most recently used resource group in the inode
Steven Whitehouse
2011-10-21
GFS2: Use ->dirty_inode()
Steven Whitehouse
2011-08-23
block: separate priority boosting from REQ_META
Christoph Hellwig
2011-08-23
block: remove READ_META and WRITE_META
Christoph Hellwig
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
2011-03-09
GFS2: quota allows exceeding hard limit
Abhijith Das
2011-02-07
GFS2: panics on quotacheck update
Abhijith Das
2010-11-30
GFS2: Allow gfs2 to update quota usage values through the quotactl interface
Abhijith Das
2010-11-19
GFS2: Userland expects quota limit/warn/usage in 512b blocks
Abhijith Das
2010-09-28
GFS2: reserve more blocks for transactions
Benjamin Marzinski
2010-09-20
GFS2: Remove i_disksize
Steven Whitehouse
2010-08-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
Linus Torvalds
2010-07-29
GFS2: Simplify gfs2_write_alloc_required
Bob Peterson
2010-07-21
quota: Clean up the namespace in dqblk_xfs.h
Christoph Hellwig
2010-07-19
mm: add context argument to shrinker callback
Dave Chinner
2010-07-15
GFS2: BUG in gfs2_adjust_quota
Abhijith Das
2010-05-21
quota: unify ->set_dqblk
Christoph Hellwig
2010-05-21
quota: unify ->get_dqblk
Christoph Hellwig
2010-05-10
GFS2: Fix writing to non-page aligned gfs2_quota structures
Abhijith Das
2010-05-05
GFS2: fix quota state reporting
Christoph Hellwig
2010-03-05
quota: move code from sync_quota_sb into vfs_quota_sync
Christoph Hellwig
2009-12-03
GFS2: Improve statfs and quota usability
Benjamin Marzinski
2009-12-03
GFS2: Use dquot_send_warning()
Steven Whitehouse
2009-12-03
GFS2: Add set_xquota support
Steven Whitehouse
2009-12-03
GFS2: Add get_xquota support
Steven Whitehouse
2009-12-03
GFS2: Clean up gfs2_adjust_quota() and do_glock()
Steven Whitehouse
2009-12-03
GFS2: Remove constant argument from qd_get()
Steven Whitehouse
2009-12-03
GFS2: Remove constant argument from qdsb_get()
Steven Whitehouse
2009-12-03
GFS2: Add get_xstate quota function
Steven Whitehouse
2009-12-03
GFS2: Remove obsolete code in quota.c
Steven Whitehouse
2009-12-03
GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops
Steven Whitehouse
2009-12-03
GFS2: Alter arguments of gfs2_quota/statfs_sync
Steven Whitehouse
2009-05-22
GFS2: Clean up some file names
Steven Whitehouse
2009-04-15
GFS2: Use DEFINE_SPINLOCK
Xu Gang
2009-04-15
GFS2: Make quotad's waiting interruptible
Steven Whitehouse
2009-03-24
GFS2: Merge lock_dlm module into GFS2
Steven Whitehouse
2009-03-24
GFS2: Remove "double" locking in quota
Steven Whitehouse
2009-03-24
GFS2: change gfs2_quota_scan into a shrinker
Abhijith Das
2009-01-05
GFS2: Fix "truncate in progress" hang
Steven Whitehouse
2009-01-05
GFS2: Clean up & move gfs2_quotad
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-07-11
[GFS2] Fix GFS2's use of do_div() in its quota calculations
David Howells
2008-04-10
[GFS2] fix GFP_KERNEL misuses
Josef Bacik
2008-03-31
[GFS2] gfs2_adjust_quota has broken unstuffing code
Abhijith Das
2008-03-31
[GFS2] possible null pointer dereference fixup
Cyrill Gorcunov
2008-01-25
[GFS2] Reduce inode size by moving i_alloc out of line
Steven Whitehouse
2008-01-25
[GFS2] Get rid of useless "found" variable in quota.c
Bob Peterson
2008-01-25
[GFS2] Remove function gfs2_get_block
Bob Peterson
2008-01-25
[GFS2] Clean up internal read function
Steven Whitehouse
2007-10-10
[GFS2] Fix quota do_list operation hang
Abhijith Das
2007-10-10
[GFS2] Force unstuff of hidden quota inode
Abhijith Das
2007-07-09
[GFS2] Fix sign problem in quota/statfs and cleanup _host structures
Steven Whitehouse
2007-07-09
[GFS2] Quotas non-functional - fix another bug
Abhijith Das
2007-07-09
[GFS2] Quotas non-functional - fix bug
Abhijith Das
2007-03-07
[GFS2] fix locking mistake
Josef Whiter
2006-11-30
[GFS2] Shrink gfs2_inode (4) - di_uid/di_gid
Steven Whitehouse
2006-11-30
[GFS2] gfs2 misc endianness annotations
Al Viro
2006-11-30
[GFS2] split and annotate gfs2_quota_change
Al Viro
2006-11-30
[GFS2] split and annotate gfs2_quota
Al Viro
2006-10-20
[GFS2] Fix bmap to map extents properly
Steven Whitehouse
2006-10-02
[GFS2] Mark metadata reads for blktrace
Steven Whitehouse
2006-09-25
[GFS2/DLM] Fix trailing whitespace
Steven Whitehouse
2006-09-21
[GFS2] Tidy up meta_io code
Steven Whitehouse
2006-09-19
[GFS2] Export lm_interface to kernel headers
Fabio Massimo Di Nitto
2006-09-18
[GFS2] Map multiple blocks at once where possible
Steven Whitehouse
2006-09-05
[GFS2] Remove unused code from quota
Steven Whitehouse
2006-09-04
[GFS2] Change all types to uX style
Steven Whitehouse
2006-09-04
[GFS2] Align all labels against LH side
Steven Whitehouse
2006-09-01
[GFS2] Update copyright, tidy up incore.h
Steven Whitehouse
2006-07-03
[GFS2] Remove dependance on tty_write_message()
Steven Whitehouse
2006-06-20
[GFS2] Remove unused ra_state variable
Steven Whitehouse
2006-06-14
[GFS2] Fix unlinked file handling
Steven Whitehouse
2006-05-18
[GFS2] Update copyright date to 2006
Steven Whitehouse
2006-05-18
[GFS2] Remove semaphore.h from C files
Steven Whitehouse
2006-05-05
[GFS2] Readpages support
Steven Whitehouse
2006-04-28
[GFS2] [-mm patch] fs/gfs2/: possible cleanups
Adrian Bunk
2006-04-07
[GFS2] Fix a ref count bug and other clean ups
Steven Whitehouse
2006-02-27
[GFS2] Macros removal in gfs2.h
Steven Whitehouse
2006-02-27
[GFS2] 80 Column audit of GFS2
Steven Whitehouse
2006-02-21
[GFS2] Use mutices rather than semaphores
Steven Whitehouse
2006-02-13
[GFS2] Fix for root inode ref count bug
Steven Whitehouse
2006-02-08
[GFS2] Make journaled data files identical to normal files on disk
Steven Whitehouse
2006-01-30
[GFS2] Add gfs2_internal_read()
Steven Whitehouse