1. 3a862ca fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure() by Paul Moore · 3 years, 11 months ago
  2. 365982a fs: anon_inodes: rephrase to appropriate kernel-doc by Lukas Bulwahn · 4 years ago
  3. e7e832c fs: add LSM-supporting anon-inode interface by Daniel Colascione · 4 years ago
  4. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  5. 33cada4 vfs: Convert anon_inodes to use the new mount API by David Howells · 6 years ago
  6. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  7. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  8. 52c91f8 anon_inode_getfile(): switch to alloc_file_pseudo() by Al Viro · 7 years ago
  9. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  10. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  11. 75c5a52 vfs: Allocate anon_inode_inode in anon_inode_init() by Jan Kara · 11 years ago
  12. fce7fc7 fs: remove now stale label in anon_inode_init() by Linus Torvalds · 11 years ago
  13. d6f2589 fs: Avoid userspace mounting anon_inodefs filesystem by Jan Kara · 11 years ago
  14. 078d8e6 ... and kill anon_inode_getfile_private() by Al Viro · 11 years ago
  15. 6987843 take anon inode allocation to libfs.c by Al Viro · 11 years ago
  16. 5570869 fs/anon_inode: Introduce a new lib function anon_inode_getfile_private() by Gu Zheng · 11 years ago
  17. 21d2068 get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero by Al Viro · 12 years ago
  18. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  19. ca7068c anon_inodes: move allocation of anon_inode into ->mount() by Al Viro · 13 years ago
  20. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago
  21. 423e0ab VFS : mount lock scalability for internal mounts by Tim Chen · 13 years ago
  22. f03c659 sanitize vfsmount refcounting changes by Al Viro · 14 years ago
  23. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  24. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  25. c74a1cb pass default dentry_operations to mount_pseudo() by Al Viro · 14 years ago
  26. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 14 years ago
  27. 4b93688 fs: improve scalability of pseudo filesystems by Nick Piggin · 14 years ago
  28. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  29. c0d8768 anon_inodes: fix wrong function name in comment by Namhyung Kim · 14 years ago
  30. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  31. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  32. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  33. 1eb2cbb Revert "anon_inode: set S_IFREG on the anon_inode" by Al Viro · 15 years ago
  34. a7cf414 anon_inode: set S_IFREG on the anon_inode by Eric Paris · 15 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  36. 3836a03 anon_inodes: mark the anon inode private by Eric Paris · 15 years ago
  37. 5300990 Sanitize f_flags helpers by Al Viro · 15 years ago
  38. 628ff7c anonfd: Allow making anon files read-only by Roland Dreier · 15 years ago
  39. a3a065e3 fs: no games with DCACHE_UNHASHED by Nick Piggin · 15 years ago
  40. b9aff02 fs: anon_inodes implement dname by Nick Piggin · 15 years ago
  41. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  42. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  43. 562787a anonfd: split interface into file creation and install by Davide Libenzi · 15 years ago
  44. d3a9262 fs: Provide empty .set_page_dirty() aop for anon inodes by Peter Zijlstra · 16 years ago
  45. 3ba13d1 constify dentry_operations: rest by Al Viro · 16 years ago
  46. e3a2a0d anon_inodes: use fops->owner for module refcount by Christian Borntraeger · 16 years ago
  47. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  48. 99829b8 flag parameters: NONBLOCK in anon_inode_getfd by Ulrich Drepper · 16 years ago
  49. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 16 years ago
  50. 2030a42 [PATCH] sanitize anon_inode_getfd() by Al Viro · 17 years ago
  51. 430e285 [PATCH] fix up new filp allocators by Dave Hansen · 17 years ago
  52. 96fdc72 anon-inodes use open coded atomic_inc for the shared inode by Davide Libenzi · 17 years ago
  53. 49c13b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  54. 4b4e5a1 Fix trivial typos in anon_inodes.c comments by J. Bruce Fields · 17 years ago
  55. d6d2816 KVM: Remove kvmfs in favor of the anonymous inodes source by Avi Kivity · 18 years ago
  56. 5dc8bf8 signal/timer/event fds: anonymous inode source by Davide Libenzi · 18 years ago