#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null ref='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/fs/quota/quota.c
AgeCommit message (Expand)Author
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara
2021-03-18quota: report warning limits for realtime space quotasDarrick J. Wong
2021-03-16quota: Add mountpath based quota supportSascha Hauer
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig
2020-09-10quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva