1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  3. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  4. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  5. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 8 years ago
  6. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  7. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  8. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  9. b58bf40 GFS2: Reduce size of incore inode by Bob Peterson · 9 years ago
  10. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 9 years ago
  11. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  12. c8d5770 gfs2: Extended attribute readahead by Andreas Gruenbacher · 9 years ago
  13. 15562c4 GFS2: Move glock superblock pointer to field gl_name by Bob Peterson · 9 years ago
  14. 546fac6 Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  15. 1bdf453 gfs2: s64 cast for negative quota value by Abhi Das · 9 years ago
  16. 9cde289 gfs2: limit quota log messages by Abhi Das · 9 years ago
  17. 39a7258 gfs2: fix quota updates on block boundaries by Abhi Das · 9 years ago
  18. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  19. 3013317 gfs2: fix quota refresh race in do_glock() by Abhi Das · 9 years ago
  20. 25435e5 gfs2: allow quota_check and inplace_reserve to return available blocks by Abhi Das · 9 years ago
  21. b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 9 years ago
  22. e54b2e2 gfs2: Convert to using ->get_state callback by Jan Kara · 10 years ago
  23. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  24. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  25. 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
  26. 3cdcf63 GFS2: use kvfree() instead of open-coding it by Al Viro · 10 years ago
  27. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 10 years ago
  28. 991deec GFS2: quotas not being refreshed in gfs2_adjust_quota by Abhi Das · 10 years ago
  29. e9fb7c7 GFS2: Fix return value in slot_get() by Abhi Das · 10 years ago
  30. 8382e26 GFS2: Use fs_<level> more often by Joe Perches · 10 years ago
  31. d77d1b5 GFS2: Use pr_<level> more consistently by Joe Perches · 10 years ago
  32. fc554ed GFS2: global conversion to pr_foo() by Fabian Frederick · 10 years ago
  33. fcf10d3 GFS2: replace kmalloc - __vmalloc / memset 0 by Fabian Frederick · 10 years ago
  34. 1e3d362 GFS2: Fix kbuild test robot reported warning by Steven Whitehouse · 10 years ago
  35. 2d9e723 GFS2: Move quota bitmap operations under their own lock by Steven Whitehouse · 11 years ago
  36. ee2411a GFS2: Clean up quota slot allocation by Steven Whitehouse · 11 years ago
  37. 8ad151c GFS2: Only run logd and quota when mounted read/write by Steven Whitehouse · 11 years ago
  38. c754fbb GFS2: Use RCU/hlist_bl based hash for quotas by Steven Whitehouse · 11 years ago
  39. 7aed98f GFS2: Remove gfs2_quota_change_host structure by Steven Whitehouse · 11 years ago
  40. 951b4bd gfs2: endianness misannotations by Al Viro · 11 years ago
  41. 2147dbf GFS2: Use generic list_lru for quota by Steven Whitehouse · 11 years ago
  42. 7d80823 GFS2: Rename quota qd_lru_lock qd_lock by Steven Whitehouse · 11 years ago
  43. 9b9f039 GFS2: Use reflink for quota data cache by Steven Whitehouse · 11 years ago
  44. e46c772 GFS2: Protect quota sync generation by Steven Whitehouse · 11 years ago
  45. aabd7c7 GFS2: Inline qd_trylock into gfs2_quota_unlock by Steven Whitehouse · 11 years ago
  46. 1bf59bf GFS2: Make two similar quota code fragments into a function by Steven Whitehouse · 11 years ago
  47. bef292a GFS2: Remove obsolete quota tunable by Steven Whitehouse · 11 years ago
  48. 26e43a1 GFS2: Move gfs2_icbit_munge into quota.c by Steven Whitehouse · 11 years ago
  49. 7b9cff4 GFS2: Add allocation parameters structure by Steven Whitehouse · 11 years ago
  50. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  51. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
  52. edd2e9a GFS2: Remove no-op wrapper function by Steven Whitehouse · 11 years ago
  53. 37f7157 GFS2: two minor quota fixups by Bob Peterson · 11 years ago
  54. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  55. 6b24c0d gfs2: Use uid_eq and gid_eq where appropriate by Eric W. Biederman · 11 years ago
  56. 7c06b5d gfs2: Use kuid_t and kgid_t types where appropriate. by Eric W. Biederman · 11 years ago
  57. 236c64e gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines by Eric W. Biederman · 11 years ago
  58. 05e0a60 gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid by Eric W. Biederman · 11 years ago
  59. ed87dab gfs2: Convert gfs2_quota_refresh to take a kqid by Eric W. Biederman · 11 years ago
  60. b59c8b6 gfs2: Modify qdsb_get to take a struct kqid by Eric W. Biederman · 11 years ago
  61. e08d8d7 gfs2: Modify struct gfs2_quota_change_host to use struct kqid by Eric W. Biederman · 11 years ago
  62. 2f6c989 gfs2: Introduce qd2index by Eric W. Biederman · 11 years ago
  63. 558e852 gfs2: Report quotas in the caller's user namespace. by Eric W. Biederman · 11 years ago
  64. f4108a6 gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE by Eric W. Biederman · 11 years ago
  65. 393551e gfs2: Remove improper checks in gfs2_set_dqblk. by Eric W. Biederman · 11 years ago
  66. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  67. 4e2f884 GFS2: remove redundant lvb pointer by David Teigland · 12 years ago
  68. 9dbe961 GFS2: Add Orlov allocator by Steven Whitehouse · 12 years ago
  69. aaaf68c GFS2: Fix an unchecked error from gfs2_rs_alloc by Andrew Price · 12 years ago
  70. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  71. 56aa72d GFS2: Get rid of I_MUTEX_QUOTA usage by Jan Kara · 12 years ago
  72. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  73. 431f197 userns: Convert quota netlink aka quota_send_warning by Eric W. Biederman · 12 years ago
  74. 74a8a10 userns: Convert qutoactl by Eric W. Biederman · 12 years ago
  75. 801b036 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  76. ceed172 quota: Split dquot_quota_sync() to writeback and cache flushing part by Jan Kara · 12 years ago
  77. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  78. 0a305e4 GFS2: Extend the life of the reservations by Bob Peterson · 12 years ago
  79. 500242a GFS2: Fix quota adjustment return code by Bob Peterson · 12 years ago
  80. 4306629 GFS2: Remove unused argument from gfs2_internal_read by Andrew Price · 12 years ago
  81. ad12ab2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  82. d934928 gfs2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  83. 220cca2 GFS2: Change truncate page allocation to be GFP_NOFS by Bob Peterson · 12 years ago
  84. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  85. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  86. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  87. 20ed053 GFS2: Fix up REQ flags by Steven Whitehouse · 13 years ago
  88. 891a8e9 GFS2: Misc fixes by Steven Whitehouse · 13 years ago
  89. 54335b1 GFS2: Cache the most recently used resource group in the inode by Steven Whitehouse · 13 years ago
  90. ab9bbda GFS2: Use ->dirty_inode() by Steven Whitehouse · 13 years ago
  91. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  92. 5dc06c5 block: remove READ_META and WRITE_META by Christoph Hellwig · 13 years ago
  93. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  94. 662e3a5 GFS2: quota allows exceeding hard limit by Abhijith Das · 13 years ago
  95. e79a46a GFS2: panics on quotacheck update by Abhijith Das · 13 years ago
  96. 802ec9b GFS2: Allow gfs2 to update quota usage values through the quotactl interface by Abhijith Das · 14 years ago
  97. 14870b4 GFS2: Userland expects quota limit/warn/usage in 512b blocks by Abhijith Das · 14 years ago
  98. bf97b67 GFS2: reserve more blocks for transactions by Benjamin Marzinski · 14 years ago
  99. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  100. 90e0c22 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago