1. d64d01a seq_file: account everything to kmemcg by Alexey Dobriyan · 6 years ago
  2. 096523203 seq_file: allocate seq_file from kmem_cache by Alexey Dobriyan · 6 years ago
  3. 9ad553a fs/reiserfs/journal.c: add missing resierfs_warning() arg by Andrew Morton · 6 years ago
  4. ad12c3a autofs4: use wait_event_killable by Matthew Wilcox · 6 years ago
  5. 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 6 years ago
  6. 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 6 years ago
  7. b77d70d proc: reject "." and ".." as filenames by Alexey Dobriyan · 6 years ago
  8. fe079a5 proc: do mmput ASAP for /proc/*/map_files by Alexey Dobriyan · 6 years ago
  9. 58c501a proc: faster /proc/cmdline by Alexey Dobriyan · 6 years ago
  10. 1539d58 proc: register filesystem last by Alexey Dobriyan · 6 years ago
  11. 35318db proc: fix /proc/*/map_files lookup some more by Alexey Dobriyan · 6 years ago
  12. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 6 years ago
  13. 835b94e fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() by Danilo Krummrich · 6 years ago
  14. a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 6 years ago
  15. 21dae0a proc: use set_puts() at /proc/*/wchan by Alexey Dobriyan · 6 years ago
  16. 24b2ec2 proc: check permissions earlier for /proc/*/wchan by Alexey Dobriyan · 6 years ago
  17. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 6 years ago
  18. 48dffbf proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull by Andrei Vagin · 6 years ago
  19. f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 6 years ago
  20. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 6 years ago
  21. 2acddbe proc: account "struct pde_opener" by Alexey Dobriyan · 6 years ago
  22. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 6 years ago
  23. a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 6 years ago
  24. e7a6e29 proc: faster open/close of files without ->release hook by Alexey Dobriyan · 6 years ago
  25. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 6 years ago
  26. 2f89742 proc: do less stuff under ->pde_unload_lock by Alexey Dobriyan · 6 years ago
  27. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 6 years ago
  28. 8cfa67b procfs: optimize seq_pad() to speed up /proc/pid/maps by Andrei Vagin · 6 years ago
  29. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 6 years ago
  30. f1782c9 dcache: account external names as indirectly reclaimable memory by Roman Gushchin · 6 years ago
  31. 5ac7c2f isofs compress: Remove VLA usage by Kyle Spiers · 6 years ago
  32. 8c81dd4 Force log to disk before reading the AGF during a fstrim by Carlos Maiolino · 6 years ago
  33. fbbb450 Export __set_page_dirty by Matthew Wilcox · 6 years ago
  34. 98de9ce NFS: advance nfs_entry cookie only after decoding completes successfully by Frank Sorenson · 6 years ago
  35. dbc898a NFSv3/acl: forget acl cache after setattr by chendt · 6 years ago
  36. 609339c NFSv4.1: Fix exclusive create by Trond Myklebust · 6 years ago
  37. f6cdfa6 NFSv4: Declare the size up to date after it was set. by Trond Myklebust · 6 years ago
  38. aae5730 nfs: Use ida_simple API by Matthew Wilcox · 6 years ago
  39. 35156bf NFSv4: Fix the nfs_inode_set_delegation() arguments by Trond Myklebust · 6 years ago
  40. 8b06494 NFSv4: Clean up CB_GETATTR encoding by Trond Myklebust · 6 years ago
  41. 8bcbe7d NFSv4: Don't ask for attributes when ACCESS is protected by a delegation by Trond Myklebust · 6 years ago
  42. 36b3743 NFSv4: Add a helper to encode/decode struct timespec by Trond Myklebust · 6 years ago
  43. 40a3426c NFSv4: Clean up encode_attrs by Trond Myklebust · 6 years ago
  44. 37c8876 NFSv4; Clean up XDR encoding of type bitmap4 by Trond Myklebust · 6 years ago
  45. e8d8aa4 NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group by Trond Myklebust · 6 years ago
  46. d943f2d NFSv4: Ignore change attribute invalidations if we hold a delegation by Trond Myklebust · 6 years ago
  47. 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 6 years ago
  48. cac88f9 NFS: Don't force unnecessary cache invalidation in nfs_update_inode() by Trond Myklebust · 6 years ago
  49. 783b194 NFS: Don't redirty the attribute cache in nfs_wcc_update_inode() by Trond Myklebust · 6 years ago
  50. 8619ddd NFS: Don't force a revalidation of all attributes if change is missing by Trond Myklebust · 6 years ago
  51. c01d364 NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0) by Trond Myklebust · 6 years ago
  52. c135cb3 NFS: Remove the unused return_delegation() callback by Trond Myklebust · 6 years ago
  53. 199366f NFS: Move the delegation return down into _nfs4_do_setattr() by Trond Myklebust · 6 years ago
  54. 977fcc2 NFS: Add a delegation return into nfs4_proc_unlink_setup() by Trond Myklebust · 6 years ago
  55. f2c2c55 NFS: Move delegation recall into the NFSv4 callback for rename_setup() by Trond Myklebust · 6 years ago
  56. 912678d NFS: Move the delegation return down into nfs4_proc_remove() by Trond Myklebust · 6 years ago
  57. 9f76827 NFS: Move the delegation return down into nfs4_proc_link() by Trond Myklebust · 6 years ago
  58. f508624 NFSv4: Fix nfs4_return_incompatible_delegation by Trond Myklebust · 6 years ago
  59. 5717459 nfs4: wake any lock waiters on successful RECLAIM_COMPLETE by Jeff Layton · 6 years ago
  60. 5656610 nfs4: don't compare clientid in nfs4_wake_lock_waiter by Jeff Layton · 6 years ago
  61. 41a7462 nfs4: always reset notified flag to false before repolling for lock by Jeff Layton · 6 years ago
  62. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  63. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  64. 4919d42 xfs: only cancel cow blocks when truncating the data fork by Darrick J. Wong · 6 years ago
  65. 5a81327 afs: Do better accretion of small writes on newly created content by David Howells · 6 years ago
  66. 76a5cb6 afs: Add stats for data transfer operations by David Howells · 6 years ago
  67. 5f702c8 afs: Trace protocol errors by David Howells · 6 years ago
  68. 63a4681 afs: Locally edit directory data for mkdir/create/unlink/... by David Howells · 6 years ago
  69. 0031763 afs: Adjust the directory XDR structures by David Howells · 6 years ago
  70. 4ea219a afs: Split the directory content defs into a header by David Howells · 6 years ago
  71. f3ddee8 afs: Fix directory handling by David Howells · 6 years ago
  72. 66c7e1d afs: Split the dynroot stuff out and give it its own ops tables by David Howells · 6 years ago
  73. a4ff740 afs: Keep track of invalid-before version for dentry coherency by David Howells · 6 years ago
  74. dd9fbcb afs: Rearrange status mapping by David Howells · 6 years ago
  75. 0c3a5ac afs: Make it possible to get the data version in readpage by David Howells · 6 years ago
  76. 5800db8 afs: Init inode before accessing cache by David Howells · 6 years ago
  77. d55b4da afs: Introduce a statistics proc file by David Howells · 6 years ago
  78. 888b338 afs: Dump bad status record by David Howells · 6 years ago
  79. 37ab636 afs: Implement @cell substitution handling by David Howells · 6 years ago
  80. 6f8880d afs: Implement @sys substitution handling by David Howells · 6 years ago
  81. 5cf9dd5 afs: Prospectively look up extra files when doing a single lookup by David Howells · 6 years ago
  82. 17814ae afs: Don't over-increment the cell usage count when pinning it by David Howells · 6 years ago
  83. fe342cf afs: Fix checker warnings by David Howells · 6 years ago
  84. fd3b36d Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  85. 8ea4a5d Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 6 years ago
  86. 190f2ac Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  87. e13e75b Merge branch 'for-4.17/dax' into libnvdimm-for-next by Dan Williams · 6 years ago
  88. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 6 years ago
  89. 7fcd3ef xfs: remove filestream item xfs_inode reference by Christoph Hellwig · 6 years ago
  90. 1aa3b3e fs: quota: Replace GFP_ATOMIC with GFP_KERNEL in dquot_init by Jia-Ju Bai · 6 years ago
  91. 54a307b fanotify: fix logic of events on child by Amir Goldstein · 6 years ago
  92. 30ce4d1 getname_kernel() needs to make sure that ->name != ->iname in long case by Al Viro · 6 years ago
  93. f8cf2f1 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  94. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  95. 62f8e6c Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  96. e698aaf pstore: fix crypto dependencies without compression by Tobias Regnery · 6 years ago
  97. 6ad11bd Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  98. 69824bc Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  99. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  100. 8613a20 make lookup_one_len() safe to use with directory locked shared by Al Viro · 6 years ago