1. ba3ca2b gfs2: nit: gfs2_drop_inode shouldn't return bool by Bob Peterson · 3 years, 6 months ago
  2. 70c11ba gfs2: Don't release and reacquire local statfs bh by Bob Peterson · 3 years, 7 months ago
  3. a28dc12 gfs2: init system threads before freeze lock by Bob Peterson · 3 years, 8 months ago
  4. c551f66 gfs2: Fix a number of kernel-doc warnings by Lee Jones · 3 years, 10 months ago
  5. ff132c5 gfs2: report "already frozen/thawed" errors by Bob Peterson · 3 years, 10 months ago
  6. 62dd0f9 gfs2: Flag a withdraw if init_threads() fails by Andrew Price · 3 years, 10 months ago
  7. eb60252 gfs2: make function gfs2_make_fs_ro() to void type by Yang Li · 3 years, 11 months ago
  8. f6e1e1d Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 11 months ago
  9. 803074a Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git by Andreas Gruenbacher · 3 years, 11 months ago
  10. 4fc7ec3 gfs2: Use resource group glock sharing by Bob Peterson · 7 years ago
  11. f3708fb gfs2: Get rid of sd_reserving_log by Andreas Gruenbacher · 4 years, 1 month ago
  12. 736b2f7 gfs2: Un-obfuscate function jdesc_find_i by Andreas Gruenbacher · 4 years, 1 month ago
  13. e2728c5 fs: don't call ->dirty_inode for lazytime timestamp updates by Eric Biggers · 4 years ago
  14. 96b1454 gfs2: move freeze glock outside the make_fs_rw and _ro functions by Bob Peterson · 4 years, 1 month ago
  15. c77b52c gfs2: Add common helper for holding and releasing the freeze glock by Bob Peterson · 4 years, 1 month ago
  16. dd64fe8 gfs2: Remove sb_start_write from gfs2_statfs_sync by Bob Peterson · 4 years, 1 month ago
  17. a9dd945 gfs2: Add missing truncate_inode_pages_final for sd_aspace by Bob Peterson · 4 years, 3 months ago
  18. 97fd734 gfs2: lookup local statfs inodes prior to journal recovery by Abhi Das · 4 years, 3 months ago
  19. 7309269 gfs2: Add fields for statfs info in struct gfs2_log_header_host by Abhi Das · 4 years, 3 months ago
  20. c2a04b0 gfs2: use-after-free in sysfs deregistration by Jamie Iles · 4 years, 3 months ago
  21. 0a0d9f5 gfs2: simplify the logic in gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  22. d90be6a gfs2: factor evict_linked_inode out of gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  23. 53dbc27e gfs2: further simplify gfs2_evict_inode with new func evict_should_delete by Bob Peterson · 4 years, 4 months ago
  24. 6e7e9a5 gfs2: factor evict_unlinked_inode out of gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  25. 23d828f gfs2: rename variable error to ret in gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  26. 5a61ae1 gfs2: Make sure we don't miss any delayed withdraws by Andreas Gruenbacher · 4 years, 5 months ago
  27. e28c02b gfs2: When gfs2_dirty_inode gets a glock error, dump the glock by Bob Peterson · 4 years, 6 months ago
  28. c860f8f gfs2: The freeze glock should never be frozen by Bob Peterson · 4 years, 7 months ago
  29. 623ba66 gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE by Bob Peterson · 4 years, 7 months ago
  30. 9e8990d gfs2: Smarter iopen glock waiting by Andreas Gruenbacher · 5 years ago
  31. 9e73330 gfs2: Try harder to delete inodes locally by Andreas Gruenbacher · 5 years ago
  32. 8c7b926 gfs2: Give up the iopen glock on contention by Andreas Gruenbacher · 5 years ago
  33. a0e3cc6 gfs2: Turn gl_delete into a delayed work by Andreas Gruenbacher · 5 years ago
  34. f286d62 gfs2: Keep track of deleted inode generations in LVBs by Andreas Gruenbacher · 5 years ago
  35. 2297ab6 gfs2: Fix problems regarding gfs2_qa_get and _put by Bob Peterson · 4 years, 9 months ago
  36. 1595548 gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put by Andreas Gruenbacher · 4 years, 11 months ago
  37. 2fba46a gfs2: Change inode qa_data to allow multiple users by Bob Peterson · 4 years, 11 months ago
  38. 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
  39. 40e7e86 gfs2: Clean up inode initialization and teardown by Andreas Gruenbacher · 5 years ago
  40. 601ef0d gfs2: Force withdraw to replay journals and wait for it to finish by Bob Peterson · 5 years ago
  41. 52b1cdc gfs2: Abort gfs2_freeze if io error is seen by Bob Peterson · 5 years ago
  42. 60528af gfs2: Don't loop forever in gfs2_freeze if withdrawn by Bob Peterson · 5 years ago
  43. eb43e66 gfs2: Introduce function gfs2_withdrawn by Bob Peterson · 5 years ago
  44. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  45. 1f52aa0 gfs2: Convert gfs2 to fs_context by Andrew Price · 6 years ago
  46. d403125 gfs2: Minor gfs2_alloc_inode cleanup by Andreas Gruenbacher · 5 years ago
  47. f29e62e gfs2: replace more printk with calls to fs_info and friends by Bob Peterson · 6 years ago
  48. 55317f5 gfs2: simplify gfs2_freeze by removing case by Bob Peterson · 6 years ago
  49. 04aea0c gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN by Bob Peterson · 6 years ago
  50. 5b3a9f3 gfs2: kthread and remount improvements by Bob Peterson · 6 years ago
  51. 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
  52. 638803d Revert "gfs2: Replace gl_revokes with a GLF flag" by Bob Peterson · 6 years ago
  53. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  54. f4686c2 gfs2: read journal in large chunks by Abhi Das · 6 years ago
  55. 8f918219 gfs2: fix race between gfs2_freeze_func and unmount by Abhi Das · 6 years ago
  56. ce895cf gfs2: Remove misleading comments in gfs2_evict_inode by Andreas Gruenbacher · 6 years ago
  57. 73118ca gfs2: Replace gl_revokes with a GLF flag by Bob Peterson · 6 years ago
  58. 784494e gfs2: switch to ->free_inode() by Al Viro · 6 years ago
  59. 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
  60. 2a5f14f gfs2: read journal in large chunks to locate the head by Abhi Das · 6 years ago
  61. 8e31582 gfs2: Fix minor typo: couln't versus couldn't. by Bob Peterson · 6 years ago
  62. 1eb8d73 GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads by Tim Smith · 6 years ago
  63. a3479c7 Merge branch 'iomap-write' into linux-gfs2/for-next by Andreas Gruenbacher · 6 years ago
  64. b7eba89 gfs2: Eliminate redundant ip->i_rgd by Andreas Gruenbacher · 7 years ago
  65. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  66. 0e11f64 fs: move I_DIRTY_INODE to fs.h by Christoph Hellwig · 7 years ago
  67. 957a7ac gfs2: Remove inode from ordered write list in gfs2_write_inode() by Abhi Das · 7 years ago
  68. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  69. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  70. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  71. adbc3dd GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL by Bob Peterson · 7 years ago
  72. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  73. 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
  74. 6a1c8f6 gfs2: Defer deleting inodes under memory pressure by Andreas Gruenbacher · 7 years ago
  75. 71c1b213 gfs2: gfs2_evict_inode: Put glocks asynchronously by Andreas Gruenbacher · 7 years ago
  76. 61b91cf gfs2: Fix trivial typos by Andreas Gruenbacher · 7 years ago
  77. b2fb7da GFS2: Delete debugfs files only after we evict the glocks by Bob Peterson · 7 years ago
  78. 240c623 GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode by Bob Peterson · 8 years ago
  79. df3d87bd GFS2: Introduce helper for clearing gl_object by Bob Peterson · 8 years ago
  80. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  81. e0b62e2 gfs2: gfs2_create_inode: Keep glock across iput by Andreas Gruenbacher · 8 years ago
  82. 6f6597ba gfs2: Protect gl->gl_object by spin lock by Andreas Gruenbacher · 8 years ago
  83. 4fd1a57 gfs2: Get rid of flush_delayed_work in gfs2_evict_inode by Andreas Gruenbacher · 8 years ago
  84. d4da319 Revert "GFS2: Wait for iopen glock dequeues" by Andreas Gruenbacher · 8 years ago
  85. 0d1c7ae GFS2: Prevent BUG from occurring when normal Withdraws occur by Bob Peterson · 8 years ago
  86. 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
  87. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  88. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 9 years ago
  89. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  90. 7508abc GFS2: Check if iopen is held when deleting inode by Bob Peterson · 9 years ago
  91. ee530be GFS2: Truncate address space mapping when deleting an inode by Bob Peterson · 9 years ago
  92. 86d067a GFS2: Wait for iopen glock dequeues by Bob Peterson · 9 years ago
  93. 400ac52 gfs2: clear journal live bit in gfs2_log_flush by Benjamin Marzinski · 9 years ago
  94. 471f3db gfs2: change gfs2 readdir cookie by Benjamin Marzinski · 9 years ago
  95. 901c6c6 GFS2: Update master statfs buffer with sd_statfs_spin locked by Bob Peterson · 10 years ago
  96. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 10 years ago
  97. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  98. c8d5770 gfs2: Extended attribute readahead by Andreas Gruenbacher · 9 years ago
  99. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  100. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 10 years ago