1. e41d581 fault-inject: support systematic fault injection by Dmitry Vyukov · 8 years ago
  2. 92ef6da kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE by Cyrill Gorcunov · 8 years ago
  3. 0791e36 kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files by Cyrill Gorcunov · 8 years ago
  4. 77493f0 procfs: fdinfo: extend information about epoll target files by Cyrill Gorcunov · 8 years ago
  5. 59224ac fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more by Davidlohr Bueso · 8 years ago
  6. 5f9f48f bfs: fix sanity checks for empty files by Rakesh Pandit · 8 years ago
  7. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 8 years ago
  8. 4f2fec0 sysctl: simplify unsigned int support by Luis R. Rodriguez · 8 years ago
  9. 89c5b53 sysctl: fix lax sysctl_check_table() sanity check by Luis R. Rodriguez · 8 years ago
  10. 6b1c776 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  11. 908b852 Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  12. 3bf7878 Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  13. 9967468 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  14. 67c6777 binfmt_elf: safely increment argv pointers by Kees Cook · 8 years ago
  15. eab0953 binfmt_elf: use ELF_ET_DYN_BASE only for PIE by Kees Cook · 8 years ago
  16. c257a34 fs, epoll: short circuit fetching events if thread has been killed by David Rientjes · 8 years ago
  17. cde1b69 fs/proc/generic.c: switch to ida_simple_get/remove by Heiner Kallweit · 8 years ago
  18. b17c070 fs/dcache.c: fix spin lockup issue on nlru->lock by Sahitya Tummala · 8 years ago
  19. 8c03cc8 fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() by Vasily Averin · 8 years ago
  20. 78bb920 mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error by Naoya Horiguchi · 8 years ago
  21. 241f01f fs/buffer.c: make bh_lru_install() more efficient by Eric Biggers · 8 years ago
  22. 5cdd4c0 Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  23. 7cee938 Fix up over-eager 'wait_queue_t' renaming by Linus Torvalds · 8 years ago
  24. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  25. 6618a24 Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  26. ff0fa73 btrfs: nowait aio: Correct assignment of pos by Goldwyn Rodrigues · 8 years ago
  27. 68a6afa cifs: Clean up unused variables in smb2pdu.c by Christos Gkekas · 8 years ago
  28. d3e3b7ea afs: Add metadata xattrs by David Howells · 8 years ago
  29. fd24982 afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directories by Marc Dionne · 8 years ago
  30. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  31. 58f587c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  32. 0abd675 f2fs: support plain user/group quota by Chao Yu · 8 years ago
  33. eef914a [SMB3] Improve security, move default dialect to SMB3 from old CIFS by Steve French · 8 years ago
  34. 2a38e12 [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred by Steve French · 8 years ago
  35. 511c54a CIFS: Reconnect expired SMB sessions by Pavel Shilovsky · 8 years ago
  36. 4395d48 CIFS: Display SMB2 error codes in the hex format by Pavel Shilovsky · 8 years ago
  37. 366ed84 cifs: Use smb 2 - 3 and cifsacl mount options setacl function by Shirish Pargaonkar · 8 years ago
  38. dac9534 cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount options by Shirish Pargaonkar · 8 years ago
  39. b8d4c1f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  40. 46ace66 Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  41. cee37d8 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  42. da029c1 exec: Limit arg stack to at most 75% of _STK_LIM by Kees Cook · 8 years ago
  43. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 8 years ago
  44. cd87d86 xfs: don't crash on unexpected holes in dir/attr btrees by Darrick J. Wong · 8 years ago
  45. 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 8 years ago
  46. 3ea4fcc Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  47. 1a86fc7 Merge tag 'gfs2-4.13.fixes.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  48. 49d31c2 dentry name snapshots by Al Viro · 8 years ago
  49. b59eea5 vfs: fix flock compat thinko by Linus Torvalds · 8 years ago
  50. 961ae1d gfs2: Fix glock rhashtable rcu bug by Andreas Gruenbacher · 8 years ago
  51. d29460e f2fs: avoid deadlock caused by lock order of page and lock_op by Jaegeuk Kim · 8 years ago
  52. d1aa245 f2fs: use spin_{,un}lock_irq{save,restore} by Chao Yu · 8 years ago
  53. ff1048e f2fs: relax migratepage for atomic written page by Jaegeuk Kim · 8 years ago
  54. 000519f f2fs: don't count inode block in in-memory inode.i_blocks by Chao Yu · 8 years ago
  55. 6ac851b Revert "f2fs: fix to clean previous mount option when remount_fs" by Chao Yu · 8 years ago
  56. b855bf0 f2fs: do not set LOST_PINO for renamed dir by Sheng Yong · 8 years ago
  57. d58dfb7 f2fs: do not set LOST_PINO for newly created dir by Sheng Yong · 8 years ago
  58. 0771fcc f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 8 years ago
  59. 6915ea9 f2fs: introduce __check_sit_bitmap by Chao Yu · 8 years ago
  60. cce1325 f2fs: stop gc/discard thread in prior during umount by Chao Yu · 8 years ago
  61. daeb433 f2fs: introduce reserved_blocks in sysfs by Chao Yu · 8 years ago
  62. d871cd0 f2fs: avoid redundant f2fs_flush after remount by Yunlong Song · 8 years ago
  63. 0cc091d f2fs: report # of free inodes more precisely by Jaegeuk Kim · 8 years ago
  64. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  65. 6eb0b8d xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN by Darrick J. Wong · 8 years ago
  66. 481f001 ceph: update ceph_dentry_info::lease_session when necessary by Yan, Zheng · 8 years ago
  67. 1d8f836 ceph: new mount option that specifies fscache uniquifier by Yan, Zheng · 8 years ago
  68. 4b9f204 ceph: avoid accessing freeing inode in ceph_check_delayed_caps() by Yan, Zheng · 8 years ago
  69. 62a65f3 ceph: avoid invalid memory dereference in the middle of umount by Yan, Zheng · 8 years ago
  70. 1684dd0 ceph: getattr before read on ceph.* xattrs by Yan, Zheng · 8 years ago
  71. 92e57e6 ceph: don't re-send interrupted flock request by Yan, Zheng · 8 years ago
  72. 4398688 ceph: cleanup writepage_nounlock() by Yan, Zheng · 8 years ago
  73. fa71fef ceph: redirty page when writepage_nounlock() skips unwritable page by Yan, Zheng · 8 years ago
  74. f2b0c45 ceph: remove useless page->mapping check in writepage_nounlock() by Yan, Zheng · 8 years ago
  75. efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 8 years ago
  76. 84eea8c ceph: re-request max size after importing caps by Yan, Zheng · 8 years ago
  77. 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  78. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  79. 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 8 years ago
  80. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 8 years ago
  81. 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 8 years ago
  82. f93ae36 fs/userfaultfd.c: drop dead code by Mike Rapoport · 8 years ago
  83. c823bd9 fs/file.c: replace alloc_fdmem() with kvmalloc() alternative by Michal Hocko · 8 years ago
  84. b74271e ocfs2: constify attribute_group structures by Arvind Yadav · 8 years ago
  85. 25b1c72 ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak by piaojun · 8 years ago
  86. 62aa81d ocfs2: use magic.h by Fabian Frederick · 8 years ago
  87. 8c4d5a4 ocfs2: fix a static checker warning by Gang He · 8 years ago
  88. ff95015 ext4: fix spelling mistake: "prellocated" -> "preallocated" by Colin Ian King · 8 years ago
  89. a4c20b9 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  90. 62473a2 move file_{start,end}_write() out of do_iter_write() by Al Viro · 8 years ago
  91. 333427a btrfs: minimal conversion to errseq_t writeback error reporting on fsync by Jeff Layton · 8 years ago
  92. 1b18027 xfs: minimal conversion to errseq_t writeback error reporting by Jeff Layton · 8 years ago
  93. 6acec59 ext4: use errseq_t based error handling for reporting data writeback errors by Jeff Layton · 8 years ago
  94. 383aa54 fs: convert __generic_file_fsync to use errseq_t based reporting by Jeff Layton · 8 years ago
  95. 372cf24 block: convert to errseq_t based writeback error tracking by Jeff Layton · 8 years ago
  96. 819ec6b dax: set errors in mapping when writeback fails by Jeff Layton · 8 years ago
  97. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 8 years ago
  98. 76341ca jbd2: don't clear and reset errors after waiting on writeback by Jeff Layton · 8 years ago
  99. 87354e5 buffer: set errors in mapping at the time that the error occurs by Jeff Layton · 8 years ago
  100. dac257f fs: check for writeback errors after syncing out buffers in generic_file_fsync by Jeff Layton · 8 years ago