summaryrefslogtreecommitdiffstats
path: root/fs/quota
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-12Merge tag 'fs_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2026-01-16quotactl_block(): switch to CLASS(filename)Al Viro-2/+1
2026-01-16quota: fix livelock between quotactl and freeze_superAbhishek Bapat-0/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2025-09-03fs: quota: create dedicated workqueue for quota_release_workShashank A P-1/+9
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2024-11-26quota: flush quota_release_work upon quota writebackOjaswin Mujoo-0/+2
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+7
2024-11-21Merge tag 'for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-1/+0
2024-11-13dquot.c: get rid of include ../internal.hAl Viro-1/+0
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro-8/+4
2024-10-21reiserfs: The last commitJan Kara-8/+7
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+10
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-4/+4
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-22quota: remove unnecessary error code translation in dquot_quota_enableKemeng Shi-4/+2
2024-07-22quota: remove redundant return at end of void functionKemeng Shi-2/+0
2024-07-22quota: remove unneeded return value of register_quota_formatKemeng Shi-9/+6
2024-07-22quota: avoid missing put_quota_format when DQUOT_SUSPENDED is passedKemeng Shi-1/+2
2024-06-03vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik-6/+2
2024-04-12quota: fix to propagate error of mark_dquot_dirty() to callerChao Yu-9/+15
2024-03-25fs: quota: use group allocation of per-cpu counters APIKefeng Wang-5/+4
2024-03-05quota: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+1
2024-02-12quota: Detect loops in quota treeJan Kara-38/+105
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara-2/+1
2024-02-08quota: Fix rcu annotations of inode dquot pointersJan Kara-27/+39
2024-02-05quota: Fix potential NULL pointer dereferenceWang Jianjian-41/+57
2024-01-23quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_semJan Kara-13/+13
2024-01-23quota: Set nofs allocation context when acquiring dqio_semJan Kara-0/+24
2024-01-22quota: Remove BUG_ON from dqget()Jan Kara-3/+2
2024-01-22quota: Remove BUG_ON in dquot_load_quota_sb()Jan Kara-1/+2
2024-01-22quota: Replace BUG_ON in dqput()Jan Kara-4/+1
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2023-12-11quota: convert dquot_claim_space_nodirty() to return voidChao Yu-3/+3
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+9
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+14
2023-10-06quota: Fix slow quotaoffJan Kara-27/+39
2023-10-04quota: dynamically allocate the dquota-cache shrinkerQi Zheng-8/+9
2023-09-05quota: explicitly forbid quota files from being encryptedEric Biggers-0/+14
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-122/+127
2023-08-09quota: Check presence of quota operation structures instead of ->quota_read a...Jan Kara-1/+1
2023-08-03quota: use lockdep_assert_held_write in dquot_load_quota_sbChristoph Hellwig-3/+2
2023-07-03quota: simplify drop_dquot_ref()Baokun Li-61/+9
2023-07-03quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li-18/+78
2023-07-03quota: add new helper dquot_active()Baokun Li-9/+14
2023-07-03quota: rename dquot_active() to inode_quota_active()Baokun Li-10/+10