1. a91323e gfs2: Clean up waiting on glocks by Andreas Gruenbacher · 7 years ago
  2. 6a1c8f6 gfs2: Defer deleting inodes under memory pressure by Andreas Gruenbacher · 7 years ago
  3. 71c1b213 gfs2: gfs2_evict_inode: Put glocks asynchronously by Andreas Gruenbacher · 7 years ago
  4. eebd2e8 gfs2: Get rid of gfs2_set_nlink by Andreas Gruenbacher · 7 years ago
  5. 0515480 gfs2: gfs2_glock_get: Wait on freeing glocks by Andreas Gruenbacher · 7 years ago
  6. 61b91cf gfs2: Fix trivial typos by Andreas Gruenbacher · 7 years ago
  7. b2fb7da GFS2: Delete debugfs files only after we evict the glocks by Bob Peterson · 7 years ago
  8. 645ebd4 GFS2: Don't waste time locking lru_lock for non-lru glocks by Bob Peterson · 7 years ago
  9. 2d821a8 GFS2: Don't bother trying to add rgrps to the lru list by Bob Peterson · 7 years ago
  10. 240c623 GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode by Bob Peterson · 7 years ago
  11. 9c1b280 GFS2: Clear gl_object if gfs2_create_inode fails by Bob Peterson · 7 years ago
  12. 4d7c18c GFS2: Set gl_object in inode lookup only after block type check by Bob Peterson · 7 years ago
  13. df3d87bd GFS2: Introduce helper for clearing gl_object by Bob Peterson · 7 years ago
  14. e477b24 gfs2: add flag REQ_PRIO for metadata I/O by Coly Li · 7 years ago
  15. e7cb550 GFS2: fix code parameter error in inode_go_lock by Wang Xibo · 7 years ago
  16. 98e5a91 gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode" by Andreas Gruenbacher · 7 years ago
  17. 914cea9 gfs2: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  18. 283c9a9 gfs2: Lock holder cleanup (fixup) by Andreas Gruenbacher · 7 years ago
  19. 61eaadc GFS2: Prevent double brelse in gfs2_meta_indirect_buffer by Bob Peterson · 7 years ago
  20. da029c1 exec: Limit arg stack to at most 75% of _STK_LIM by Kees Cook · 7 years ago
  21. 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
  22. 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  23. 3ea4fcc Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  24. 1a86fc7 Merge tag 'gfs2-4.13.fixes.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  25. b59eea5 vfs: fix flock compat thinko by Linus Torvalds · 7 years ago
  26. 961ae1d gfs2: Fix glock rhashtable rcu bug by Andreas Gruenbacher · 7 years ago
  27. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  28. 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  29. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  30. 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 7 years ago
  31. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 7 years ago
  32. 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 7 years ago
  33. f93ae36 fs/userfaultfd.c: drop dead code by Mike Rapoport · 7 years ago
  34. c823bd9 fs/file.c: replace alloc_fdmem() with kvmalloc() alternative by Michal Hocko · 7 years ago
  35. b74271e ocfs2: constify attribute_group structures by Arvind Yadav · 7 years ago
  36. 25b1c72 ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak by piaojun · 7 years ago
  37. 62aa81d ocfs2: use magic.h by Fabian Frederick · 7 years ago
  38. 8c4d5a4 ocfs2: fix a static checker warning by Gang He · 7 years ago
  39. a4c20b9 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
  40. 333427a btrfs: minimal conversion to errseq_t writeback error reporting on fsync by Jeff Layton · 7 years ago
  41. 1b18027 xfs: minimal conversion to errseq_t writeback error reporting by Jeff Layton · 7 years ago
  42. 6acec59 ext4: use errseq_t based error handling for reporting data writeback errors by Jeff Layton · 7 years ago
  43. 383aa54 fs: convert __generic_file_fsync to use errseq_t based reporting by Jeff Layton · 7 years ago
  44. 372cf24 block: convert to errseq_t based writeback error tracking by Jeff Layton · 7 years ago
  45. 819ec6b dax: set errors in mapping when writeback fails by Jeff Layton · 7 years ago
  46. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 7 years ago
  47. 76341ca jbd2: don't clear and reset errors after waiting on writeback by Jeff Layton · 7 years ago
  48. 87354e5 buffer: set errors in mapping at the time that the error occurs by Jeff Layton · 7 years ago
  49. dac257f fs: check for writeback errors after syncing out buffers in generic_file_fsync by Jeff Layton · 7 years ago
  50. d945b59 buffer: use mapping_set_error instead of setting the flag by Jeff Layton · 7 years ago
  51. 966681c CIFS: fix circular locking dependency by Rabin Vincent · 7 years ago
  52. 709340a cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENT by Colin Ian King · 7 years ago
  53. 93d2cb6 cifs: Do not modify mid entry after submitting I/O in cifs_call_async by Long Li · 7 years ago
  54. 7e46f09 CIFS: add SFM mapping for 0x01-0x1F by Björn JACKE · 8 years ago
  55. 8490842 cifs: hide unused functions by Arnd Bergmann · 7 years ago
  56. 2f1afe2 cifs: Use smb 2 - 3 and cifsacl mount options getacl functions by Shirish Pargaonkar · 7 years ago
  57. 42c493c cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount options by Shirish Pargaonkar · 7 years ago
  58. d38de3c6 CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys by Aurélien Aptel · 8 years ago
  59. 97b37f2 cifs: set mapping error when page writeback fails in writepage or launder_pages by Jeff Layton · 8 years ago
  60. 55a7b21 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  61. e5f76a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  62. 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
  63. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  64. 0f41074 fs: remove call_fsync helper function by Jeff Layton · 7 years ago
  65. 11ab831 JFS: do not ignore return code from write_one_page() by Dave Kleikamp · 7 years ago
  66. 2b69c82 mm: drop "wait" parameter from write_one_page() by Jeff Layton · 7 years ago
  67. ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  68. 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  69. 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  70. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  71. 2cc7b4c Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  72. e24dd9e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  73. 2969525 GFS2: constify attribute_group structures. by Arvind Yadav · 7 years ago
  74. e0b62e2 gfs2: gfs2_create_inode: Keep glock across iput by Andreas Gruenbacher · 7 years ago
  75. 6b0c744 gfs2: Clean up glock work enqueuing by Andreas Gruenbacher · 7 years ago
  76. 6f6597ba gfs2: Protect gl->gl_object by spin lock by Andreas Gruenbacher · 7 years ago
  77. 4fd1a57 gfs2: Get rid of flush_delayed_work in gfs2_evict_inode by Andreas Gruenbacher · 7 years ago
  78. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  79. 9a715cd Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  80. 9d92573 Merge branch 'for-4.13/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  81. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  83. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  84. 1955880 SMB3: Enable encryption for SMB3.1.1 by Steve French · 7 years ago
  85. 86c3e00 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  86. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  87. bff4120 timerfd: Use get_itimerspec64() and put_itimerspec64() by Deepa Dinamani · 7 years ago
  88. a4058c5 nfsd: remove nfsd_vfs_read by Christoph Hellwig · 8 years ago
  89. 73da852 nfsd: use vfs_iter_read/write by Christoph Hellwig · 8 years ago
  90. abbb6589 fs: implement vfs_iter_write using do_iter_write by Christoph Hellwig · 8 years ago
  91. 18e9710 fs: implement vfs_iter_read using do_iter_read by Christoph Hellwig · 8 years ago
  92. edab5fe fs: move more code into do_iter_read/do_iter_write by Christoph Hellwig · 8 years ago
  93. 19c7358 fs: remove __do_readv_writev by Christoph Hellwig · 8 years ago
  94. 26c87fb fs: remove do_compat_readv_writev by Christoph Hellwig · 8 years ago
  95. 251b42a fs: remove do_readv_writev by Christoph Hellwig · 8 years ago
  96. 374bf88 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  97. 848c23b btrfs: Remove false alert when fiemap range is smaller than on-disk extent by Qu Wenruo · 7 years ago
  98. b7f8a09 btrfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  99. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
  100. ded5618 btrfs: scrub: fix target device intialization while setting up scrub context by David Sterba · 7 years ago