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