1. 19709ad gfs2: clean up iopen glock mess in gfs2_create_inode by Bob Peterson · 4 years, 9 months ago
  2. ad2dd3f gfs2: initialize transaction tr_ailX_lists earlier by Bob Peterson · 4 years, 2 months ago
  3. f8bc4ff gfs2: read-only mounts should grab the sd_freeze_gl glock by Bob Peterson · 4 years, 1 month ago
  4. c91cffd gfs2: fix use-after-free on transaction ail lists by Bob Peterson · 4 years, 2 months ago
  5. 76d7a3f gfs2: Allow lock_nolock mount to specify jid=X by Bob Peterson · 4 years, 3 months ago
  6. a359696 gfs2: move privileged user check to gfs2_quota_lock_check by Bob Peterson · 4 years, 3 months ago
  7. acc014a Revert "gfs2: Don't demote a glock until its revokes are written" by Bob Peterson · 4 years, 3 months ago
  8. ecf4cb6 gfs2: Another gfs2_walk_metadata fix by Andreas Gruenbacher · 4 years, 3 months ago
  9. 09f8ac7 gfs2: Don't demote a glock until its revokes are written by Bob Peterson · 4 years, 9 months ago
  10. 7771792 gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache by Al Viro · 4 years, 5 months ago
  11. 4b67a51 gfs2: fix O_SYNC write handling by Andreas Gruenbacher · 4 years, 7 months ago
  12. e57e77e gfs2: move setting current->backing_dev_info by Christoph Hellwig · 4 years, 7 months ago
  13. 0809e10 gfs2: fix glock reference problem in gfs2_trans_remove_revoke by Bob Peterson · 4 years, 9 months ago
  14. 7baf8fd gfs2: take jdata unstuff into account in do_grow by Bob Peterson · 6 years ago
  15. fa3fe5f gfs2: Fix marking bitmaps non-full by Andreas Gruenbacher · 6 years ago
  16. 4d7cf69 GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads by Tim Smith · 6 years ago
  17. f3afad5 gfs2: slow the deluge of io error messages by Bob Peterson · 6 years ago
  18. 48b128c gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated by Bob Peterson · 6 years ago
  19. e0c1e6e gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps by Bob Peterson · 4 years, 11 months ago
  20. 21344f0 gfs2: gfs2_walk_metadata fix by Andreas Gruenbacher · 5 years ago
  21. c4b51db gfs2: Fix occasional glock use-after-free by Andreas Gruenbacher · 5 years ago
  22. bac8520 gfs2: Fix lru_count going negative by Ross Lagerwall · 5 years ago
  23. fdc78ee gfs2: Fix sign extension bug in gfs2_update_stats by Andreas Gruenbacher · 5 years ago
  24. 4f5a4c8 gfs2: Fix missed wakeups in find_insert_glock by Andreas Gruenbacher · 5 years ago
  25. 8b9be9d gfs2: Revert "Fix loop in gfs2_rbm_find" by Andreas Gruenbacher · 6 years ago
  26. 6ef56c9 gfs2: Fix loop in gfs2_rbm_find by Andreas Gruenbacher · 6 years ago
  27. 3104861 gfs2: Get rid of potential double-freeing in gfs2_create_inode by Andreas Gruenbacher · 6 years ago
  28. 3808437 gfs2: Fix iomap buffer head reference counting bug by Andreas Gruenbacher · 6 years ago
  29. 331bd73 gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd by Andrew Price · 6 years ago
  30. 55795da gfs2: Fix metadata read-ahead during truncate (2) by Andreas Gruenbacher · 6 years ago
  31. 8793f67 gfs2: Put bitmap buffers in put_super by Andreas Gruenbacher · 6 years ago
  32. 8c44812 gfs2_meta: ->mount() can get NULL dev_name by Al Viro · 6 years ago
  33. fee5150 gfs2: Fix iomap buffered write support for journaled files (2) by Andreas Gruenbacher · 6 years ago
  34. dc480fe gfs2: Fix iomap buffered write support for journaled files by Andreas Gruenbacher · 6 years ago
  35. 2b2f2ae Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  36. f5580d0 gfs2: eliminate update_rgrp_lvb_unlinked by Bob Peterson · 6 years ago
  37. dffe12a gfs2: Fix gfs2_testbit to use clone bitmaps by Bob Peterson · 6 years ago
  38. 21e2156 gfs2: Get rid of gfs2_ea_strlen by Andreas Gruenbacher · 6 years ago
  39. 3f30f92 gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_out by Bob Peterson · 6 years ago
  40. 7761257 gfs2: Special-case rindex for gfs2_grow by Andreas Gruenbacher · 6 years ago
  41. f6753df GFS2: rgrp free blocks used incorrectly by Bob Peterson · 6 years ago
  42. d1b0cb9 gfs2: remove redundant variable 'moved' by Colin Ian King · 6 years ago
  43. f95cbb4 gfs2: use iomap_readpage for blocksize == PAGE_SIZE by Andreas Gruenbacher · 6 years ago
  44. 1d45bb7 gfs2: Use iomap for stuffed direct I/O reads by Andreas Gruenbacher · 6 years ago
  45. 0ed91ec Merge branch 'iomap-4.19-merge' into linux-gfs2/for-next by Andreas Gruenbacher · 6 years ago
  46. c2589282 gfs2: fallocate_chunk: Always initialize struct iomap by Andreas Gruenbacher · 6 years ago
  47. 4a77277 GFS2: Fix recovery issues for spectators by Bob Peterson · 6 years ago
  48. a3479c7 Merge branch 'iomap-write' into linux-gfs2/for-next by Andreas Gruenbacher · 6 years ago
  49. 109dbb1 fs: gfs2: Adding new return type vm_fault_t by Souptick Joarder · 6 years ago
  50. 910f3d5 gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattr by Chengguang Xu · 6 years ago
  51. e79e0e1 gfs2: Don't reject a supposedly full bitmap if we have blocks reserved by Bob Peterson · 6 years ago
  52. 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 6 years ago
  53. b452a45 getting rid of 'opened' argument of ->atomic_open() - part 2 by Al Viro · 6 years ago
  54. be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 6 years ago
  55. 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 6 years ago
  56. aad888f switch all remaining checks for FILE_OPENED to FMODE_OPENED by Al Viro · 6 years ago
  57. b7eba89 gfs2: Eliminate redundant ip->i_rgd by Andreas Gruenbacher · 6 years ago
  58. 03f8c41 gfs2: Stop messing with ip->i_rgd in the rlist code by Andreas Gruenbacher · 6 years ago
  59. 025d0e7 gfs2: Remove gfs2_write_{begin,end} by Andreas Gruenbacher · 6 years ago
  60. 967bcc9 gfs2: iomap direct I/O support by Andreas Gruenbacher · 6 years ago
  61. bcfe941 gfs2: gfs2_extent_length cleanup by Andreas Gruenbacher · 6 years ago
  62. 64bc06b gfs2: iomap buffered write support by Andreas Gruenbacher · 6 years ago
  63. d505a96a gfs2: Further iomap cleanups by Andreas Gruenbacher · 6 years ago
  64. ee9c7f9 gfs2: call ktime_get_coarse_real_ts64() directly by Arnd Bergmann · 6 years ago
  65. 00251a1 gfs2: Minor clarification to __gfs2_punch_hole by Andreas Gruenbacher · 6 years ago
  66. 9e1a9ec gfs2: Don't withdraw under a spin lock by Andreas Gruenbacher · 6 years ago
  67. f85c10e gfs2: eliminate rs_inum and reduce the size of gfs2 inodes by Bob Peterson · 6 years ago
  68. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  69. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  70. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  71. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  72. 628e366 gfs2: Iomap cleanups and improvements by Andreas Gruenbacher · 6 years ago
  73. 845802b gfs2: Remove ordered write mode handling from gfs2_trans_add_data by Andreas Gruenbacher · 6 years ago
  74. d6382a3 gfs2: gfs2_stuffed_write_end cleanup by Andreas Gruenbacher · 6 years ago
  75. 7841b9f gfs2: hole_size improvement by Andreas Gruenbacher · 6 years ago
  76. dc8fbb0 GFS2: gfs2_free_extlen can return an extent that is too long by Bob Peterson · 6 years ago
  77. 7b5747f GFS2: Fix allocation error bug with recursive rgrp glocking by Andreas Gruenbacher · 6 years ago
  78. 07e23d6 gfs2: Update find_metapath comment by Andreas Gruenbacher · 6 years ago
  79. 7ee66c0 iomap: move IOMAP_F_BOUNDARY to gfs2 by Christoph Hellwig · 6 years ago
  80. 19319b5 iomap: inline data should be an iomap type, not a flag by Christoph Hellwig · 6 years ago
  81. 9a38662 gfs2: Remove sdp->sd_jheightsize by Andreas Gruenbacher · 6 years ago
  82. 3e7aafc GFS2: Minor improvements to comments and documentation by Bob Peterson · 6 years ago
  83. 3fd5d3a gfs2: Stop using rhashtable_walk_peek by Andreas Gruenbacher · 6 years ago
  84. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  85. 5e86d9d gfs2: time journal recovery steps accurately by Abhi Das · 6 years ago
  86. fffb641 gfs2: Zero out fallocated blocks in fallocate_chunk by Andreas Gruenbacher · 6 years ago
  87. 0e11f64 fs: move I_DIRTY_INODE to fs.h by Christoph Hellwig · 6 years ago
  88. 937d330 gfs2: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) calls by Christoph Hellwig · 6 years ago
  89. bb491ce gfs2: Check for the end of metadata in punch_hole by Andreas Gruenbacher · 6 years ago
  90. ee6ed85 gfs2: gfs2_iomap_end tracepoint: log block address by Andreas Gruenbacher · 6 years ago
  91. d39d18e gfs2: Improve gfs2_block_map comment by Andreas Gruenbacher · 6 years ago
  92. b9e03f1 GFS2: Only set PageChecked for jdata pages by Bob Peterson · 6 years ago
  93. 9bc980c GFS2: Make function gfs2_remove_from_ail static by Bob Peterson · 6 years ago
  94. 83998cc gfs2: Dirty source inode during rename by Andreas Gruenbacher · 6 years ago
  95. 174d123 gfs2: Fix fallocate chunk size by Andreas Gruenbacher · 6 years ago
  96. 3b5da96 gfs2: Fixes to "Implement iomap for block_map" (2) by Andreas Gruenbacher · 6 years ago
  97. 49edd5b gfs2: Fixes to "Implement iomap for block_map" by Andreas Gruenbacher · 6 years ago
  98. 7ac07fd gfs2: Glock dump performance regression fix by Andreas Gruenbacher · 7 years ago
  99. dcb2cd5 gfs2: Fix the crc32c dependency by Andreas Gruenbacher · 6 years ago
  100. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago