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-05-10
quota: Use 'hlist_for_each_entry' to simplify code
Christophe JAILLET
2021-03-18
quota: report warning limits for realtime space quotas
Darrick J. Wong
2021-03-16
quota: Add mountpath based quota support
Sascha Hauer
2021-01-05
quota: Fix memory leak when handling corrupted quota file
Jan Kara
2020-12-17
Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-12-09
fs: quota: fix array-index-out-of-bounds bug by passing correct argument to vfs_cleanup_quota_inode()
Anant Thazhemadam
2020-12-01
block: remove i_bdev
Christoph Hellwig
2020-12-01
fs: remove get_super_thawed and get_super_exclusive_thawed
Christoph Hellwig
2020-11-03
quota: Sanity-check quota file headers on load
Jan Kara
2020-11-03
quota: Don't overflow quota file offsets
Jan Kara
2020-10-15
Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-10-12
Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-09-25
quota: clear padding in v2r1_mem2diskdqb()
Eric Dumazet
2020-09-17
quota: simplify the quotactl compat handling
Christoph Hellwig
2020-09-10
quota: widen timestamps for the fs_disk_quota structure
Darrick J. Wong
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-06
Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-07-09
Replace HTTP links with HTTPS ones: DISKQUOTA
Alexander A. Klimov
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-01-30
Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-01-21
fs/quota: remove unused macro
Alex Shi
2019-12-18
fs: avoid softlockups in s_inodes iterators
Eric Sandeen
2019-12-16
quota: avoid time_t in v1_disk_dqblk definition
Arnd Bergmann
2019-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-11-15
new helper: lookup_positive_unlocked()
Al Viro
2019-11-11
fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
Konstantin Khlebnikov
2019-11-06
Pull series refactoring quota enabling and disabling code.
Jan Kara
2019-11-04
quota: Handle quotas without quota inodes in dquot_get_state()
Jan Kara
2019-11-04
quota: Make dquot_disable() work without quota inodes
Jan Kara
2019-11-04
quota: Drop dquot_enable()
Jan Kara
2019-11-04
quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()
Jan Kara
2019-11-04
quota: Simplify dquot_resume()
Jan Kara
2019-11-04
quota: Factor out setup of quota inode
Jan Kara
2019-10-31
quota: Check that quota is not dirty before release
Dmitry Monakhov
2019-10-31
quota: fix livelock in dquot_writeback_dquots
Dmitry Monakhov
2019-10-17
quota: minor code cleanup for v1_format_ops
Chengguang Xu
2019-10-08
quota: check quota type in early stage
Chengguang Xu
2019-10-04
quota: code cleanup for hash bits calculation
Chengguang Xu
2019-10-04
quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse list
Chengguang Xu
2019-07-31
quota: fix condition for resetting time limit in do_set_dqblk()
Chengguang Xu
2019-07-10
Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-06-25
quota: honor quota type in Q_XGETQSTAT[V] calls
Eric Sandeen
2019-06-19
quota: fix a problem about transfer quota
yangerkun
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-20
quota: add dqi_dirty_list description to comment of Dquot List Management
Chengguang Xu
2019-04-30
quota: check time limit when back out space/inode change
Chengguang Xu
2019-04-25
fs/quota: erase unused but set variable warning
Jiang Biao
2019-04-25
quota: fix wrong indentation
Chengguang Xu
2019-03-26
quota: remove trailing whitespaces
Sascha Hauer
2019-03-26
quota: code cleanup for __dquot_alloc_space()
Chengguang Xu
2018-12-18
quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.
Javier Barrio
2018-08-22
fs/quota: Fix spectre gadget in do_quotactl
Jeremy Cline
2018-08-22
fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTAS
Jeremy Cline
2018-06-20
quota: Cleanup list iteration in dqcache_shrink_scan()
Jan Kara
2018-06-20
quota: reclaim least recently used dquots
Greg Thelen
2018-04-09
fs: quota: Replace GFP_ATOMIC with GFP_KERNEL in dquot_init
Jia-Ju Bai
2018-04-02
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
2018-04-02
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
Dominik Brodowski
2017-11-29
quota: Check for register_shrinker() failure.
Tetsuo Handa
2017-11-28
quota: propagate error from __dquot_initialize
Chao Yu
2017-11-14
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2017-11-14
Merge udf, isofs, quota, ext2 changes for 4.15-rc1.
Jan Kara
2017-11-13
quota: be aware of error from dquot_initialize
Chao Yu
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-01
quota: fix potential infinite loop
zhangyi (F)
2017-10-10
quota: Generate warnings for DQUOT_SPACE_NOFAIL allocations
Jan Kara
2017-09-27
quota: Fix quota corruption with generic/232 test
Jan Kara
2017-09-18
quota: add missing lock into __dquot_transfer()
Konstantin Khlebnikov
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-07
Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2017-08-21
quota_v2: Delete an error message for a failed memory allocation in v2_read_file_info()
Markus Elfring
2017-08-17
quota: Reduce contention on dq_data_lock
Jan Kara
2017-08-17
quota: Inline dquot_[re]claim_reserved_space() into callsite
Jan Kara
2017-08-17
quota: Inline inode_{incr,decr}_space() into callsites
Jan Kara
2017-08-17
quota: Inline functions into their callsites
Jan Kara
2017-08-17
quota: Allow disabling tracking of dirty dquots in a list
Jan Kara
2017-08-17
quota: Remove dq_wait_unused from dquot
Jan Kara
2017-08-17
quota: Move locking into clear_dquot_dirty()
Jan Kara
2017-08-17
quota: Do not dirty bad dquots
Jan Kara
2017-08-17
quota: Fix possible corruption of dqi_flags
Jan Kara
2017-08-17
quota: Propagate ->quota_read errors from v2_read_file_info()
Jan Kara
2017-08-17
quota: Fix error codes in v2_read_file_info()
Jan Kara
2017-08-17
quota: Push dqio_sem down to ->read_file_info()
Jan Kara
2017-08-17
quota: Push dqio_sem down to ->write_file_info()
Jan Kara
2017-08-17
quota: Push dqio_sem down to ->get_next_id()
Jan Kara
2017-08-17
quota: Push dqio_sem down to ->release_dqblk()
Jan Kara
2017-08-17
quota: Remove locking for writing to the old quota format
Jan Kara
2017-08-17
quota: Do not acquire dqio_sem for dquot overwrites in v2 format
Jan Kara
2017-08-17
quota: Push dqio_sem down to ->write_dqblk()
Jan Kara
2017-08-17
quota: Remove locking for reading from the old quota format
Jan Kara
2017-08-17
quota: Push dqio_sem down to ->read_dqblk()
Jan Kara
2017-08-17
quota: Protect dquot writeout with dq_lock
Jan Kara
2017-08-17
quota: Acquire dqio_sem for reading in vfs_load_quota_inode()
Jan Kara
2017-08-17
quota: Acquire dqio_sem for reading in dquot_get_next_id()
Jan Kara
2017-08-17
quota: Do more fine-grained locking in dquot_acquire()
Jan Kara
2017-08-17
quota: Convert dqio_mutex to rwsem
Jan Kara
2017-08-07
quota: correct space limit check
zhangyi (F)
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-06-22
quota: add get_inode_usage callback to transfer multi-inode charges
Tahsin Erdogan
2017-05-24
ext4: fix quota charging for shared xattr blocks
Tahsin Erdogan
2017-04-19
quota: Remove dquot_quotactl_ops
Jan Kara
2017-04-19
quota: Stop setting IMMUTABLE and NOATIME flags on quota files
Jan Kara
2017-03-02
sched/headers: Prepare to remove inclusion from
Ingo Molnar
2016-12-19
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2016-12-19
quota: Fix bogus warning in dquot_disable()
Jan Kara
2016-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-12-05
quota: constify struct path in quota_on
Al Viro
2016-11-30
quota: Remove dqonoff_mutex
Jan Kara
2016-11-30
quota: Remove dqonoff_mutex from dquot_scan_active()
Jan Kara
2016-11-24
quota: Use s_umount protection for quota operations
Jan Kara
2016-11-24
quota: Hold s_umount in exclusive mode when enabling / disabling quotas
Jan Kara
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
2016-10-27
genetlink: statically initialize families
Johannes Berg
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
2016-08-15
quota: fill in Q_XGETQSTAT inode information for inactive quotas
Eric Sandeen
2016-07-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2016-07-05
dquot: For now explicitly don't support filesystems outside of init_user_ns
Eric W. Biederman
2016-07-05
quota: Handle quota data stored in s_user_ns in quota_setxquota
Eric W. Biederman
2016-07-05
quota: Ensure qids map to the filesystem
Eric W. Biederman
2016-06-19
quota: use time64_t internally
Arnd Bergmann
2016-04-26
fs/quota: use nla_put_u64_64bit()
Nicolas Dichtel
2016-03-29
quota: Handle Q_GETNEXTQUOTA when quota is disabled
Jan Kara
2016-03-21
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2016-03-21
Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Linus Torvalds
2016-03-14
quota: use lookup_one_len_unlocked()
Al Viro
2016-03-03
quota: Fix possible GPF due to uninitialised pointers
Nikolay Borisov
2016-02-18
quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystem
Jan Kara
2016-02-18
quota: Fix possible races during quota loading
Jan Kara
2016-02-09
quota_v2: Implement get_next_id() for V2 quota format
Jan Kara
2016-02-09
quota: Add support for ->get_nextdqblk() for VFS quota
Jan Kara
2016-02-09
quota: Allow Q_GETQUOTA for frozen filesystem
Jan Kara
2016-02-09
quota: Fixup comments about return value of Q_[X]GETNEXTQUOTA
Eric Sandeen
2016-02-08
quota: add new quotactl Q_GETNEXTQUOTA
Eric Sandeen
2016-02-08
quota: add new quotactl Q_XGETNEXTQUOTA
Eric Sandeen
2016-02-08
quota: remove unused cmd argument from quota_quotaon()
Eric Sandeen
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-04
quota: constify qtree_fmt_operations structures
Julia Lawall
2015-12-14
fs: make quota/dquot.c explicitly non-modular
Paul Gortmaker
2015-12-14
fs: make quota/netlink.c explicitly non-modular
Paul Gortmaker
2015-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-08-17
inode: convert inode_sb_list_lock to per-sb
Dave Chinner
2015-08-11
quota: remove an unneeded condition
Dan Carpenter
2015-07-23
quota: Propagate error from ->acquire_dquot()
Jan Kara
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-15
VFS: fs library helpers: d_inode() annotations
David Howells
2015-03-18
vfs: Add general support to enforce project quota limits
Li Xi
2015-03-16
Merge branch 'quota_interface' into for_next_testing
Jan Kara
2015-03-04
quota: Fix maximum quota limit settings
Jan Kara
2015-03-04
quota: paranoia: check quota tree root
Konstantin Khlebnikov
2015-03-04
quota: optimize i_dquot access
Konstantin Khlebnikov
2015-03-04
quota: Hook up Q_XSETQLIM for id 0 to ->set_info
Jan Kara
2015-03-04
quota: Make ->set_info use structure with neccesary info to VFS and XFS
Jan Kara
2015-03-04
quota: Remove ->get_xstate and ->get_xstatev callbacks
Jan Kara
2015-03-04
quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
Jan Kara
2015-03-04
quota: Make VFS quotas use new interface for getting quota info
Jan Kara
2015-02-10
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2015-02-09
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2015-01-30
quota: Store maximum space limit in bytes
Jan Kara
2015-01-30
quota: Remove quota_on_meta callback
Jan Kara
2015-01-30
quota: Add ->quota_{enable,disable} callbacks for VFS quotas
Jan Kara
2015-01-30
quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}
Jan Kara
2015-01-30
quota: Split ->set_xstate callback into two
Jan Kara
2015-01-30
Merge branch 'for_linus' into for_next
Jan Kara
2015-01-28
quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
Jan Kara
2015-01-21
quota: Verify flags passed to Q_SETINFO
Jan Kara
2015-01-21
quota: Cleanup flags definitions
Jan Kara
2015-01-21
quota: Don't store flags for v2 quota format
Jan Kara
2015-01-06
rcu: Make SRCU optional by using CONFIG_SRCU
Pranith Kumar
2014-11-10
vfs: Remove i_dquot field from inode
Jan Kara
2014-11-10
quota: Use function to provide i_dquot pointers
Jan Kara
2014-11-10
quota: Allow each filesystem to specify which quota types it supports
Jan Kara
2014-11-10
quota: Remove const from function declarations
Jan Kara
2014-11-04
quota: Add log level to printk
Anton Blanchard
2014-10-22
quota: Properly return errors from dquot_writeback_dquots()
Jan Kara
2014-09-08
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-07-15
fs/quota: kernel-doc warning fixes
Fabian Frederick
2014-07-15
quota: remove dqptr_sem
Niu Yawei
2014-07-15
quota: simplify remove_inode_dquot_ref()
Niu Yawei
2014-07-15
quota: avoid unnecessary dqget()/dqput() calls
Niu Yawei
2014-07-15
quota: protect Q_GETFMT by dqonoff_mutex
Niu Yawei
2014-07-15
quota: missing lock in dqcache_shrink_scan()
Niu Yawei
2014-05-05
xfs: fix Q_XQUOTARM ioctl
Eric Sandeen
2014-04-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2014-04-03
quota: provide function to grab quota structure reference
Jan Kara
2014-03-04
fs/quota/Kconfig: Update filesystems
Fabian Frederick
2014-02-20
quota: Fix race between dqput() and dquot_scan_active()
Jan Kara
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
2013-11-19
quota/genetlink: use proper genetlink multicast APIs
Johannes Berg
2013-11-04
quota: info leak in quota_getquota()
Dan Carpenter
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-09-09
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2013-08-20
quota: Add a new quotactl command Q_XGETQSTATV
Chandra Seetharaman
2013-08-17
quota: provide interface for readding allocated space into reserved space
Jan Kara
2013-07-04
quota: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
2013-03-11
quota: add missing use of dq_data_lock in __dquot_initialize
Jeff Mahoney
2012-12-13
quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCK
Lee Jones