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