1. 3e7aafc GFS2: Minor improvements to comments and documentation by Bob Peterson · 6 years ago
  2. 3fd5d3a gfs2: Stop using rhashtable_walk_peek by Andreas Gruenbacher · 6 years ago
  3. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  4. 5e86d9d gfs2: time journal recovery steps accurately by Abhi Das · 6 years ago
  5. fffb641 gfs2: Zero out fallocated blocks in fallocate_chunk by Andreas Gruenbacher · 6 years ago
  6. 0e11f64 fs: move I_DIRTY_INODE to fs.h by Christoph Hellwig · 7 years ago
  7. 937d330 gfs2: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) calls by Christoph Hellwig · 7 years ago
  8. bb491ce gfs2: Check for the end of metadata in punch_hole by Andreas Gruenbacher · 6 years ago
  9. ee6ed85 gfs2: gfs2_iomap_end tracepoint: log block address by Andreas Gruenbacher · 7 years ago
  10. d39d18e gfs2: Improve gfs2_block_map comment by Andreas Gruenbacher · 7 years ago
  11. b9e03f1 GFS2: Only set PageChecked for jdata pages by Bob Peterson · 7 years ago
  12. 9bc980c GFS2: Make function gfs2_remove_from_ail static by Bob Peterson · 7 years ago
  13. 83998cc gfs2: Dirty source inode during rename by Andreas Gruenbacher · 7 years ago
  14. 174d123 gfs2: Fix fallocate chunk size by Andreas Gruenbacher · 7 years ago
  15. 3b5da96 gfs2: Fixes to "Implement iomap for block_map" (2) by Andreas Gruenbacher · 7 years ago
  16. 49edd5b gfs2: Fixes to "Implement iomap for block_map" by Andreas Gruenbacher · 7 years ago
  17. 7ac07fd gfs2: Glock dump performance regression fix by Andreas Gruenbacher · 7 years ago
  18. dcb2cd5 gfs2: Fix the crc32c dependency by Andreas Gruenbacher · 7 years ago
  19. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  20. af38816 gfs2: Add a few missing newlines in messages by Andreas Gruenbacher · 7 years ago
  21. 957a7ac gfs2: Remove inode from ordered write list in gfs2_write_inode() by Abhi Das · 7 years ago
  22. 2eb5909 GFS2: Don't try to end a non-existent transaction in unlink by Bob Peterson · 7 years ago
  23. 4519eaa GFS2: Fix minor comment typo by Bob Peterson · 7 years ago
  24. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  25. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  26. 0ff5916 gfs2: Get rid of gfs2_log_header_in by Andreas Gruenbacher · 7 years ago
  27. 88b65ce gfs2: Minor gfs2_page_add_databufs cleanup by Andreas Gruenbacher · 7 years ago
  28. 235628c gfs2: Add gfs2_max_stuffed_size by Andreas Gruenbacher · 7 years ago
  29. 9db115a gfs2: Typo fixes by Andreas Gruenbacher · 7 years ago
  30. 786ebd9 Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git by Bob Peterson · 7 years ago
  31. 4e56a64 gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE) by Andreas Gruenbacher · 7 years ago
  32. 10d2cf9 gfs2: Turn trunc_dealloc into punch_hole by Andreas Gruenbacher · 7 years ago
  33. 5cf26b1 gfs2: Generalize truncate code by Andreas Gruenbacher · 7 years ago
  34. bdba0d5 Turn gfs2_block_truncate_page into gfs2_block_zero_range by Andreas Gruenbacher · 7 years ago
  35. cb7f090 gfs2: Improve non-recursive delete algorithm by Andreas Gruenbacher · 7 years ago
  36. c3ce5aa gfs2: Fix metadata read-ahead during truncate by Andreas Gruenbacher · 7 years ago
  37. e8b43fe gfs2: Clean up {lookup,fillup}_metapath by Andreas Gruenbacher · 7 years ago
  38. e7fdf00 gfs2: Remove minor gfs2_journaled_truncate inefficiencies by Andreas Gruenbacher · 7 years ago
  39. 8b5860a gfs2: truncate: Remove unnecessary oldsize parameters by Andreas Gruenbacher · 7 years ago
  40. 80990f4 gfs2: Clean up trunc_start error path by Andreas Gruenbacher · 7 years ago
  41. da5eb9c gfs2: Remove pointless BUG_ON by Andreas Gruenbacher · 7 years ago
  42. 90bcab9 gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use by Steven Whitehouse · 7 years ago
  43. 1f23bc7 gfs2: Trim the ordered write list in gfs2_ordered_write() by Abhi Das · 7 years ago
  44. 588bff9 GFS2: Reduce code redundancy writing log headers by Bob Peterson · 7 years ago
  45. 850d2d9 gfs2: Add a crc field to resource group headers by Andrew Price · 7 years ago
  46. 166725d gfs2: Add rindex fields to rgrp headers by Andrew Price · 7 years ago
  47. 65adc27 gfs2: Add a next-resource-group pointer to resource groups by Andrew Price · 7 years ago
  48. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  49. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  50. 9aa0159 gfs2: Remove unused gfs2_write_jdata_pagevec parameter by Andreas Gruenbacher · 7 years ago
  51. 8b0d7f5 gfs2: Fix wrong error handling in init_gfs2_fs() by Tetsuo Handa · 7 years ago
  52. a18c78c GFS2: Combine gfs2_free_di with gfs2_free_uninit_di by Bob Peterson · 7 years ago
  53. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  54. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  55. d2bc5b3 gfs2: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  56. 29309a4 Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  57. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  58. d0920a9 gfs2: Allow gfs2_xattr_set to be called with the glock held by Andreas Gruenbacher · 7 years ago
  59. b2623c2 gfs2: Add support for statx inode flags by Andreas Gruenbacher · 7 years ago
  60. b16f7e5 gfs2: Fix and clean up {GET,SET}FLAGS ioctl by Andreas Gruenbacher · 7 years ago
  61. 61d6899 gfs2: Fix a harmless typo by Andreas Gruenbacher · 7 years ago
  62. 6862c44 gfs2: Fix xattr fsync by Andreas Gruenbacher · 7 years ago
  63. cc555b09 GFS2: Take inode off order_write list when setting jdata flag by Bob Peterson · 7 years ago
  64. adbc3dd GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL by Bob Peterson · 7 years ago
  65. 3a27411 gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap by Andreas Gruenbacher · 8 years ago
  66. aac1a55 GFS2: Switch fiemap implementation to use iomap by Bob Peterson · 8 years ago
  67. 3974320 GFS2: Implement iomap for block_map by Bob Peterson · 8 years ago
  68. 5f8bd44 GFS2: Make height info part of metapath by Bob Peterson · 8 years ago
  69. 0c9a66e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Andreas Gruenbacher · 7 years ago
  70. 1776364 Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  71. c2c4be2 gfs2: Always update inode ctime in set_acl by Andreas Gruenbacher · 7 years ago
  72. 38eedf2 gfs2: Support negative atimes by Andreas Gruenbacher · 7 years ago
  73. 9b7c2dd gfs2: Update ctime in setflags ioctl by Andreas Gruenbacher · 7 years ago
  74. 20cdc19 gfs2: Clarify gfs2_block_map by Andreas Gruenbacher · 7 years ago
  75. 1020165 gfs2: Fix debugfs glocks dump by Andreas Gruenbacher · 7 years ago
  76. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  77. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  78. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  79. 77d0ab6 Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  80. 309e8cd gfs2: preserve i_mode if __gfs2_set_acl() fails by Ernesto A. Fernández · 7 years ago
  81. 54aae14 gfs2: don't return ENODATA in __gfs2_xattr_set unless replacing by Ernesto A. Fernández · 7 years ago
  82. c4a9d18 GFS2: Fix non-recursive truncate bug by Bob Peterson · 7 years ago
  83. d296b15 gfs2: constify rhashtable_params by Arvind Yadav · 7 years ago
  84. 7023a0b GFS2: Fix gl_object warnings by Andreas Gruenbacher · 7 years ago
  85. 27c3b41 GFS2: Fix up some sparse warnings by Bob Peterson · 7 years ago
  86. 561b796 gfs2: Silence gcc format-truncation warning by Andreas Gruenbacher · 7 years ago
  87. 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
  88. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  89. cc1dfa8 gfs2: fix slab corruption during mounting and umounting gfs file system by Thomas Tai · 7 years ago
  90. b066a4eeb gfs2: forcibly flush ail to relieve memory pressure by Abhi Das · 7 years ago
  91. a91323e gfs2: Clean up waiting on glocks by Andreas Gruenbacher · 7 years ago
  92. 6a1c8f6 gfs2: Defer deleting inodes under memory pressure by Andreas Gruenbacher · 7 years ago
  93. 71c1b213 gfs2: gfs2_evict_inode: Put glocks asynchronously by Andreas Gruenbacher · 7 years ago
  94. eebd2e8 gfs2: Get rid of gfs2_set_nlink by Andreas Gruenbacher · 7 years ago
  95. 0515480 gfs2: gfs2_glock_get: Wait on freeing glocks by Andreas Gruenbacher · 7 years ago
  96. 61b91cf gfs2: Fix trivial typos by Andreas Gruenbacher · 7 years ago
  97. b2fb7da GFS2: Delete debugfs files only after we evict the glocks by Bob Peterson · 7 years ago
  98. 645ebd4 GFS2: Don't waste time locking lru_lock for non-lru glocks by Bob Peterson · 7 years ago
  99. 2d821a8 GFS2: Don't bother trying to add rgrps to the lru list by Bob Peterson · 7 years ago
  100. 240c623 GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode by Bob Peterson · 7 years ago