summaryrefslogtreecommitdiffstats
path: root/fs/quota/dquot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2023-08-301-122/+127
|\
| * quota: use lockdep_assert_held_write in dquot_load_quota_sbChristoph Hellwig2023-08-031-3/+2
| * quota: simplify drop_dquot_ref()Baokun Li2023-07-031-61/+9
| * quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li2023-07-031-18/+78
| * quota: add new helper dquot_active()Baokun Li2023-07-031-9/+14
| * quota: rename dquot_active() to inode_quota_active()Baokun Li2023-07-031-10/+10
| * quota: factor out dquot_write_dquot()Baokun Li2023-07-031-23/+16
* | quota: Check presence of quota operation structures instead of ->quota_read a...Jan Kara2023-08-091-1/+1
|/
* quota: fix warning in dqgrab()Ye Bin2023-06-051-1/+1
* quota: Properly disable quotas when add_dquot_ref() failsJan Kara2023-06-051-1/+2
* quota: Use register_sysctl_init() for registering fs_dqstats_tableJan Kara2023-03-291-1/+1
* quota: make dquot_set_dqinfo return errors from ->write_infoYangtao Li2023-03-201-3/+1
* quota: simplify two-level sysctl registration for fs_dqstats_tableLuis Chamberlain2023-03-131-19/+1
* fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-2/+2
* quota: port to mnt_idmapChristian Brauner2023-01-191-1/+2
* ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li2022-12-081-0/+2
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-4/+10
* | quota: port quota helpers mount idsChristian Brauner2022-06-261-1/+2
* | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-2/+2
|/
* quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)2022-06-061-0/+10
* quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-01-301-3/+8
* quota: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET2021-05-101-4/+2
* fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam2020-12-091-1/+1
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-181-0/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-061-7/+1
|\
| * new helper: lookup_positive_unlocked()Al Viro2019-11-151-6/+1
* | fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2019-11-111-12/+17
* | Pull series refactoring quota enabling and disabling code.Jan Kara2019-11-061-126/+115
|\ \
| * | quota: Handle quotas without quota inodes in dquot_get_state()Jan Kara2019-11-041-2/+4
| * | quota: Make dquot_disable() work without quota inodesJan Kara2019-11-041-44/+29
| * | quota: Drop dquot_enable()Jan Kara2019-11-041-45/+16
| * | quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara2019-11-041-6/+13
| * | quota: Simplify dquot_resume()Jan Kara2019-11-041-6/+4
| * | quota: Factor out setup of quota inodeJan Kara2019-11-041-41/+67
| |/
* | quota: Check that quota is not dirty before releaseDmitry Monakhov2019-10-311-1/+1
* | quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-10-311-4/+5
* | quota: code cleanup for hash bits calculationChengguang Xu2019-10-041-5/+1
* | quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse listChengguang Xu2019-10-041-2/+0
|/
* quota: fix condition for resetting time limit in do_set_dqblk()Chengguang Xu2019-07-311-2/+2
* Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-101-3/+8
|\
| * quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu2019-05-201-3/+8
* | quota: fix a problem about transfer quotayangerkun2019-06-191-2/+2
|/
* quota: check time limit when back out space/inode changeChengguang Xu2019-04-301-8/+6
* fs/quota: erase unused but set variable warningJiang Biao2019-04-251-0/+4
* quota: fix wrong indentationChengguang Xu2019-04-251-3/+4