1. 921169c GFS2: Clean up of gdlm_lock function by Steven Whitehouse · 14 years ago
  2. 802ec9b GFS2: Allow gfs2 to update quota usage values through the quotactl interface by Abhijith Das · 14 years ago
  3. edc221d GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg by Joe Perches · 14 years ago
  4. 5e69069 GFS2: fs/gfs2/glock.c: Use printf extension %pV by Joe Perches · 14 years ago
  5. 2ae51ed GFS2: Clean up duplicated setattr code by Steven Whitehouse · 14 years ago
  6. 9e55cd5 GFS2: Remove unreachable calls to vmtruncate by Steven Whitehouse · 14 years ago
  7. cc18152 GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pS by Joe Perches · 14 years ago
  8. d211577 GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIM by Steven Whitehouse · 14 years ago
  9. 14870b4 GFS2: Userland expects quota limit/warn/usage in 512b blocks by Abhijith Das · 14 years ago
  10. 044b941 GFS2: Fix inode deallocation race by Steven Whitehouse · 14 years ago
  11. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  12. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  13. 8bcbbf0 convert gfs2 by Al Viro · 14 years ago
  14. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  15. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  16. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  17. 9dcefee50 gfs2: invalidate_inodes() is no-op there by Al Viro · 14 years ago
  18. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  19. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  20. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  21. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  22. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  23. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  24. 33027af GFS2: fixed typo by Andrea Gelmini · 14 years ago
  25. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  26. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  27. 1346698 GFS2: Fix type mapping for demote_rq interface by Steven Whitehouse · 14 years ago
  28. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  29. 46290341 GFS2 fatal: filesystem consistency error on rename by Bob Peterson · 14 years ago
  30. feb47ca9 GFS2: Improve journal allocation via sysfs by Steven Whitehouse · 14 years ago
  31. 43f74c1 GFS2: Add "norecovery" mount option as a synonym for "spectator" by Steven Whitehouse · 14 years ago
  32. c741c45 GFS2: Fix spectator umount issue by Steven Whitehouse · 14 years ago
  33. d594845 GFS2: Fix compiler warning from previous patch by Steven Whitehouse · 14 years ago
  34. bf97b67 GFS2: reserve more blocks for transactions by Benjamin Marzinski · 14 years ago
  35. d0795f9 GFS2: Fix journal check for spectator mounts by Steven Whitehouse · 14 years ago
  36. c80dbb5 GFS2: Remove upgrade mount option by Steven Whitehouse · 14 years ago
  37. c2048b00 GFS2: Remove localcaching mount option by Steven Whitehouse · 14 years ago
  38. f57a024 GFS2: Remove ignore_local_fs mount argument by Steven Whitehouse · 14 years ago
  39. 8d12358 GFS2: Make . and .. qstrs constant by Steven Whitehouse · 14 years ago
  40. 9fa0ea9 GFS2: Use new workqueue scheme by Steven Whitehouse · 14 years ago
  41. 1fea7c2 GFS2: Update handling of DLM return codes to match reality by Steven Whitehouse · 14 years ago
  42. 7b5e3d5 GFS2: Don't enforce min hold time when two demotes occur in rapid succession by Steven Whitehouse · 14 years ago
  43. fe08d5a GFS2: Fix whitespace in previous patch by Steven Whitehouse · 14 years ago
  44. 3921120 GFS2: fallocate support by Benjamin Marzinski · 14 years ago
  45. 9a3f236 GFS2: Add a bug trap in allocation code by Steven Whitehouse · 14 years ago
  46. 820969f GFS2: No longer experimental by Steven Whitehouse · 14 years ago
  47. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  48. ff8f33c GFS2: New truncate sequence by Steven Whitehouse · 14 years ago
  49. 5f48749 GFS2: gfs2_logd should be using interruptible waits by Steven Whitehouse · 14 years ago
  50. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  51. f1e4d51 gfs2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  52. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  53. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  54. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  55. d5c1515 switch gfs2 to ->evict_inode() by Al Viro · 14 years ago
  56. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  57. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  58. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  59. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  60. 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
  61. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  62. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  63. 41f2df6 block: BARRIER request should imply SYNC by Christoph Hellwig · 14 years ago
  64. 0809f6e GFS2: Fix recovery stuck bug (try #2) by Steven Whitehouse · 14 years ago
  65. c639d5d GFS2: Fix typo in stuffed file data copy handling by Abhijith Das · 14 years ago
  66. 7cdee5d Revert "GFS2: recovery stuck on transaction lock" by Steven Whitehouse · 14 years ago
  67. d5341a9 GFS2: Make "try" lock not try quite so hard by Steven Whitehouse · 14 years ago
  68. 4244b52 GFS2: remove dependency on __GFP_NOFAIL by David Rientjes · 14 years ago
  69. 461cb41 GFS2: Simplify gfs2_write_alloc_required by Bob Peterson · 14 years ago
  70. ba6e936 GFS2: Wait for journal id on mount if not specified on mount command line by Steven Whitehouse · 14 years ago
  71. 30116ff GFS2: Use nobh_writepage by Steven Whitehouse · 14 years ago
  72. d2a97a4 GFS2: Use kmalloc when possible for ->readdir() by Steven Whitehouse · 14 years ago
  73. 6ecd7c2 gfs2: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  74. ade7ce3 quota: Clean up the namespace in dqblk_xfs.h by Christoph Hellwig · 14 years ago
  75. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  76. 728a756 GFS2: rename causes kernel Oops by Bob Peterson · 14 years ago
  77. 8b42160 GFS2: BUG in gfs2_adjust_quota by Abhijith Das · 14 years ago
  78. b1becbd GFS2: Fix kernel NULL pointer dereference by dlm_astd by Bob Peterson · 14 years ago
  79. b7dc2df GFS2: recovery stuck on transaction lock by Bob Peterson · 14 years ago
  80. a8bf2bc GFS2: O_TRUNC not working on stuffed files across cluster by Bob Peterson · 14 years ago
  81. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  82. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  83. f16a5e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  84. 7df0e03 GFS2: Fix permissions checking for setflags ioctl() by Steven Whitehouse · 14 years ago
  85. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  86. b7bb0a1 gfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  87. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  88. c472b43 quota: unify ->set_dqblk by Christoph Hellwig · 14 years ago
  89. b9b2dd3 quota: unify ->get_dqblk by Christoph Hellwig · 14 years ago
  90. f72f2d2 GFS2: Don't "get" xattrs for ACLs when ACLs are turned off by Steven Whitehouse · 14 years ago
  91. ed4878e GFS2: Rework reclaiming unlinked dinodes by Bob Peterson · 14 years ago
  92. 677abe4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  93. 6a99be5 GFS2: Fix typo by Steven Whitehouse · 14 years ago
  94. cc0581b GFS2: stuck in inode wait, no glocks stuck by Bob Peterson · 14 years ago
  95. eaefbf9 GFS2: Eliminate useless err variable by Bob Peterson · 14 years ago
  96. 7e619bc GFS2: Fix writing to non-page aligned gfs2_quota structures by Abhijith Das · 14 years ago
  97. 913a71d GFS2: Add some useful messages by Steven Whitehouse · 14 years ago
  98. ad6bb90 GFS2: fix quota state reporting by Christoph Hellwig · 14 years ago
  99. 5e687ea GFS2: Various gfs2_logd improvements by Benjamin Marzinski · 14 years ago
  100. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago