1. 1da4d37 proc: revalidate misc dentries by Alexey Dobriyan · 7 years ago
  2. 80aa76b Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  3. 4ac1800 Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  4. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  5. 7214dd4 Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  6. 19e8a2f Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  7. 3e7aafc GFS2: Minor improvements to comments and documentation by Bob Peterson · 7 years ago
  8. 3fd5d3a gfs2: Stop using rhashtable_walk_peek by Andreas Gruenbacher · 7 years ago
  9. 77cb51e Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  10. 8837c70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  11. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  12. f6bb2a2 xarray: add the xa_lock to the radix_tree_root by Matthew Wilcox · 7 years ago
  13. e5a9554 fscache: use appropriate radix tree accessors by Matthew Wilcox · 7 years ago
  14. f82b376 export __set_page_dirty by Matthew Wilcox · 7 years ago
  15. ad55eac elf: enforce MAP_FIXED on overlaying elf segments by Michal Hocko · 7 years ago
  16. 4ed2863 fs, elf: drop MAP_FIXED usage from elf_map by Michal Hocko · 7 years ago
  17. 32785c0 fs/dcache.c: add cond_resched() in shrink_dentry_list() by Nikolay Borisov · 7 years ago
  18. 64a11f3 fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() by Waiman Long · 7 years ago
  19. c31dbb1 exec: pin stack limit during exec by Kees Cook · 7 years ago
  20. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 7 years ago
  21. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  22. d64d01a seq_file: account everything to kmemcg by Alexey Dobriyan · 7 years ago
  23. 096523203 seq_file: allocate seq_file from kmem_cache by Alexey Dobriyan · 7 years ago
  24. 9ad553a fs/reiserfs/journal.c: add missing resierfs_warning() arg by Andrew Morton · 7 years ago
  25. ad12c3a autofs4: use wait_event_killable by Matthew Wilcox · 7 years ago
  26. 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 7 years ago
  27. 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 7 years ago
  28. b77d70d proc: reject "." and ".." as filenames by Alexey Dobriyan · 7 years ago
  29. fe079a5 proc: do mmput ASAP for /proc/*/map_files by Alexey Dobriyan · 7 years ago
  30. 58c501a proc: faster /proc/cmdline by Alexey Dobriyan · 7 years ago
  31. 1539d58 proc: register filesystem last by Alexey Dobriyan · 7 years ago
  32. 35318db proc: fix /proc/*/map_files lookup some more by Alexey Dobriyan · 7 years ago
  33. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
  34. 835b94e fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() by Danilo Krummrich · 7 years ago
  35. a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 7 years ago
  36. 21dae0a proc: use set_puts() at /proc/*/wchan by Alexey Dobriyan · 7 years ago
  37. 24b2ec2 proc: check permissions earlier for /proc/*/wchan by Alexey Dobriyan · 7 years ago
  38. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 7 years ago
  39. 48dffbf proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull by Andrei Vagin · 7 years ago
  40. f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  41. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  42. 2acddbe proc: account "struct pde_opener" by Alexey Dobriyan · 7 years ago
  43. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
  44. a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 7 years ago
  45. e7a6e29 proc: faster open/close of files without ->release hook by Alexey Dobriyan · 7 years ago
  46. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 7 years ago
  47. 2f89742 proc: do less stuff under ->pde_unload_lock by Alexey Dobriyan · 7 years ago
  48. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 7 years ago
  49. 8cfa67b procfs: optimize seq_pad() to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  50. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  51. f1782c9 dcache: account external names as indirectly reclaimable memory by Roman Gushchin · 7 years ago
  52. 8c81dd4 Force log to disk before reading the AGF during a fstrim by Carlos Maiolino · 7 years ago
  53. fbbb4509 Export __set_page_dirty by Matthew Wilcox · 7 years ago
  54. 98de9ce NFS: advance nfs_entry cookie only after decoding completes successfully by Frank Sorenson · 7 years ago
  55. dbc898a NFSv3/acl: forget acl cache after setattr by chendt · 7 years ago
  56. 609339c NFSv4.1: Fix exclusive create by Trond Myklebust · 7 years ago
  57. f6cdfa6 NFSv4: Declare the size up to date after it was set. by Trond Myklebust · 7 years ago
  58. aae5730 nfs: Use ida_simple API by Matthew Wilcox · 7 years ago
  59. 35156bf NFSv4: Fix the nfs_inode_set_delegation() arguments by Trond Myklebust · 7 years ago
  60. 8b06494 NFSv4: Clean up CB_GETATTR encoding by Trond Myklebust · 7 years ago
  61. 8bcbe7d NFSv4: Don't ask for attributes when ACCESS is protected by a delegation by Trond Myklebust · 7 years ago
  62. 36b3743 NFSv4: Add a helper to encode/decode struct timespec by Trond Myklebust · 7 years ago
  63. 40a3426c NFSv4: Clean up encode_attrs by Trond Myklebust · 7 years ago
  64. 37c8876 NFSv4; Clean up XDR encoding of type bitmap4 by Trond Myklebust · 7 years ago
  65. e8d8aa4 NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group by Trond Myklebust · 7 years ago
  66. d943f2d NFSv4: Ignore change attribute invalidations if we hold a delegation by Trond Myklebust · 7 years ago
  67. 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 7 years ago
  68. cac88f9 NFS: Don't force unnecessary cache invalidation in nfs_update_inode() by Trond Myklebust · 7 years ago
  69. 783b194 NFS: Don't redirty the attribute cache in nfs_wcc_update_inode() by Trond Myklebust · 7 years ago
  70. 8619ddd NFS: Don't force a revalidation of all attributes if change is missing by Trond Myklebust · 7 years ago
  71. c01d364 NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0) by Trond Myklebust · 7 years ago
  72. c135cb3 NFS: Remove the unused return_delegation() callback by Trond Myklebust · 7 years ago
  73. 199366f NFS: Move the delegation return down into _nfs4_do_setattr() by Trond Myklebust · 7 years ago
  74. 977fcc2 NFS: Add a delegation return into nfs4_proc_unlink_setup() by Trond Myklebust · 7 years ago
  75. f2c2c55 NFS: Move delegation recall into the NFSv4 callback for rename_setup() by Trond Myklebust · 7 years ago
  76. 912678d NFS: Move the delegation return down into nfs4_proc_remove() by Trond Myklebust · 7 years ago
  77. 9f76827 NFS: Move the delegation return down into nfs4_proc_link() by Trond Myklebust · 7 years ago
  78. f508624 NFSv4: Fix nfs4_return_incompatible_delegation by Trond Myklebust · 7 years ago
  79. 5717459 nfs4: wake any lock waiters on successful RECLAIM_COMPLETE by Jeff Layton · 7 years ago
  80. 5656610 nfs4: don't compare clientid in nfs4_wake_lock_waiter by Jeff Layton · 7 years ago
  81. 41a7462 nfs4: always reset notified flag to false before repolling for lock by Jeff Layton · 7 years ago
  82. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  83. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  84. 4919d42 xfs: only cancel cow blocks when truncating the data fork by Darrick J. Wong · 7 years ago
  85. 5a81327 afs: Do better accretion of small writes on newly created content by David Howells · 7 years ago
  86. 76a5cb6 afs: Add stats for data transfer operations by David Howells · 7 years ago
  87. 5f702c8 afs: Trace protocol errors by David Howells · 7 years ago
  88. 63a4681 afs: Locally edit directory data for mkdir/create/unlink/... by David Howells · 7 years ago
  89. 0031763 afs: Adjust the directory XDR structures by David Howells · 7 years ago
  90. 4ea219a afs: Split the directory content defs into a header by David Howells · 7 years ago
  91. f3ddee8 afs: Fix directory handling by David Howells · 7 years ago
  92. 66c7e1d afs: Split the dynroot stuff out and give it its own ops tables by David Howells · 7 years ago
  93. a4ff740 afs: Keep track of invalid-before version for dentry coherency by David Howells · 7 years ago
  94. dd9fbcb afs: Rearrange status mapping by David Howells · 7 years ago
  95. 0c3a5ac afs: Make it possible to get the data version in readpage by David Howells · 7 years ago
  96. 5800db8 afs: Init inode before accessing cache by David Howells · 7 years ago
  97. d55b4da afs: Introduce a statistics proc file by David Howells · 7 years ago
  98. 888b338 afs: Dump bad status record by David Howells · 7 years ago
  99. 37ab636 afs: Implement @cell substitution handling by David Howells · 7 years ago
  100. 6f8880d afs: Implement @sys substitution handling by David Howells · 7 years ago