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