1. 0e22bed Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs by Linus Torvalds · 7 months ago
  2. b6394d6 Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 months ago
  3. 353ad6c Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 7 months ago
  4. e9229c1 ovl: remove duplicate included header by Thorsten Blum · 8 months ago
  5. 0968027 ovl: remove upper umask handling from ovl_create_upper() by Miklos Szeredi · 8 months ago
  6. 9a87907 ovl: implement tmpfile by Miklos Szeredi · 8 months ago
  7. af58dc1 kernel_file_open(): get rid of inode argument by Al Viro · 11 months ago
  8. 1f65e57 fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED by Stefan Berger · 10 months ago
  9. 3253804 security: allow finer granularity in permitting copy-up of security xattrs by Stefan Berger · 10 months ago
  10. 7b30851 fs_parser: move fsparam_string_empty() helper into header by Luis Henriques (SUSE) · 9 months ago
  11. 77a28aa ovl: relax WARN_ON in ovl_verify_area() by Amir Goldstein · 9 months ago
  12. f88c3fb mm, slab: remove last vestiges of SLAB_MEM_SPREAD by Linus Torvalds · 9 months ago
  13. 0f1a876 Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 9 months ago
  14. 7ea65c8 Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 9 months ago
  15. 09406ad Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krisman/unicode into vfs.misc by Christian Brauner · 9 months ago
  16. 2824083 ovl: Always reject mounting over case-insensitive directories by Gabriel Krisman Bertazi · 10 months ago
  17. 716f4aa Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 10 months ago
  18. dd90196 ovl: convert to super_set_uuid() by Kent Overstreet · 10 months ago
  19. 853b8d7 remap_range: merge do_clone_file_range() into vfs_clone_file_range() by Amir Goldstein · 11 months ago
  20. 11b3f8a fs: remove the inode argument to ->d_real() method by Amir Goldstein · 11 months ago
  21. 420332b ovl: mark xwhiteouts directory with overlay.opaque='x' by Amir Goldstein · 11 months ago
  22. 499aa1c Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 months ago
  23. bf4e708 Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 months ago
  24. 4d925f6 Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs by Linus Torvalds · 11 months ago
  25. 6c1dd1f Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 11 months ago
  26. bb93c5e Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 11 months ago
  27. f567377 fs: factor out backing_file_mmap() helper by Amir Goldstein · 1 year, 2 months ago
  28. 9b7e9e2 fs: factor out backing_file_splice_{read,write}() helpers by Amir Goldstein · 1 year, 2 months ago
  29. a6293b3 fs: factor out backing_file_{read,write}_iter() helpers by Amir Goldstein · 1 year, 1 month ago
  30. f91a704 fs: prepare for stackable filesystems backing file helpers by Amir Goldstein · 1 year, 2 months ago
  31. 1a44b00 Merge tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs by Linus Torvalds · 12 months ago
  32. c00f94b overlay: disable EVM by Mimi Zohar · 12 months ago
  33. 413ba91 ovl: fix dentry reference leak after changes to underlying layers by Amir Goldstein · 12 months ago
  34. 0f29208 splice: return type ssize_t from all helpers by Amir Goldstein · 1 year ago
  35. da40448 fs: move file_start_write() into direct_splice_actor() by Amir Goldstein · 1 year, 1 month ago
  36. a8b0026 rename(): avoid a deadlock in the case of parents having no common ancestor by Al Viro · 1 year, 1 month ago
  37. fa2b906 Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 1 month ago
  38. 6ae6543 fs: move kiocb_start_write() into vfs_iocb_iter_write() by Amir Goldstein · 1 year, 1 month ago
  39. 269aed7 fs: move file_start_write() into vfs_iter_write() by Amir Goldstein · 1 year, 1 month ago
  40. ca7ab482 ovl: add permission hooks outside of do_splice_direct() by Amir Goldstein · 1 year, 1 month ago
  41. 2c3ef4f ovl: initialize ovl_copy_up_ctx.destname inside ovl_do_copy_up() by Amir Goldstein · 1 year, 1 month ago
  42. 02d70090 ovl: remove redundant ofs->indexdir member by Amir Goldstein · 1 year, 1 month ago
  43. 484d4fb ovl: stop using d_alloc_anon()/d_instantiate_anon() by Amir Goldstein · 1 year, 1 month ago
  44. 8a924db fs: Pass AT_GETATTR_NOSEC flag to getattr interface function by Stefan Berger · 1 year, 2 months ago
  45. 37f32f5 ovl: fix memory leak in ovl_parse_param() by Amir Goldstein · 1 year, 1 month ago
  46. b28060d ovl: fix misformatted comment by Amir Goldstein · 1 year, 1 month ago
  47. 13d88ac Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 1 month ago
  48. 7f85193 Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs by Linus Torvalds · 1 year, 1 month ago
  49. ca219be Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 1 year, 1 month ago
  50. b836c4d ima: detect changes to the backing overlay file by Mimi Zohar · 1 year, 2 months ago
  51. 24e16e38 ovl: add support for appending lowerdirs one by one by Amir Goldstein · 1 year, 2 months ago
  52. 819829f ovl: refactor layer parsing helpers by Amir Goldstein · 1 year, 2 months ago
  53. 0cea4c0 ovl: store and show the user provided lowerdir mount option by Amir Goldstein · 1 year, 2 months ago
  54. c835110 ovl: remove unused code in lowerdir param parsing by Amir Goldstein · 1 year, 2 months ago
  55. bc8df7a ovl: Add an alternative type of whiteout by Alexander Larsson · 1 year, 4 months ago
  56. dad02fa ovl: Support escaped overlay.* xattrs by Alexander Larsson · 1 year, 4 months ago
  57. d431e65 ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macros by Alexander Larsson · 1 year, 4 months ago
  58. 420a62d ovl: Move xattr support to new xattrs.c file by Amir Goldstein · 1 year, 2 months ago
  59. 5b02bfc ovl: do not encode lower fh with upper sb_writers held by Amir Goldstein · 1 year, 4 months ago
  60. c63e56a ovl: do not open/llseek lower file with upper sb_writers held by Amir Goldstein · 1 year, 4 months ago
  61. 162d064 ovl: reorder ovl_want_write() after ovl_inode_lock() by Amir Goldstein · 1 year, 5 months ago
  62. d08d3b3 ovl: split ovl_want_write() into two helpers by Amir Goldstein · 1 year, 4 months ago
  63. c002728 ovl: add helper ovl_file_modified() by Amir Goldstein · 1 year, 3 months ago
  64. f7621b1 ovl: protect copying of realinode attributes to ovl inode by Amir Goldstein · 1 year, 4 months ago
  65. 389a4a4 ovl: punt write aio completion to workqueue by Amir Goldstein · 1 year, 4 months ago
  66. 5f034d3 ovl: propagate IOCB_APPEND flag on writes to realfile by Amir Goldstein · 1 year, 4 months ago
  67. db5b5e8 ovl: use simpler function to convert iocb to rw flags by Amir Goldstein · 1 year, 3 months ago
  68. 14ab6d4 Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
  69. 7352a67 Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
  70. 3b3f874 Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
  71. 66c6276 exportfs: add helpers to check if filesystem can encode/decode file handles by Amir Goldstein · 1 year, 2 months ago
  72. 2bc5e5e ovl: rely on SB_I_NOUMASK by Christian Brauner · 1 year, 2 months ago
  73. def3ae8 fs: store real path instead of fake path in backing file f_path by Amir Goldstein · 1 year, 2 months ago
  74. 4ddbd0f overlayfs: convert to new timestamp accessors by Jeff Layton · 1 year, 2 months ago
  75. beae836 ovl: temporarily disable appending lowedirs by Amir Goldstein · 1 year, 2 months ago
  76. 32db510 ovl: fix regression in showing lowerdir mount option by Amir Goldstein · 1 year, 2 months ago
  77. c34706a ovl: fix regression in parsing of mount options with escaped comma by Amir Goldstein · 1 year, 2 months ago
  78. 3d649a4 overlayfs: move xattr tables to .rodata by Wedson Almeida Filho · 1 year, 3 months ago
  79. c7242a4 ovl: fix NULL pointer defer when encoding non-decodable lower fid by Amir Goldstein · 1 year, 2 months ago
  80. a535116 ovl: make use of ->layers safe in rcu pathwalk by Amir Goldstein · 1 year, 2 months ago
  81. c54719c ovl: fetch inode once in ovl_dentry_revalidate_common() by Al Viro · 1 year, 2 months ago
  82. d9e8319 ovl: move freeing ovl_entry past rcu delay by Al Viro · 1 year, 2 months ago
  83. 8542f17 ovl: fix file reference leak when submitting aio by Amir Goldstein · 1 year, 2 months ago
  84. 84422ae Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 3 months ago
  85. 03dbab3 overlayfs: set ctime when setting mtime and atime by Jeff Layton · 1 year, 3 months ago
  86. 2d1b3bb ovl: disable IOCB_DIO_CALLER_COMP by Jens Axboe · 1 year, 3 months ago
  87. 724768a ovl: fix incorrect fdput() on aio completion by Amir Goldstein · 1 year, 4 months ago
  88. ab04830 ovl: fix failed copyup of fileattr on a symlink by Amir Goldstein · 1 year, 3 months ago
  89. 63580f6 Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs by Linus Torvalds · 1 year, 4 months ago
  90. de16588 Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 4 months ago
  91. 615e958 Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 4 months ago
  92. 8f73712 ovl: use kiocb_{start,end}_write() helpers by Amir Goldstein · 1 year, 4 months ago
  93. adcd459 ovl: validate superblock in OVL_FS() by Andrea Righi · 1 year, 7 months ago
  94. f01d088 ovl: make consistent use of OVL_FS() by Andrea Righi · 1 year, 7 months ago
  95. 3629554 ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUG by Andrea Righi · 1 year, 7 months ago
  96. cbb44f0 ovl: auto generate uuid for new overlay filesystems by Amir Goldstein · 1 year, 5 months ago
  97. d9544c1 ovl: store persistent uuid/fsid with uuid=on by Amir Goldstein · 1 year, 5 months ago
  98. b0504bf ovl: add support for unique fsid per instance by Amir Goldstein · 1 year, 6 months ago
  99. 16aac5a ovl: support encoding non-decodable file handles by Amir Goldstein · 1 year, 8 months ago
  100. 0c71faf ovl: Handle verity during copy-up by Alexander Larsson · 1 year, 8 months ago