1. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  2. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  3. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  4. d2bc5b3 gfs2: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  5. 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
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. d0920a9 gfs2: Allow gfs2_xattr_set to be called with the glock held by Andreas Gruenbacher · 7 years ago
  8. b2623c2 gfs2: Add support for statx inode flags by Andreas Gruenbacher · 7 years ago
  9. b16f7e5 gfs2: Fix and clean up {GET,SET}FLAGS ioctl by Andreas Gruenbacher · 7 years ago
  10. 61d6899 gfs2: Fix a harmless typo by Andreas Gruenbacher · 7 years ago
  11. 6862c44 gfs2: Fix xattr fsync by Andreas Gruenbacher · 7 years ago
  12. cc555b09 GFS2: Take inode off order_write list when setting jdata flag by Bob Peterson · 7 years ago
  13. adbc3dd GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL by Bob Peterson · 7 years ago
  14. 3a27411 gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap by Andreas Gruenbacher · 8 years ago
  15. aac1a55 GFS2: Switch fiemap implementation to use iomap by Bob Peterson · 8 years ago
  16. 3974320 GFS2: Implement iomap for block_map by Bob Peterson · 8 years ago
  17. 5f8bd44 GFS2: Make height info part of metapath by Bob Peterson · 8 years ago
  18. 0c9a66e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Andreas Gruenbacher · 7 years ago
  19. 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
  20. c2c4be2 gfs2: Always update inode ctime in set_acl by Andreas Gruenbacher · 7 years ago
  21. 38eedf2 gfs2: Support negative atimes by Andreas Gruenbacher · 7 years ago
  22. 9b7c2dd gfs2: Update ctime in setflags ioctl by Andreas Gruenbacher · 7 years ago
  23. 20cdc19 gfs2: Clarify gfs2_block_map by Andreas Gruenbacher · 7 years ago
  24. 1020165 gfs2: Fix debugfs glocks dump by Andreas Gruenbacher · 7 years ago
  25. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  26. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  27. 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
  28. 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
  29. 309e8cd gfs2: preserve i_mode if __gfs2_set_acl() fails by Ernesto A. Fernández · 7 years ago
  30. 54aae14 gfs2: don't return ENODATA in __gfs2_xattr_set unless replacing by Ernesto A. Fernández · 7 years ago
  31. c4a9d18 GFS2: Fix non-recursive truncate bug by Bob Peterson · 7 years ago
  32. d296b15 gfs2: constify rhashtable_params by Arvind Yadav · 7 years ago
  33. 7023a0b GFS2: Fix gl_object warnings by Andreas Gruenbacher · 7 years ago
  34. 27c3b41 GFS2: Fix up some sparse warnings by Bob Peterson · 7 years ago
  35. 561b796 gfs2: Silence gcc format-truncation warning by Andreas Gruenbacher · 7 years ago
  36. 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
  37. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  38. cc1dfa8 gfs2: fix slab corruption during mounting and umounting gfs file system by Thomas Tai · 7 years ago
  39. b066a4eeb gfs2: forcibly flush ail to relieve memory pressure by Abhi Das · 7 years ago
  40. a91323e gfs2: Clean up waiting on glocks by Andreas Gruenbacher · 7 years ago
  41. 6a1c8f6 gfs2: Defer deleting inodes under memory pressure by Andreas Gruenbacher · 7 years ago
  42. 71c1b213 gfs2: gfs2_evict_inode: Put glocks asynchronously by Andreas Gruenbacher · 7 years ago
  43. eebd2e8 gfs2: Get rid of gfs2_set_nlink by Andreas Gruenbacher · 7 years ago
  44. 0515480 gfs2: gfs2_glock_get: Wait on freeing glocks by Andreas Gruenbacher · 7 years ago
  45. 61b91cf gfs2: Fix trivial typos by Andreas Gruenbacher · 7 years ago
  46. b2fb7da GFS2: Delete debugfs files only after we evict the glocks by Bob Peterson · 7 years ago
  47. 645ebd4 GFS2: Don't waste time locking lru_lock for non-lru glocks by Bob Peterson · 7 years ago
  48. 2d821a8 GFS2: Don't bother trying to add rgrps to the lru list by Bob Peterson · 7 years ago
  49. 240c623 GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode by Bob Peterson · 7 years ago
  50. 9c1b280 GFS2: Clear gl_object if gfs2_create_inode fails by Bob Peterson · 7 years ago
  51. d07a6ac gfs2: convert to errseq_t based writeback error reporting for fsync by Jeff Layton · 7 years ago
  52. 4d7c18c GFS2: Set gl_object in inode lookup only after block type check by Bob Peterson · 7 years ago
  53. df3d87bd GFS2: Introduce helper for clearing gl_object by Bob Peterson · 7 years ago
  54. e477b24 gfs2: add flag REQ_PRIO for metadata I/O by Coly Li · 7 years ago
  55. e7cb550 GFS2: fix code parameter error in inode_go_lock by Wang Xibo · 7 years ago
  56. 98e5a91 gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode" by Andreas Gruenbacher · 7 years ago
  57. 914cea9 gfs2: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  58. 283c9a9 gfs2: Lock holder cleanup (fixup) by Andreas Gruenbacher · 7 years ago
  59. 61eaadc GFS2: Prevent double brelse in gfs2_meta_indirect_buffer by Bob Peterson · 7 years ago
  60. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  61. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  62. 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
  63. 961ae1d gfs2: Fix glock rhashtable rcu bug by Andreas Gruenbacher · 7 years ago
  64. 87354e5 buffer: set errors in mapping at the time that the error occurs by Jeff Layton · 7 years ago
  65. cdf0122 VFS: Provide empty name qstr by David Howells · 7 years ago
  66. c96e6da Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  67. 2969525 GFS2: constify attribute_group structures. by Arvind Yadav · 7 years ago
  68. e0b62e2 gfs2: gfs2_create_inode: Keep glock across iput by Andreas Gruenbacher · 7 years ago
  69. 6b0c744 gfs2: Clean up glock work enqueuing by Andreas Gruenbacher · 7 years ago
  70. 6f6597ba gfs2: Protect gl->gl_object by spin lock by Andreas Gruenbacher · 7 years ago
  71. 4fd1a57 gfs2: Get rid of flush_delayed_work in gfs2_evict_inode by Andreas Gruenbacher · 7 years ago
  72. 722f6f6 GFS2: Eliminate vestigial sd_log_flush_wrapped by Bob Peterson · 7 years ago
  73. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 7 years ago
  74. df68f20 GFS2: Remove gl_list from glock structure by Bob Peterson · 7 years ago
  75. d87d62b GFS2: Withdraw when directory entry inconsistencies are detected by Bob Peterson · 8 years ago
  76. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  77. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  78. f729b66 gfs2: remove the unused sd_log_error field by Christoph Hellwig · 7 years ago
  79. 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 8 years ago
  80. 0f0b9b6 gfs2: Make flush bios explicitely sync by Jan Kara · 8 years ago
  81. b32c8c7 gfs2: replace CURRENT_TIME with current_time by Stephen Rothwell · 8 years ago
  82. 1a5fb64 Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  83. ed17545 GFS2: Allow glocks to be unlocked after withdraw by Bob Peterson · 8 years ago
  84. c1844d5 fs: Remove SB_I_DYNBDI flag by Jan Kara · 8 years ago
  85. 95fe66d gfs2: Convert to properly refcounting bdi by Jan Kara · 8 years ago
  86. d552a2b GFS2: Non-recursive delete by Bob Peterson · 8 years ago
  87. d4d7fc1 gfs2: Re-enable fallocate for the rindex by Andrew Price · 8 years ago
  88. d4da319 Revert "GFS2: Wait for iopen glock dequeues" by Andreas Gruenbacher · 8 years ago
  89. 0a52aba gfs2: Switch to rhashtable_lookup_get_insert_fast by Andreas Gruenbacher · 8 years ago
  90. cc963a1 GFS2: Temporarily zero i_no_addr when creating a dinode by Bob Peterson · 8 years ago
  91. 972b044 gfs2: Don't pack struct lm_lockname by Andreas Gruenbacher · 8 years ago
  92. 92ecd73 gfs2: Deduplicate gfs2_{glocks,glstats}_open by Andreas Gruenbacher · 8 years ago
  93. cc37a62 gfs2: Replace rhashtable_walk_init with rhashtable_walk_enter by Andreas Gruenbacher · 8 years ago
  94. 0d1c7ae GFS2: Prevent BUG from occurring when normal Withdraws occur by Bob Peterson · 8 years ago
  95. 28ea06c gfs2: Avoid alignment hole in struct lm_lockname by Andreas Gruenbacher · 8 years ago
  96. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  97. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  98. 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
  99. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  100. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago