1. b568ed3 gfs2: Fix lru_count going negative by Ross Lagerwall · 5 years ago
  2. f22537f gfs2: Fix sign extension bug in gfs2_update_stats by Andreas Gruenbacher · 5 years ago
  3. 83466a5 gfs2: Revert "Fix loop in gfs2_rbm_find" by Andreas Gruenbacher · 5 years ago
  4. b854c7b gfs2: Fix loop in gfs2_rbm_find by Andreas Gruenbacher · 6 years ago
  5. 02b03b2 gfs2: Get rid of potential double-freeing in gfs2_create_inode by Andreas Gruenbacher · 6 years ago
  6. 50c0005 gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd by Andrew Price · 6 years ago
  7. 92b4499 gfs2: Put bitmap buffers in put_super by Andreas Gruenbacher · 6 years ago
  8. 4b347ab gfs2_meta: ->mount() can get NULL dev_name by Al Viro · 6 years ago
  9. ddeb9cb gfs2: Don't reject a supposedly full bitmap if we have blocks reserved by Bob Peterson · 6 years ago
  10. 1a17428 gfs2: Special-case rindex for gfs2_grow by Andreas Gruenbacher · 6 years ago
  11. 44b6551 gfs2: Fix fallocate chunk size by Andreas Gruenbacher · 6 years ago
  12. 75f66ee GFS2: Take inode off order_write list when setting jdata flag by Bob Peterson · 7 years ago
  13. 97766c6 GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next by Dan Carpenter · 8 years ago
  14. e2f80348 gfs2: Fix debugfs glocks dump by Andreas Gruenbacher · 7 years ago
  15. 25b2ee6 gfs2: Fix glock rhashtable rcu bug by Andreas Gruenbacher · 7 years ago
  16. 2557969 gfs2: Use rhashtable walk interface in glock_hash_walk by Herbert Xu · 7 years ago
  17. a33e71c gfs2: Avoid alignment hole in struct lm_lockname by Andreas Gruenbacher · 7 years ago
  18. 4cf918c gfs2: Add missing rcu locking for glock lookup by Andrew Price · 7 years ago
  19. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  21. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  23. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  24. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  25. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  26. 5fdf493 Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  27. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  28. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  29. 332f51d gfs2: Initialize atime of I_NEW inodes by Andreas Gruenbacher · 8 years ago
  30. d7c436c gfs2: Update file times after grabbing glock by Andreas Gruenbacher · 8 years ago
  31. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  32. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  33. e0d735c gfs2: fix to detect failure of register_shrinker by Chao Yu · 8 years ago
  34. 23e5671 gfs2: Fix extended attribute readahead optimization by Andreas Gruenbacher · 8 years ago
  35. 1c185c0 gfs2: Remove dirty buffer warning from gfs2_releasepage by Andreas Gruenbacher · 8 years ago
  36. 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
  37. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  38. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  39. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  40. b403f23 Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  41. e1cb6be GFS2: Fix gfs2_replay_incr_blk for multiple journal sizes by Bob Peterson · 8 years ago
  42. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  43. 44f5212 GFS2: Check rs_free with rd_rsspin protection by Bob Peterson · 8 years ago
  44. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  45. fd4c574 gfs2: writeout truncated pages by Benjamin Marzinski · 8 years ago
  46. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 8 years ago
  47. cda9dd4 gfs2: Large-filesystem fix for 32-bit systems by Andreas Gruenbacher · 8 years ago
  48. ec5ec66 gfs2: Get rid of gfs2_ilookup by Andreas Gruenbacher · 8 years ago
  49. 3ce37b2 gfs2: Fix gfs2_lookup_by_inum lock inversion by Andreas Gruenbacher · 8 years ago
  50. 1e875f5 gfs2: Initialize iopen glock holder for new inodes by Andreas Gruenbacher · 8 years ago
  51. 36e4ad0 GFS2: don't set rgrp gl_object until it's inserted into rgrp tree by Bob Peterson · 8 years ago
  52. e1b1afa gfs2: use bio op accessors by Mike Christie · 8 years ago
  53. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  54. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  55. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  56. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  58. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  59. be1332c Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  60. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  62. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  63. 1a39ba9 gfs2: Switch to generic xattr handlers by Al Viro · 8 years ago
  64. 1d1bb23 gfs2: switch to ->iterate_shared() by Al Viro · 8 years ago
  65. 68cd4ce GFS2: Refactor gfs2_remove_from_journal by Bob Peterson · 8 years ago
  66. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  67. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  68. 8381e60 GFS2: Remove allocation parms from gfs2_rbm_find by Bob Peterson · 8 years ago
  69. 80f4781 gfs2: use inode_lock/unlock instead of accessing i_mutex directly by Abhi Das · 8 years ago
  70. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  71. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  72. 9c7fe83 GFS2: Add calls to gfs2_holder_uninit in two error handlers by Daniel DeFreez · 8 years ago
  73. e97321f GFS2: Don't dereference inode in gfs2_inode_lookup until it's valid by Bob Peterson · 8 years ago
  74. a527b38 GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytes by Denys Vlasenko · 8 years ago
  75. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  76. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  77. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  78. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 6115267 gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read() by Abhi Das · 8 years ago
  80. 73cc862 GFS2: Get rid of dead code in inode_go_demote_ok by Bob Peterson · 8 years ago
  81. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 8 years ago
  82. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  83. 3e11e53 GFS2: ignore unlock failures after withdraw by Benjamin Marzinski · 8 years ago
  84. 1ca80a0 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  85. 73b462d GFS2: Eliminate parameter non_block on gfs2_inode_lookup by Bob Peterson · 9 years ago
  86. ff34245 GFS2: Don't filter out I_FREEING inodes anymore by Bob Peterson · 9 years ago
  87. a492386 GFS2: Prevent delete work from occurring on glocks used for create by Bob Peterson · 9 years ago
  88. 2df6f47 GFS2: Fix direct IO write rounding error by Bob Peterson · 8 years ago
  89. 67893f1 gfs2: avoid uninitialized variable warning by Arnd Bergmann · 8 years ago
  90. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  91. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  92. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  93. 7508abc GFS2: Check if iopen is held when deleting inode by Bob Peterson · 9 years ago
  94. 4d58967 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  95. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  96. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  97. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  98. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  99. f39814f gfs2: Invalid security labels of inodes when they go invalid by Andreas Gruenbacher · 9 years ago
  100. a93a9983 gfs2: fix flock panic issue by Junxiao Bi · 9 years ago