1. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  2. 0858d7d ramfs: fix mount source show for ramfs by yangerkun · 3 years, 2 months ago
  3. e41d12f mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> by Christoph Hellwig · 3 years, 3 months ago
  4. c1e3dbe fs: move ramfs_aops to libfs by Christoph Hellwig · 3 years, 6 months ago
  5. 93da400 ramfs: support O_TMPFILE by Alexey Dobriyan · 3 years, 10 months ago
  6. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  7. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  8. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  9. 50b7d85 ramfs: fix nommu mmap with gaps in the page cache by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  10. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  11. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  12. f323562 vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API by David Howells · 6 years ago
  13. df02450 make ramfs_fill_super() static by Al Viro · 6 years ago
  14. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  15. 14a253c init_rootfs(): don't bother with init_ramfs_fs() by Al Viro · 6 years ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  18. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  19. 604ecf4 ramfs: Implement show_options by David Howells · 7 years ago
  20. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  21. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  23. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  24. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  25. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  26. e0e0be8 libfs: support RENAME_NOREPLACE in simple_rename() by Miklos Szeredi · 8 years ago
  27. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  28. 31b4beb ipc/shm: fix crash if CONFIG_SHMEM is not set by Kirill A. Shutemov · 8 years ago
  29. 63678c3 tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMU by Rich Felker · 9 years ago
  30. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  31. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  32. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  33. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  34. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  35. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  36. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  37. 6f4535e fs/ramfs/file-nommu.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  38. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 11 years ago
  39. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
  40. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  41. 87e06aa fs/ramfs: move ramfs_aops to inode.c by Axel Lin · 11 years ago
  42. 0fa9aa2 fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() static by Axel Lin · 11 years ago
  43. af52b04 fs/ramfs: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  44. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 11 years ago
  45. 4bbee76 initmpfs: move bdi setup from init_rootfs to init_ramfs by Rob Landley · 11 years ago
  46. 137fdcc1 initmpfs: replace MS_NOUSER in initramfs by Rob Landley · 11 years ago
  47. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  48. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  49. b3c6761 userns: Allow the userns root to mount ramfs. by Eric W. Biederman · 12 years ago
  50. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  51. fea9f71 fs: ramfs: file-nommu: add SetPageUptodate() by Bob Liu · 12 years ago
  52. 318ceed tidy up after d_make_root() conversion by Al Viro · 13 years ago
  53. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  54. 632861f pohmelfs: propagate umode_t by Al Viro · 13 years ago
  55. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  56. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  57. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  58. 0620d91 ramfs: remove module leftovers by Richard Weinberger · 13 years ago
  59. b836aec ramfs: fix memleak on no-mmu arch by Bob Liu · 14 years ago
  60. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  61. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  62. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 15 years ago
  63. 6a1a90a rename generic_setattr by Christoph Hellwig · 15 years ago
  64. 3322e79 fs: convert simple fs to new truncate by Nick Piggin · 15 years ago
  65. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 15 years ago
  66. 454abaf ramfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  67. da5e4ef devtmpfs: support !CONFIG_TMPFS by Peter Korsgaard · 15 years ago
  68. 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
  69. 7e66087 nommu: fix shared mmap after truncate shrinkage problems by David Howells · 15 years ago
  70. 81759b5 nommu: fix race between ramfs truncation and shared mmap by David Howells · 15 years ago
  71. 0f67b0b nommu: ramfs: remove unused local var by Mike Frysinger · 15 years ago
  72. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  73. a7e3108 ramfs: move RAMFS_MAGIC to include/linux/magic.h by maximilian attems · 15 years ago
  74. d993831 writeback: add name to backing_dev_info by Jens Axboe · 16 years ago
  75. 5c80536 fs/ramfs/file-nommu.c needs include/linux/sched.h by Catalin Marinas · 15 years ago
  76. 0a8eba9 ramfs: ignore unknown mount options by Mike Frysinger · 16 years ago
  77. f8201ab ramfs: fix double freeing s_fs_info on failed mount by Ingo Molnar · 16 years ago
  78. c3b1b1c ramfs: add support for "mode=" mount option by Wu Fengguang · 16 years ago
  79. 2678958 ramfs-nommu: use generic lru cache by Johannes Weiner · 16 years ago
  80. 3146495 ramfs: Remove quota call by Jan Kara · 16 years ago
  81. 15e7b87 nommu: ramfs: don't leak pages when adding to page cache fails by Johannes Weiner · 16 years ago
  82. 020fe22 nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discarded by Enrik Berkhan · 16 years ago
  83. 0e8f989 NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area() by David Howells · 16 years ago
  84. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  85. 0785f4d CRED: Wrap task credential accesses in the RAMFS filesystem by David Howells · 16 years ago
  86. ba9ddf4 Ramfs and Ram Disk pages are unevictable by Lee Schermerhorn · 16 years ago
  87. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  88. 4b19de6 mm: tiny-shmem nommu fix by Nick Piggin · 16 years ago
  89. 8b3d356 ramfs: enable splice write by Octavian Purdila · 16 years ago
  90. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 17 years ago
  91. 4488c59 fs/ramfs/ extern cleanup by Adrian Bunk · 17 years ago
  92. 8e3f715 Remove valueless definition of hard-selected RAMFS option by Robert P. J. Day · 17 years ago
  93. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  94. 800d15a implement simple fs aops by Nick Piggin · 17 years ago
  95. 2e92a3b NOMMU: Fix SYSV IPC SHM by David Howells · 17 years ago
  96. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  97. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 18 years ago
  98. 85f6038 RAMFS NOMMU: missed POSIX UID/GID inode attribute checking by Bryan Wu · 18 years ago
  99. 3f0a676 a bug in ramfs_nommu_resize function, passing old size to vmtruncate by Bryan Wu · 18 years ago
  100. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 18 years ago