1. 847aac6 vfs: Add general support to enforce project quota limits by Li Xi · 9 years ago
  2. 7dca054 Merge branch 'quota_interface' into for_next_testing by Jan Kara · 9 years ago
  3. 7819702 quota: reorder flags in quota state by Konstantin Khlebnikov · 10 years ago
  4. 5eacb2a quota: Make ->set_info use structure with neccesary info to VFS and XFS by Jan Kara · 10 years ago
  5. 59b6ba6 quota: Remove ->get_xstate and ->get_xstatev callbacks by Jan Kara · 10 years ago
  6. 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago
  7. b10a081 quota: Store maximum space limit in bytes by Jan Kara · 10 years ago
  8. aaa3dae quota: Remove quota_on_meta callback by Jan Kara · 10 years ago
  9. 38e478c quota: Split ->set_xstate callback into two by Jan Kara · 10 years ago
  10. 1cd6b7b Merge branch 'for_linus' into for_next by Jan Kara · 10 years ago
  11. 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
  12. 9c45101 quota: Cleanup flags definitions by Jan Kara · 10 years ago
  13. 2c5f648 quota: Allow each filesystem to specify which quota types it supports by Jan Kara · 10 years ago
  14. b9ba6f9 quota: remove dqptr_sem by Niu Yawei · 10 years ago
  15. 9da93f9 xfs: fix Q_XQUOTARM ioctl by Eric Sandeen · 10 years ago
  16. af30cb4 quota: Add a new quotactl command Q_XGETQSTATV by Chandra Seetharaman · 11 years ago
  17. c3ad83d quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format by Theodore Ts'o · 12 years ago
  18. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  19. 4c376dc userns: Convert struct dquot dq_id to be a struct kqid by Eric W. Biederman · 12 years ago
  20. 431f197 userns: Convert quota netlink aka quota_send_warning by Eric W. Biederman · 12 years ago
  21. 74a8a10 userns: Convert qutoactl by Eric W. Biederman · 12 years ago
  22. e8a3e47 userns: Implement struct kqid by Eric W. Biederman · 12 years ago
  23. ceed172 quota: Split dquot_quota_sync() to writeback and cache flushing part by Jan Kara · 12 years ago
  24. 46fe44c quota: Pass information that quota is stored in system file to userspace by Jan Kara · 13 years ago
  25. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  26. d12dc25 quota: Remove unused declaration by Jan Kara · 13 years ago
  27. f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
  28. f32764b quota: Convert quota statistics to generic percpu_counter by Dmitry Monakhov · 14 years ago
  29. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  30. c472b43 quota: unify ->set_dqblk by Christoph Hellwig · 14 years ago
  31. b9b2dd3 quota: unify ->get_dqblk by Christoph Hellwig · 14 years ago
  32. dde9588 quota: Make quota stat accounting lockless. by Dmitry Monakhov · 14 years ago
  33. efd8f0e quota: stop using QUOTA_OK / NO_QUOTA by Christoph Hellwig · 15 years ago
  34. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
  35. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 15 years ago
  36. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 15 years ago
  37. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 15 years ago
  38. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 15 years ago
  39. 8ddd69d quota: generalize quota transfer interface by Dmitry Monakhov · 15 years ago
  40. ad1e6e8 quota: sb_quota state flags cleanup by Dmitry Monakhov · 15 years ago
  41. 5fb324a quota: move code from sync_quota_sb into vfs_quota_sync by Christoph Hellwig · 15 years ago
  42. fd8fbfc quota: decouple fs reserved space from quota reservation by Dmitry Monakhov · 15 years ago
  43. 498c601 quota: Implement quota format with 64-bit space and inode limits by Jan Kara · 15 years ago
  44. 3067393 quota: Move definition of QFMT_OCFS2 to linux/quota.h by Jan Kara · 15 years ago
  45. 1472da5 const: struct quota_format_ops by Alexey Dobriyan · 15 years ago
  46. 86e931a VFS: Export dquot_send_warning by Steven Whitehouse · 15 years ago
  47. dd6f3c6 quota: Remove NODQUOT macro by Jan Kara · 16 years ago
  48. 740d9dc quota: Add quota reservation claim and released operations by Mingming Cao · 16 years ago
  49. f18df22 quota: Add quota reservation support by Mingming Cao · 16 years ago
  50. 5cd9d5b quota: Unexport dqblk_v1.h and dqblk_v2.h by Jan Kara · 16 years ago
  51. 571b46e quota: Update version number by Jan Kara · 16 years ago
  52. 4d59bce quota: Keep which entries were set by SETQUOTA quotactl by Jan Kara · 16 years ago
  53. db49d2d quota: Allow negative usage of space and inodes by Jan Kara · 16 years ago
  54. e3d4d56 quota: Convert union in mem_dqinfo to a pointer by Jan Kara · 16 years ago
  55. ca785ec quota: Introduce DQUOT_QUOTA_SYS_FILE flag by Jan Kara · 16 years ago
  56. f55abc0 quota: Allow to separately enable quota accounting and enforcing limits by Jan Kara · 16 years ago
  57. 1209546 quota: Increase size of variables for limits and inode usage by Jan Kara · 16 years ago
  58. 74f783a quota: Add callbacks for allocating and destroying dquot structures by Jan Kara · 16 years ago
  59. b73c29f6 quota: remove CVS keywords by Adrian Bunk · 16 years ago
  60. 657d3bf quota: implement sending information via netlink about user below quota by Jan Kara · 16 years ago
  61. 03b0634 quota: convert macros to inline functions by Jan Kara · 16 years ago
  62. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  63. 02a55ca quota: cleanup loop in sync_dquots() by Jan Kara · 16 years ago
  64. c32e026 quota: add a convenience macro for filesystems by Jan Kara · 16 years ago
  65. 0ff5af8 quota: quota core changes for quotaon on remount by Jan Kara · 16 years ago
  66. 03f6e92 quota: various style cleanups by Jan Kara · 16 years ago
  67. 338bf9a quota: do not allow setting of quota limits to too high values by Andrew Perepechko · 16 years ago
  68. 8b91de2 Fix quota.h includes by Matthew Wilcox · 17 years ago
  69. 8e89346 quota: send messages via netlink by Jan Kara · 17 years ago
  70. acd64b7 hide spinlock in linux/quota.h behind __KERNEL__ by Mike Frysinger · 17 years ago
  71. ae4472a [PATCH] QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitly by Robert P. J. Day · 18 years ago
  72. 0409d3a Don't include private headers from user-visible parts of linux/quota.h by David Woodhouse · 18 years ago
  73. ca5734d [PATCH] Small cleanup in quota.h by Jan Kara · 18 years ago
  74. d3be915 [PATCH] sem2mutex: quota by Ingo Molnar · 18 years ago
  75. 7b7b1ac [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount by Al Viro · 19 years ago
  76. 4e5117b [PATCH] quota: improve credits estimates by Jan Kara · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago