summaryrefslogtreecommitdiff
path: root/fs/quota/dquot.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12quota: fix to propagate error of mark_dquot_dirty() to callerChao Yu1-9/+15
2024-03-25fs: quota: use group allocation of per-cpu counters APIKefeng Wang1-5/+4
2024-03-05quota: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-2/+1
2024-02-08quota: Fix rcu annotations of inode dquot pointersJan Kara1-27/+39
2024-02-05quota: Fix potential NULL pointer dereferenceWang Jianjian1-41/+57
2024-01-22quota: Remove BUG_ON from dqget()Jan Kara1-3/+2
2024-01-22quota: Remove BUG_ON in dquot_load_quota_sb()Jan Kara1-1/+2
2024-01-22quota: Replace BUG_ON in dqput()Jan Kara1-4/+1
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-11quota: convert dquot_claim_space_nodirty() to return voidChao Yu1-3/+3
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+9
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2023-10-06quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-04quota: dynamically allocate the dquota-cache shrinkerQi Zheng1-8/+9
2023-09-05quota: explicitly forbid quota files from being encryptedEric Biggers1-0/+14
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-122/+127
2023-08-09quota: Check presence of quota operation structures instead of ->quota_read a...Jan Kara1-1/+1
2023-08-03quota: use lockdep_assert_held_write in dquot_load_quota_sbChristoph Hellwig1-3/+2
2023-07-03quota: simplify drop_dquot_ref()Baokun Li1-61/+9
2023-07-03quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-07-03quota: add new helper dquot_active()Baokun Li1-9/+14
2023-07-03quota: rename dquot_active() to inode_quota_active()Baokun Li1-10/+10
2023-07-03quota: factor out dquot_write_dquot()Baokun Li1-23/+16
2023-06-05quota: fix warning in dqgrab()Ye Bin1-1/+1
2023-06-05quota: Properly disable quotas when add_dquot_ref() failsJan Kara1-1/+2
2023-03-29quota: Use register_sysctl_init() for registering fs_dqstats_tableJan Kara1-1/+1
2023-03-20quota: make dquot_set_dqinfo return errors from ->write_infoYangtao Li1-3/+1
2023-03-13quota: simplify two-level sysctl registration for fs_dqstats_tableLuis Chamberlain1-19/+1
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner1-2/+2
2023-01-19quota: port to mnt_idmapChristian Brauner1-1/+2
2022-12-09ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li1-0/+2
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-26attr: port attribute changes to new typesChristian Brauner1-4/+10
2022-06-26quota: port quota helpers mount idsChristian Brauner1-1/+2
2022-06-26fs: port to iattr ownership update helpersChristian Brauner1-2/+2
2022-06-06quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)1-0/+10
2022-01-30quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong1-3/+8
2021-05-10quota: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET1-4/+2
2020-12-09fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam1-1/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen1-0/+1
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+1
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-6/+1
2019-11-11fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov1-12/+17
2019-11-06Pull series refactoring quota enabling and disabling code.Jan Kara1-126/+115