1. eea9673 exec: Add exec_update_mutex to replace cred_guard_mutex by Eric W. Biederman · 4 years, 9 months ago
  2. ccf0fa6 exec: Move exec_mmap right after de_thread in flush_old_exec by Eric W. Biederman · 4 years, 9 months ago
  3. 153ffb6 exec: Move cleanup of posix timers on exec out of de_thread by Eric W. Biederman · 4 years, 9 months ago
  4. 0216915 exec: Factor unshare_sighand out of de_thread and call it separately by Eric W. Biederman · 4 years, 9 months ago
  5. 2ca7be7 exec: Only compute current once in flush_old_exec by Eric W. Biederman · 4 years, 9 months ago
  6. 69879c0 proc: Remove the now unnecessary internal mount of proc by Eric W. Biederman · 4 years, 10 months ago
  7. 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 4 years, 10 months ago
  8. 7144801 proc: Clear the pieces of proc_inode that proc_evict_inode cares about by Eric W. Biederman · 4 years, 10 months ago
  9. f90f3ca proc: Use d_invalidate in proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 10 months ago
  10. 080f627 proc: In proc_prune_siblings_dcache cache an aquired super block by Eric W. Biederman · 4 years, 10 months ago
  11. 26dbc60 proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 10 months ago
  12. 0afa5ca proc: Rename in proc_inode rename sysctl_inodes sibling_inodes by Eric W. Biederman · 4 years, 10 months ago
  13. 713db35 Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 11 months ago
  14. 288b27a0 Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 11 months ago
  15. 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 11 months ago
  16. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 4 years, 11 months ago
  17. 829e694 Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 11 months ago
  18. cf556ed Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 11 months ago
  19. ca60ad6 Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 11 months ago
  20. 85db6b7 cifs: make sure we do not overflow the max EA buffer size by Ronnie Sahlberg · 4 years, 11 months ago
  21. 2c6251a cifs: enable change notification for SMB2.1 dialect by Steve French · 4 years, 11 months ago
  22. 2ca1025 io_uring: prune request from overflow list on flush by Jens Axboe · 4 years, 11 months ago
  23. 5d63944 NFSv4: Ensure the delegation cred is pinned when we call delegreturn by Trond Myklebust · 4 years, 11 months ago
  24. 8c75593 NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation() by Trond Myklebust · 4 years, 11 months ago
  25. cd1b659 NFSv4.1 make cachethis=no for writes by Olga Kornievskaia · 4 years, 11 months ago
  26. c96dcee jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer by zhangyi (F) · 4 years, 11 months ago
  27. 6a66a7d jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() by zhangyi (F) · 4 years, 11 months ago
  28. af133ad ext4: add cond_resched() to ext4_protect_reserved_inode by Shijie Luo · 4 years, 11 months ago
  29. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 11 months ago
  30. 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
  31. 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago
  32. 14c9ca0 ext4: don't assume that mmp_nodename/bdevname have NUL by Andreas Dilger · 5 years ago
  33. f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 4 years, 11 months ago
  34. 7563439 io-wq: don't call kXalloc_node() with non-online node by Jens Axboe · 4 years, 11 months ago
  35. efeda80 NFSv4: Fix revalidation of dentries with delegations by Trond Myklebust · 5 years ago
  36. 1b9867e btrfs: sysfs, move device id directories to UUID/devinfo by Anand Jain · 4 years, 11 months ago
  37. a013d14 btrfs: sysfs, add UUID/devinfo kobject by Anand Jain · 4 years, 11 months ago
  38. 28553fa Btrfs: fix race between shrinking truncate and fiemap by Filipe Manana · 5 years ago
  39. 10a3a3e btrfs: log message when rw remount is attempted with unclean tree-log by David Sterba · 5 years ago
  40. e8294f2 btrfs: print message when tree-log replay starts by David Sterba · 5 years ago
  41. ac05ca9 Btrfs: fix race between using extent maps and merging them by Filipe Manana · 5 years ago
  42. f311ade btrfs: ref-verify: fix memory leaks by Wenwen Wang · 5 years ago
  43. 359c92c Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 11 months ago
  44. 3b20bc2 ceph: noacl mount option is effectively ignored by Xiubo Li · 4 years, 11 months ago
  45. b27a939 ceph: canonicalize server path in place by Ilya Dryomov · 4 years, 11 months ago
  46. 8e4473b ceph: do not execute direct write in parallel if O_APPEND is specified by Xiubo Li · 5 years ago
  47. cf5b405 NFSv4: Fix races between open and dentry revalidation by Trond Myklebust · 5 years ago
  48. a1147b8 NFS: Fix up directory verifier races by Trond Myklebust · 5 years ago
  49. 3f6166a cifs: fix mount option display for sec=krb5i by Petr Pavlu · 4 years, 11 months ago
  50. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 11 months ago
  51. 380a129 Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 11 months ago
  52. d1ea35f Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 11 months ago
  53. 5586c3c Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
  54. b537916 io_uring: retain sockaddr_storage across send/recvmsg async punt by Jens Axboe · 4 years, 11 months ago
  55. 6ab2314 io_uring: cancel pending async work if task exits by Jens Axboe · 4 years, 11 months ago
  56. 3628288 io-wq: add io_wq_cancel_pid() to cancel based on a specific pid by Jens Axboe · 4 years, 11 months ago
  57. 00bcda1 io-wq: make io_wqe_cancel_work() take a match handler by Jens Axboe · 4 years, 11 months ago
  58. 0fd1695 fs: Add VirtualBox guest shared folder (vboxsf) support by Hans de Goede · 5 years ago
  59. b85080c Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  60. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  61. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  62. 0bdbdd0 io_uring: fix openat/statx's filename leak by Pavel Begunkov · 5 years ago
  63. 5f798be io_uring: fix double prep iovec leak by Pavel Begunkov · 5 years ago
  64. a93b333 io_uring: fix async close() with f_op->flush() by Pavel Begunkov · 5 years ago
  65. 0b5faf6 io_uring: allow AT_FDCWD for non-file openat/openat2/statx by Jens Axboe · 5 years ago
  66. ff002b3 io_uring: grab ->fs as part of async preparation by Jens Axboe · 5 years ago
  67. 9392a27 io-wq: add support for inheriting ->fs by Jens Axboe · 5 years ago
  68. faac996 io_uring: retry raw bdev writes if we hit -EOPNOTSUPP by Jens Axboe · 5 years ago
  69. 8fef80b io_uring: add cleanup for openat()/statx() by Pavel Begunkov · 5 years ago
  70. 99bc4c3 io_uring: fix iovec leaks by Pavel Begunkov · 5 years ago
  71. e96e977 io_uring: remove unused struct io_async_open by Pavel Begunkov · 5 years ago
  72. 63e5d81 io_uring: flush overflowed CQ events in the io_uring_poll() by Stefano Garzarella · 5 years ago
  73. cf3040c io_uring: statx/openat/openat2 don't support fixed files by Jens Axboe · 5 years ago
  74. 9959333 Merge branch 'pipe-exclusive-wakeup' by Linus Torvalds · 5 years ago
  75. 0ddad21 pipe: use exclusive waits when reading or writing by Linus Torvalds · 5 years ago
  76. 0a06174 compat_ioctl: fix FIONREAD on devices by Arnd Bergmann · 5 years ago
  77. f757165 Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
  78. 175787e Merge tag 'gfs2-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
  79. 60ea27e Merge tag 'for-linus-5.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 5 years ago
  80. 08dffcc Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  81. f43574d Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  82. bf45f7f procfs: switch to use of invalfc() by Al Viro · 5 years ago
  83. b5db30c hugetlbfs: switch to use of invalfc() by Al Viro · 5 years ago
  84. e1ee7d8 cramfs: switch to use of errofc() et.al. by Al Viro · 5 years ago
  85. 77cb271 gfs2: switch to use of errorfc() et.al. by Al Viro · 5 years ago
  86. 2e28c49 fuse: switch to use errorfc() et.al. by Al Viro · 5 years ago
  87. d53d0f7 ceph: use errorfc() and friends instead of spelling the prefix out by Al Viro · 5 years ago
  88. 328de52 turn fs_param_is_... into functions by Al Viro · 5 years ago
  89. 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
  90. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  91. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  92. cc3c0b5 add prefix to fs_context->log by Al Viro · 5 years ago
  93. c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago
  94. 7f5d381 new primitive: __fs_parse() by Al Viro · 5 years ago
  95. 9f09f64 teach logfc() to handle prefices, give it saner calling conventions by Al Viro · 5 years ago
  96. aa1918f get rid of fs_value_is_filename_empty by Al Viro · 5 years ago
  97. 34264ae don't bother with explicit length argument for __lookup_constant() by Al Viro · 5 years ago
  98. 50d0def nfsd: make nfsd_filecache_wq variable static by Chen Zhou · 5 years ago
  99. 8dcc1a9 fs: New zonefs file system by Damien Le Moal · 5 years ago
  100. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago