1. 1bdd629 Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 2 months ago
  2. 9a25440 ovl: fix use after free in struct ovl_aio_req by yangerkun · 3 years, 4 months ago
  3. 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 3 months ago
  4. 1dc1eed ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO by Miklos Szeredi · 3 years, 4 months ago
  5. 9b91b6b ovl: fix deadlock in splice write by Miklos Szeredi · 3 years, 6 months ago
  6. d652502e Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 9 months ago
  7. a4f7fae Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
  8. 2896900 ovl: fix reference counting in ovl_mmap error path by Christian König · 3 years, 9 months ago
  9. c4fe8ae ovl: remove unneeded ioctls by Miklos Szeredi · 3 years, 9 months ago
  10. 1f0cb8b ovl: plumb through flush method by Sargun Dhillon · 4 years, 2 months ago
  11. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  12. 335d3fc ovl: implement volatile-specific fsync error behaviour by Sargun Dhillon · 4 years ago
  13. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  14. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  15. b6650da ovl: do not fail because of O_NOATIME by Miklos Szeredi · 4 years, 1 month ago
  16. 82a763e ovl: simplify file splice by Miklos Szeredi · 4 years, 1 month ago
  17. 89bdfaf ovl: make ioctl() safe by Miklos Szeredi · 4 years, 1 month ago
  18. be4df0c ovl: use generic vfs_ioc_setflags_prepare() helper by Amir Goldstein · 4 years, 4 months ago
  19. 61536be ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories by Amir Goldstein · 4 years, 4 months ago
  20. c86243b0 ovl: provide a mount option "volatile" by Vivek Goyal · 4 years, 5 months ago
  21. 81a33c1 ovl: fix unneeded call to ovl_change_flags() by Amir Goldstein · 4 years, 7 months ago
  22. b778e1e ovl: only pass ->ki_flags to ovl_iocb_to_rwf() by Miklos Szeredi · 4 years, 8 months ago
  23. 05acefb ovl: check permission to open real file by Miklos Szeredi · 4 years, 8 months ago
  24. 292f902 ovl: call secutiry hook in ovl_real_ioctl() by Miklos Szeredi · 4 years, 8 months ago
  25. c853680 ovl: fix lockdep warning for async write by Miklos Szeredi · 4 years, 10 months ago
  26. a4ac9d4 ovl: fix lseek overflow on 32bit by Miklos Szeredi · 5 years ago
  27. 1a980b8 ovl: add splice file read write helper by Murphy Zhou · 5 years ago
  28. 2406a30 ovl: implement async IO routines by Jiufei Xue · 5 years ago
  29. b1f9d38 ovl: use ovl_inode_lock in ovl_llseek() by Amir Goldstein · 5 years ago
  30. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  31. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  32. 941d935 ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls by Amir Goldstein · 6 years ago
  33. b21d9c43 ovl: support the FS_IOC_FS[SG]ETXATTR ioctls by Amir Goldstein · 6 years ago
  34. 98487de ovl: check the capability before cred overridden by Jiufei Xue · 6 years ago
  35. d989903 ovl: do not generate duplicate fsnotify events for "fake" path by Amir Goldstein · 6 years ago
  36. 9e46b84 ovl: support stacked SEEK_HOLE/SEEK_DATA by Amir Goldstein · 6 years ago
  37. 3428030 ovl: fix missing upper fs freeze protection on copy up for ioctl by Amir Goldstein · 6 years ago
  38. df36583 vfs: plumb remap flags through the vfs dedupe functions by Darrick J. Wong · 6 years ago
  39. 452ce65 vfs: plumb remap flags through the vfs clone functions by Darrick J. Wong · 6 years ago
  40. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  41. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  42. a725356 vfs: swap names of {do,vfs}_clone_file_range() by Amir Goldstein · 6 years ago
  43. d9d150a ovl: fix freeze protection bypass in ovl_clone_file_range() by Amir Goldstein · 6 years ago
  44. 898cc19 ovl: fix freeze protection bypass in ovl_write_iter() by Amir Goldstein · 6 years ago
  45. b833a36 ovl: add ovl_fadvise() by Amir Goldstein · 6 years ago
  46. 5b910bd ovl: fix GPF in swapfile_activate of file from overlayfs over xfs by Amir Goldstein · 6 years ago
  47. 935a074 ovl: Do not do metacopy only for ioctl modifying file attr by Vivek Goyal · 7 years ago
  48. 8c444d2 ovl: Open file with data except for the case of fsync by Vivek Goyal · 7 years ago
  49. 8ede205 ovl: add reflink/copyfile/dedup support by Miklos Szeredi · 6 years ago
  50. f7c7239 ovl: add O_DIRECT support by Miklos Szeredi · 6 years ago
  51. dab5ca8 ovl: add lsattr/chattr support by Miklos Szeredi · 6 years ago
  52. aab8848 ovl: add ovl_fallocate() by Miklos Szeredi · 6 years ago
  53. 2f50283 ovl: add ovl_mmap() by Miklos Szeredi · 6 years ago
  54. de30dfd ovl: add ovl_fsync() by Miklos Szeredi · 6 years ago
  55. 2a92e07 ovl: add ovl_write_iter() by Miklos Szeredi · 6 years ago
  56. 16914e6 ovl: add ovl_read_iter() by Miklos Szeredi · 6 years ago
  57. 2ef66b8 ovl: add helper to return real file by Miklos Szeredi · 6 years ago
  58. d1d04ef ovl: stack file ops by Miklos Szeredi · 6 years ago