1. 0515258 fs/quota: Fix spectre gadget in do_quotactl by Jeremy Cline · 6 years ago
  2. 3cd0126 quota: fill in Q_XGETQSTAT inode information for inactive quotas by Eric Sandeen · 8 years ago
  3. cfd4c70 quota: Handle quota data stored in s_user_ns in quota_setxquota by Eric W. Biederman · 8 years ago
  4. d49d376 quota: Ensure qids map to the filesystem by Eric W. Biederman · 8 years ago
  5. ccf370e quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystem by Jan Kara · 8 years ago
  6. 7955118 quota: Allow Q_GETQUOTA for frozen filesystem by Jan Kara · 8 years ago
  7. ba58148 quota: Fixup comments about return value of Q_[X]GETNEXTQUOTA by Eric Sandeen · 8 years ago
  8. 926132c quota: add new quotactl Q_GETNEXTQUOTA by Eric Sandeen · 8 years ago
  9. 8b37524 quota: add new quotactl Q_XGETNEXTQUOTA by Eric Sandeen · 8 years ago
  10. 3218a3e quota: remove unused cmd argument from quota_quotaon() by Eric Sandeen · 8 years ago
  11. 72d4d0e quota: remove an unneeded condition by Dan Carpenter · 9 years ago
  12. c39fb53 quota: Hook up Q_XSETQLIM for id 0 to ->set_info by Jan Kara · 9 years ago
  13. 5eacb2a quota: Make ->set_info use structure with neccesary info to VFS and XFS by Jan Kara · 9 years ago
  14. 59b6ba6 quota: Remove ->get_xstate and ->get_xstatev callbacks by Jan Kara · 10 years ago
  15. bc230e4 quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state by Jan Kara · 10 years ago
  16. 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago
  17. aaa3dae quota: Remove quota_on_meta callback by Jan Kara · 10 years ago
  18. d3b8632 quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF} by Jan Kara · 10 years ago
  19. 38e478c quota: Split ->set_xstate callback into two by Jan Kara · 10 years ago
  20. 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
  21. 2c5f648 quota: Allow each filesystem to specify which quota types it supports by Jan Kara · 10 years ago
  22. 606cdcc quota: protect Q_GETFMT by dqonoff_mutex by Niu Yawei · 10 years ago
  23. 9da93f9 xfs: fix Q_XQUOTARM ioctl by Eric Sandeen · 10 years ago
  24. 18da65e quota: info leak in quota_getquota() by Dan Carpenter · 11 years ago
  25. af30cb4 quota: Add a new quotactl command Q_XGETQSTATV by Chandra Seetharaman · 11 years ago
  26. 56df127 quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCK by Lee Jones · 12 years ago
  27. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  28. 74a8a10 userns: Convert qutoactl by Eric W. Biederman · 12 years ago
  29. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  30. ceed172 quota: Split dquot_quota_sync() to writeback and cache flushing part by Jan Kara · 12 years ago
  31. f3da931 quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uaccess.h> by Jeff Liu · 12 years ago
  32. 49d99a2 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  33. 4b217ed quota: make Q_XQUOTASYNC a noop by Christoph Hellwig · 12 years ago
  34. dcdbed8 quota: Fix deadlock with suspend and quotas by Jan Kara · 12 years ago
  35. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  36. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  37. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  38. 0aaa618 quota: Drop path reference on error exit from quotactl by Jan Kara · 13 years ago
  39. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  40. 815d405 VFS: Fix the remaining automounter semantics regressions by Trond Myklebust · 13 years ago
  41. f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
  42. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  43. 01a05b3 new helper: iterate_supers() by Al Viro · 14 years ago
  44. 35cf7ba Bury __put_super_and_need_restart() by Al Viro · 14 years ago
  45. 6754af6 Convert simple loops over superblocks to list_for_each_entry_safe by Al Viro · 14 years ago
  46. 551de6f Leave superblocks on s_list until the end by Al Viro · 14 years ago
  47. fcbc59f quota: remove sb_has_quota_active in get/set_info by Christoph Hellwig · 14 years ago
  48. c472b43 quota: unify ->set_dqblk by Christoph Hellwig · 14 years ago
  49. b9b2dd3 quota: unify ->get_dqblk by Christoph Hellwig · 14 years ago
  50. 5582c76 quota: split out compat_sys_quotactl support from quota.c by Christoph Hellwig · 14 years ago
  51. 799a9d4 quota: split out netlink notification support from quota.c by Christoph Hellwig · 14 years ago
  52. a56fca2 quota: remove invalid optimization from quota_sync_all by Christoph Hellwig · 14 years ago
  53. 5fb324a quota: move code from sync_quota_sb into vfs_quota_sync by Christoph Hellwig · 14 years ago
  54. 8c4e4ac quota: clean up Q_XQUOTASYNC by Christoph Hellwig · 14 years ago
  55. c988afb quota: simplify permission checking by Christoph Hellwig · 14 years ago
  56. 6ae0957 quota: special case Q_SYNC without device name by Christoph Hellwig · 14 years ago
  57. f450d4f quota: clean up checks for supported quota methods by Christoph Hellwig · 14 years ago
  58. c411e5f quota: split do_quotactl by Christoph Hellwig · 14 years ago
  59. 86e931a VFS: Export dquot_send_warning by Steven Whitehouse · 15 years ago
  60. 850b201 quota: cleanup dquota sync functions (version 4) by Christoph Hellwig · 15 years ago
  61. 268157b quota: Coding style fixes by Jan Kara · 15 years ago
  62. 7a2435d quota: Remove superfluous inlines by Jan Kara · 15 years ago
  63. 884d179 quota: Move quota files into separate directory by Jan Kara · 15 years ago[Renamed from fs/quota.c]
  64. 3cdad42 [CVE-2009-0029] System call wrappers part 20 by Heiko Carstens · 15 years ago
  65. ca785ec quota: Introduce DQUOT_QUOTA_SYS_FILE flag by Jan Kara · 16 years ago
  66. f55abc0 quota: Allow to separately enable quota accounting and enforcing limits by Jan Kara · 16 years ago
  67. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  68. 02a55ca quota: cleanup loop in sync_dquots() by Jan Kara · 16 years ago
  69. 0ff5af8 quota: quota core changes for quotaon on remount by Jan Kara · 16 years ago
  70. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  71. 7a6c813 [IA64] Fix build failure in fs/quota.c by Tony Luck · 17 years ago
  72. b716395 diskquota: 32bit quota tools on 64bit architectures by Vasily Tarasov · 17 years ago
  73. 7925409 circular locking dependency found in QUOTA OFF by Jan Kara · 17 years ago
  74. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  75. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  76. d3be915 [PATCH] sem2mutex: quota by Ingo Molnar · 18 years ago
  77. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  78. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  79. be586ba [PATCH] quota: small cleanups by Adrian Bunk · 19 years ago
  80. de69e5f [XFS] Add a mechanism for XFS to use the generic quota sync method. by Nathan Scott · 19 years ago
  81. 618f063 [PATCH] O(1) sb list traversing on syncs by Kirill Korotaev · 19 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago