1. d6cffbb proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
  2. 1064f87 mnt: Tuck mounts under others instead of creating shadow/side mounts. by Eric W. Biederman · 8 years ago
  3. 015bb30 Merge branch 'nsfs-discovery' by Eric W. Biederman · 8 years ago
  4. d95fa3c nsfs: Add an ioctl() to return owner UID of a userns by Michael Kerrisk (man-pages) · 8 years ago
  5. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  6. 1328c72 vfs: open() with O_CREAT should not create inodes with unknown ids by Seth Forshee · 8 years ago
  7. e5ff5ce nsfs: Add an ioctl() to return the namespace type by Michael Kerrisk (man-pages) · 8 years ago
  8. 68eb94f proc: Better ownership of files for non-dumpable tasks in user namespaces by Eric W. Biederman · 8 years ago
  9. 9227dd2 exec: Remove LSM_UNSAFE_PTRACE_CAP by Eric W. Biederman · 8 years ago
  10. 1cce1ee inotify: Convert to using per-namespace limits by Nikolay Borisov · 8 years ago
  11. 93362fa sysctl: Drop reference added by grab_header in proc_sys_readdir by Zhou Chengming · 8 years ago
  12. 7542272 libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount by Eric W. Biederman · 8 years ago
  13. 3895dbf mnt: Protect the mountpoint hashtable with mount_lock by Eric W. Biederman · 8 years ago
  14. 1db1754 ext4: Simplify DAX fault path by Jan Kara · 8 years ago
  15. 9f141d6 dax: Call ->iomap_begin without entry lock during dax fault by Jan Kara · 8 years ago
  16. f449b93 dax: Finish fault completely when loading holes by Jan Kara · 8 years ago
  17. e3fce68 dax: Avoid page invalidation races and unnecessary radix tree traversals by Jan Kara · 8 years ago
  18. c6dcf52 mm: Invalidate DAX radix tree entries only if appropriate by Jan Kara · 8 years ago
  19. e568df6 ext2: Return BH_New buffers for zeroed blocks by Jan Kara · 8 years ago
  20. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  21. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  22. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  23. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  24. 1dd5c6b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  25. a307d0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. fc26901 Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befs by Linus Torvalds · 8 years ago
  27. faf0dce Merge branch 'work.namespace' into for-linus by Al Viro · 8 years ago
  28. f698ccc ufs: fix function declaration for ufs_truncate_blocks by Jeff Layton · 8 years ago
  29. 613cc2b fs: exec: apply CLOEXEC before changing dumpable task flags by Aleksa Sarai · 8 years ago
  30. e522751 seq_file: reset iterator to first record for zero offset by Tomasz Majchrzak · 8 years ago
  31. 22725ce vfs: fix isize/pos/len checks for reflink & dedupe by Darrick J. Wong · 8 years ago
  32. c00d2c7 move aio compat to fs/aio.c by Al Viro · 8 years ago
  33. ac632f5 befs: add NFS export support by Luis de Bethencourt · 8 years ago
  34. e60f749 befs: remove trailing whitespaces by Luis de Bethencourt · 8 years ago
  35. 50b00fc befs: remove signatures from comments by Luis de Bethencourt · 8 years ago
  36. 12ecb38 befs: fix style issues in header files by Luis de Bethencourt · 8 years ago
  37. 62b8071 befs: fix style issues in linuxvfs.c by Luis de Bethencourt · 8 years ago
  38. 1ca7087 befs: fix typos in linuxvfs.c by Luis de Bethencourt · 8 years ago
  39. 4c7df64 befs: fix style issues in io.c by Luis de Bethencourt · 8 years ago
  40. 85a06b3 befs: fix style issues in inode.c by Luis de Bethencourt · 8 years ago
  41. a83179a befs: fix style issues in debug.c by Luis de Bethencourt · 8 years ago
  42. 52bce91 splice: reinstate SIGPIPE/EPIPE handling by Linus Torvalds · 8 years ago
  43. bc1ecd6 Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  44. 8ac2b422 NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCES by Trond Myklebust · 8 years ago
  45. f07d4a3 NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCES by Trond Myklebust · 8 years ago
  46. d8d8498 NFSv4: Place the GETATTR operation before the CLOSE by Trond Myklebust · 8 years ago
  47. 9413a1a NFSv4: Also ask for attributes when downgrading to a READ-only state by Trond Myklebust · 8 years ago
  48. a5f925b NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked() by Trond Myklebust · 8 years ago
  49. e71708d pNFS: Return RW layouts on OPEN_DOWNGRADE by Trond Myklebust · 8 years ago
  50. b680814 NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADE by Trond Myklebust · 8 years ago
  51. 86cfb04 NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQID by NeilBrown · 8 years ago
  52. 3f8f254 NFSv4: ensure __nfs4_find_lock_state returns consistent result. by NeilBrown · 8 years ago
  53. cfd278c NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success. by NeilBrown · 8 years ago
  54. 1c48cee pNFS/flexfiles: delete deviceid, don't mark inactive by Weston Andros Adamson · 8 years ago
  55. 187e593 NFS: Clean up nfs_attribute_timeout() by Trond Myklebust · 8 years ago
  56. 3f642a1 NFS: Remove unused function nfs_revalidate_inode_rcu() by Trond Myklebust · 8 years ago
  57. 21c3ba7 NFS: Fix and clean up the access cache validity checking by Trond Myklebust · 8 years ago
  58. 9cdd1d3 NFS: Only look at the change attribute cache state in nfs_weak_revalidate() by Trond Myklebust · 8 years ago
  59. 61540bf NFS: Clean up cache validity checking by Trond Myklebust · 8 years ago
  60. 58ff418 NFS: Don't revalidate the file on close if we hold a delegation by Trond Myklebust · 8 years ago
  61. 0bc2c9b NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURN by Trond Myklebust · 8 years ago
  62. e603a4c NFSv4: Update the attribute cache info in update_changeattr by Trond Myklebust · 8 years ago
  63. e93b1cc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  64. 2700e60 quota: Fix bogus warning in dquot_disable() by Jan Kara · 8 years ago
  65. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  66. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. 9763f7a Merge branch 'work.autofs' into for-linus by Al Viro · 8 years ago
  68. 5235d44 reorganize do_make_slave() by Al Viro · 8 years ago
  69. 066715d clone_private_mount() doesn't need to touch namespace_sem by Al Viro · 8 years ago
  70. f4cc1c3 remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id() by Al Viro · 8 years ago
  71. 3c55d6b Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus by Al Viro · 8 years ago
  72. 4da00fd Merge branch 'work.write_end' into for-linus by Al Viro · 8 years ago
  73. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  74. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  75. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  76. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  77. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  78. 313684c ovl: fix return value of ovl_fill_super by Geliang Tang · 8 years ago
  79. 32a3d84 ovl: clean up kstat usage by Al Viro · 8 years ago
  80. 9aba652 ovl: fold ovl_copy_up_truncate() into ovl_copy_up() by Amir Goldstein · 8 years ago
  81. 97c684c ovl: create directories inside merged parent opaque by Amir Goldstein · 8 years ago
  82. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  83. c5bef3a ovl: show redirect_dir mount option by Amir Goldstein · 8 years ago
  84. 3ea22a7 ovl: allow setting max size of redirect by Miklos Szeredi · 8 years ago
  85. 688ea0e ovl: allow redirect_dir to default to "on" by Miklos Szeredi · 8 years ago
  86. d159511 ovl: check for emptiness of redirect dir by Amir Goldstein · 8 years ago
  87. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  88. 02b69b2 ovl: lookup redirects by Miklos Szeredi · 8 years ago
  89. e28edc4 ovl: consolidate lookup for underlying layers by Miklos Szeredi · 8 years ago
  90. 48fab5d ovl: fix nested overlayfs mount by Amir Goldstein · 8 years ago
  91. 6b2d5fe ovl: check namelen by Miklos Szeredi · 8 years ago
  92. bbb1e54 ovl: split super.c by Miklos Szeredi · 8 years ago
  93. 2b8c30e ovl: use d_is_dir() by Miklos Szeredi · 8 years ago
  94. 8ee6059 ovl: simplify lookup by Miklos Szeredi · 8 years ago
  95. 3ee23ff ovl: check lower existence of rename target by Miklos Szeredi · 8 years ago
  96. 370e55a ovl: rename: simplify handling of lower/merged directory by Miklos Szeredi · 8 years ago
  97. 38e813d ovl: get rid of PURE type by Miklos Szeredi · 8 years ago
  98. 2aff453 ovl: check lower existence when removing by Miklos Szeredi · 8 years ago
  99. c412ce4 ovl: add ovl_dentry_is_whiteout() by Miklos Szeredi · 8 years ago
  100. 99f5d08 ovl: don't check sticky by Miklos Szeredi · 8 years ago