1. d6eac03 ovl: Move the copy up helpers to copy_up.c by Vivek Goyal · 7 years ago
  2. 9cec54c ovl: Initialize ovl_inode->redirect in ovl_get_inode() by Vivek Goyal · 7 years ago
  3. 0c31d67 ovl: fix documentation of non-standard behavior by Miklos Szeredi · 6 years ago
  4. 670c232 ovl: obsolete "check_copy_up" module option by Miklos Szeredi · 6 years ago
  5. fb16043 vfs: remove open_flags from d_real() by Miklos Szeredi · 6 years ago
  6. 573e178 Revert "fsnotify: support overlayfs" by Miklos Szeredi · 6 years ago
  7. de2a4a5 Partially revert "locks: fix file locking on overlayfs" by Miklos Szeredi · 6 years ago
  8. 8cf9ee5 Revert "vfs: do get_write_access() on upper layer of overlayfs" by Miklos Szeredi · 6 years ago
  9. 4ab3031 Revert "vfs: add flags to d_real()" by Miklos Szeredi · 6 years ago
  10. c671854 Revert "vfs: update ovl inode before relatime check" by Miklos Szeredi · 6 years ago
  11. 88059de Revert "ovl: fix relatime for directories" by Miklos Szeredi · 6 years ago
  12. a6795a5 vfs: fix freeze protection in mnt_want_write_file() for overlayfs by Miklos Szeredi · 6 years ago
  13. 6742cee Revert "ovl: don't allow writing ioctl on lower layer" by Miklos Szeredi · 6 years ago
  14. d561f21 Revert "ovl: fix may_write_real() for overlayfs directories" by Miklos Szeredi · 6 years ago
  15. a6518f7 vfs: don't open real by Miklos Szeredi · 7 years ago
  16. 8ede205 ovl: add reflink/copyfile/dedup support by Miklos Szeredi · 6 years ago
  17. f7c7239 ovl: add O_DIRECT support by Miklos Szeredi · 6 years ago
  18. 9e142c4 ovl: add ovl_fiemap() by Miklos Szeredi · 6 years ago
  19. dab5ca8 ovl: add lsattr/chattr support by Miklos Szeredi · 6 years ago
  20. aab8848 ovl: add ovl_fallocate() by Miklos Szeredi · 6 years ago
  21. 2f50283 ovl: add ovl_mmap() by Miklos Szeredi · 6 years ago
  22. de30dfd ovl: add ovl_fsync() by Miklos Szeredi · 6 years ago
  23. 2a92e07 ovl: add ovl_write_iter() by Miklos Szeredi · 6 years ago
  24. 16914e6 ovl: add ovl_read_iter() by Miklos Szeredi · 6 years ago
  25. 2ef66b8 ovl: add helper to return real file by Miklos Szeredi · 6 years ago
  26. d1d04ef ovl: stack file ops by Miklos Szeredi · 6 years ago
  27. e8c985b ovl: deal with overlay files in ovl_d_real() by Miklos Szeredi · 6 years ago
  28. 46e5d0a ovl: copy up file size as well by Miklos Szeredi · 6 years ago
  29. 5812160 Revert "Revert "ovl: get_write_access() in truncate"" by Miklos Szeredi · 6 years ago
  30. 4f35729 ovl: copy up inode flags by Miklos Szeredi · 6 years ago
  31. d9854c8 ovl: copy up times by Miklos Szeredi · 6 years ago
  32. f182536 vfs: export vfs_dedupe_file_range_one() to modules by Miklos Szeredi · 6 years ago
  33. 9df6702 vfs: export vfs_ioctl() to modules by Miklos Szeredi · 6 years ago
  34. d3b1084 vfs: make open_with_fake_path() not contribute to nr_files by Miklos Szeredi · 6 years ago
  35. 51e6ce8 Merge branch 'dedupe-cleanup' into overlayfs-next by Miklos Szeredi · 6 years ago
  36. 9951934 Merge branch 'for-ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into overlayfs-next by Miklos Szeredi · 6 years ago
  37. 6781069 ovl: fix wrong use of impure dir cache in ovl_iterate() by Amir Goldstein · 6 years ago
  38. 2abc77a new helper: open_with_fake_path() by Al Viro · 7 years ago
  39. 69527c5 now we can fold open_check_o_direct() into do_dentry_open() by Al Viro · 7 years ago
  40. 7c1c01e lift fput() on late failures into path_openat() by Al Viro · 7 years ago
  41. 4d27f32 fold put_filp() into fput() by Al Viro · 7 years ago
  42. f5d1140 introduce FMODE_OPENED by Al Viro · 7 years ago
  43. 9481769 ->file_open(): lose cred argument by Al Viro · 7 years ago
  44. e3f20ae security_file_open(): lose cred argument by Al Viro · 7 years ago
  45. ae2bb29 get rid of cred argument of vfs_open() and do_dentry_open() by Al Viro · 7 years ago
  46. ea73ea7 pass ->f_flags value to alloc_empty_file() by Al Viro · 7 years ago
  47. 6de37b6 pass creds to get_empty_filp(), make sure dentry_open() passes the right creds by Al Viro · 7 years ago
  48. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 7 years ago
  49. 6b4e808 make sure do_dentry_open() won't return positive as an error by Al Viro · 7 years ago
  50. b10a4a9 create_pipe_files(): use fput() if allocation of the second file fails by Al Viro · 7 years ago
  51. 19f391e turn filp_clone_open() into inline wrapper for dentry_open() by Al Viro · 7 years ago
  52. e8cff84 fold security_file_free() into file_free() by Al Viro · 7 years ago
  53. c7e9075 ocxlflash_getfile(): fix double-iput() on alloc_file() failures by Al Viro · 7 years ago
  54. d202797 cxl_getfile(): fix double-iput() on alloc_file() failures by Al Viro · 7 years ago
  55. b4e7a7a drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open() by Al Viro · 7 years ago
  56. 1b4f42a vfs: dedupe: extract helper for a single dedup by Miklos Szeredi · 7 years ago
  57. 87eb5eb vfs: dedupe: rationalize args by Miklos Szeredi · 7 years ago
  58. 5740c99 vfs: dedupe: return int by Miklos Szeredi · 7 years ago
  59. 92b66d2 vfs: limit size of dedupe by Miklos Szeredi · 7 years ago
  60. 877f919 proc: add proc_seq_release by Chunyu Hu · 7 years ago
  61. ce397d2 Linux 4.18-rc1 by Linus Torvalds · 7 years ago
  62. 265c5596 Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  63. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  64. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  65. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  66. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  67. 29d6849 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  68. a5b729e Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  69. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  70. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  71. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  72. 6a4d4b3 Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  73. 8949170c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  74. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  75. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  76. 315e6bc Documentation: rstFlatTable.py: fix a broken reference by Mauro Carvalho Chehab · 7 years ago
  77. 6ec71b2 ABI: sysfs-devices-system-cpu: remove a broken reference by Mauro Carvalho Chehab · 7 years ago
  78. e5ca425 devicetree: fix a series of wrong file references by Mauro Carvalho Chehab · 7 years ago
  79. 18ba1f9 devicetree: fix name of pinctrl-bindings.txt by Mauro Carvalho Chehab · 7 years ago
  80. 6c79521 devicetree: fix some bindings file names by Mauro Carvalho Chehab · 7 years ago
  81. 5efa6f8 MAINTAINERS: fix location of DT npcm files by Mauro Carvalho Chehab · 7 years ago
  82. 2f635cf MAINTAINERS: fix location of some display DT bindings by Mauro Carvalho Chehab · 7 years ago
  83. 1ca2c80 kernel-parameters.txt: fix pointers to sound parameters by Mauro Carvalho Chehab · 7 years ago
  84. 042c768 bindings: nvmem/zii: Fix location of nvmem.txt by Mauro Carvalho Chehab · 7 years ago
  85. 34962fb docs: Fix more broken references by Mauro Carvalho Chehab · 7 years ago
  86. a78513c scripts/documentation-file-ref-check: check tools/*/Documentation by Mauro Carvalho Chehab · 7 years ago
  87. 2d69708 scripts/documentation-file-ref-check: get rid of false-positives by Mauro Carvalho Chehab · 7 years ago
  88. e1f319f scripts/documentation-file-ref-check: hint: dash or underline by Mauro Carvalho Chehab · 7 years ago
  89. be600e5 scripts/documentation-file-ref-check: add a fix logic for DT by Mauro Carvalho Chehab · 7 years ago
  90. 5044024 scripts/documentation-file-ref-check: accept more wildcards at filenames by Mauro Carvalho Chehab · 7 years ago
  91. 40fc3eb scripts/documentation-file-ref-check: fix help message by Mauro Carvalho Chehab · 7 years ago
  92. b698201 media: max2175: fix location of driver's companion documentation by Mauro Carvalho Chehab · 7 years ago
  93. 2ebe0bb media: v4l: fix broken video4linux docs locations by Mauro Carvalho Chehab · 7 years ago
  94. 670d7adb media: dvb: point to the location of the old README.dvb-usb file by Mauro Carvalho Chehab · 7 years ago
  95. fe63a1a media: dvb: fix location of get_dvb_firmware script by Mauro Carvalho Chehab · 7 years ago
  96. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  97. ec15872 docs: fix broken references with multiple hints by Mauro Carvalho Chehab · 7 years ago
  98. 7cfde0a net: stmmac: Run HWIF Quirks after getting HW caps by Jose Abreu · 7 years ago
  99. f6a6f20 neighbour: skip NTF_EXT_LEARNED entries during forced gc by Roopa Prabhu · 7 years ago
  100. 7c09977 net: cxgb3: add error handling for sysfs_create_group by Zhouyang Jia · 7 years ago