1. 53dbc27e gfs2: further simplify gfs2_evict_inode with new func evict_should_delete by Bob Peterson · 4 years, 4 months ago
  2. 6e7e9a5 gfs2: factor evict_unlinked_inode out of gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  3. 23d828f gfs2: rename variable error to ret in gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  4. 5a61ae1 gfs2: Make sure we don't miss any delayed withdraws by Andreas Gruenbacher · 4 years, 4 months ago
  5. e28c02b gfs2: When gfs2_dirty_inode gets a glock error, dump the glock by Bob Peterson · 4 years, 5 months ago
  6. c860f8f gfs2: The freeze glock should never be frozen by Bob Peterson · 4 years, 6 months ago
  7. 623ba66 gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE by Bob Peterson · 4 years, 6 months ago
  8. 9e8990d gfs2: Smarter iopen glock waiting by Andreas Gruenbacher · 5 years ago
  9. 9e73330 gfs2: Try harder to delete inodes locally by Andreas Gruenbacher · 5 years ago
  10. 8c7b926 gfs2: Give up the iopen glock on contention by Andreas Gruenbacher · 5 years ago
  11. a0e3cc6 gfs2: Turn gl_delete into a delayed work by Andreas Gruenbacher · 5 years ago
  12. f286d62 gfs2: Keep track of deleted inode generations in LVBs by Andreas Gruenbacher · 5 years ago
  13. 2297ab6 gfs2: Fix problems regarding gfs2_qa_get and _put by Bob Peterson · 4 years, 8 months ago
  14. 1595548 gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put by Andreas Gruenbacher · 4 years, 10 months ago
  15. 2fba46a gfs2: Change inode qa_data to allow multiple users by Bob Peterson · 4 years, 10 months ago
  16. 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
  17. 40e7e86 gfs2: Clean up inode initialization and teardown by Andreas Gruenbacher · 5 years ago
  18. 601ef0d gfs2: Force withdraw to replay journals and wait for it to finish by Bob Peterson · 5 years ago
  19. 52b1cdc gfs2: Abort gfs2_freeze if io error is seen by Bob Peterson · 5 years ago
  20. 60528af gfs2: Don't loop forever in gfs2_freeze if withdrawn by Bob Peterson · 5 years ago
  21. eb43e66 gfs2: Introduce function gfs2_withdrawn by Bob Peterson · 5 years ago
  22. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  23. 1f52aa0 gfs2: Convert gfs2 to fs_context by Andrew Price · 6 years ago
  24. d403125 gfs2: Minor gfs2_alloc_inode cleanup by Andreas Gruenbacher · 5 years ago
  25. f29e62e gfs2: replace more printk with calls to fs_info and friends by Bob Peterson · 6 years ago
  26. 55317f5 gfs2: simplify gfs2_freeze by removing case by Bob Peterson · 6 years ago
  27. 04aea0c gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN by Bob Peterson · 6 years ago
  28. 5b3a9f3 gfs2: kthread and remount improvements by Bob Peterson · 6 years ago
  29. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  30. 638803d Revert "gfs2: Replace gl_revokes with a GLF flag" by Bob Peterson · 6 years ago
  31. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  32. f4686c2 gfs2: read journal in large chunks by Abhi Das · 6 years ago
  33. 8f918219 gfs2: fix race between gfs2_freeze_func and unmount by Abhi Das · 6 years ago
  34. ce895cf gfs2: Remove misleading comments in gfs2_evict_inode by Andreas Gruenbacher · 6 years ago
  35. 73118ca gfs2: Replace gl_revokes with a GLF flag by Bob Peterson · 6 years ago
  36. 784494e gfs2: switch to ->free_inode() by Al Viro · 6 years ago
  37. 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
  38. 2a5f14f gfs2: read journal in large chunks to locate the head by Abhi Das · 6 years ago
  39. 8e31582 gfs2: Fix minor typo: couln't versus couldn't. by Bob Peterson · 6 years ago
  40. 1eb8d73 GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads by Tim Smith · 6 years ago
  41. a3479c7 Merge branch 'iomap-write' into linux-gfs2/for-next by Andreas Gruenbacher · 6 years ago
  42. b7eba89 gfs2: Eliminate redundant ip->i_rgd by Andreas Gruenbacher · 7 years ago
  43. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  44. 0e11f64 fs: move I_DIRTY_INODE to fs.h by Christoph Hellwig · 7 years ago
  45. 957a7ac gfs2: Remove inode from ordered write list in gfs2_write_inode() by Abhi Das · 7 years ago
  46. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  47. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  48. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  49. adbc3dd GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL by Bob Peterson · 7 years ago
  50. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  51. 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
  52. 6a1c8f6 gfs2: Defer deleting inodes under memory pressure by Andreas Gruenbacher · 7 years ago
  53. 71c1b213 gfs2: gfs2_evict_inode: Put glocks asynchronously by Andreas Gruenbacher · 7 years ago
  54. 61b91cf gfs2: Fix trivial typos by Andreas Gruenbacher · 7 years ago
  55. b2fb7da GFS2: Delete debugfs files only after we evict the glocks by Bob Peterson · 7 years ago
  56. 240c623 GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode by Bob Peterson · 7 years ago
  57. df3d87bd GFS2: Introduce helper for clearing gl_object by Bob Peterson · 7 years ago
  58. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  59. e0b62e2 gfs2: gfs2_create_inode: Keep glock across iput by Andreas Gruenbacher · 8 years ago
  60. 6f6597ba gfs2: Protect gl->gl_object by spin lock by Andreas Gruenbacher · 8 years ago
  61. 4fd1a57 gfs2: Get rid of flush_delayed_work in gfs2_evict_inode by Andreas Gruenbacher · 8 years ago
  62. d4da319 Revert "GFS2: Wait for iopen glock dequeues" by Andreas Gruenbacher · 8 years ago
  63. 0d1c7ae GFS2: Prevent BUG from occurring when normal Withdraws occur by Bob Peterson · 8 years ago
  64. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  65. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  66. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 9 years ago
  67. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  68. 7508abc GFS2: Check if iopen is held when deleting inode by Bob Peterson · 9 years ago
  69. ee530be GFS2: Truncate address space mapping when deleting an inode by Bob Peterson · 9 years ago
  70. 86d067a GFS2: Wait for iopen glock dequeues by Bob Peterson · 9 years ago
  71. 400ac52 gfs2: clear journal live bit in gfs2_log_flush by Benjamin Marzinski · 9 years ago
  72. 471f3db gfs2: change gfs2 readdir cookie by Benjamin Marzinski · 9 years ago
  73. 901c6c6 GFS2: Update master statfs buffer with sd_statfs_spin locked by Bob Peterson · 10 years ago
  74. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 9 years ago
  75. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  76. c8d5770 gfs2: Extended attribute readahead by Andreas Gruenbacher · 9 years ago
  77. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  78. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 10 years ago
  79. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  80. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  81. 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
  82. eaebded GFS2: fs/gfs2/super.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  83. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  84. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago
  85. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  86. 34917f9 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  87. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  88. 0597880 GFS2: Fix uninitialized VFS inode in gfs2_create_inode by Abhi Das · 11 years ago
  89. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  90. d77d1b5 GFS2: Use pr_<level> more consistently by Joe Perches · 11 years ago
  91. fc554ed GFS2: global conversion to pr_foo() by Fabian Frederick · 11 years ago
  92. b50f227 GFS2: Clean up journal extent mapping by Steven Whitehouse · 11 years ago
  93. 8ad151c GFS2: Only run logd and quota when mounted read/write by Steven Whitehouse · 11 years ago
  94. af5c269 GFS2: Clean up reservation removal by Steven Whitehouse · 11 years ago
  95. a6a4d98 GFS2: Don't cache iopen glocks by Bob Peterson · 12 years ago
  96. 2009521 GFS2: Remove vestigial parameter ip from function rs_deltree by Bob Peterson · 12 years ago
  97. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  98. d054642 gfs2: Convert uids and gids between dinodes and vfs inodes. by Eric W. Biederman · 12 years ago
  99. f4108a6 gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE by Eric W. Biederman · 12 years ago
  100. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 12 years ago