1. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 6 months ago
  2. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  3. 31070f6 fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS by Chirantan Ekbote · 4 years, 6 months ago
  4. 7779b04 fuse: don't ignore errors from fuse_writepages_fill() by Vasily Averin · 4 years, 7 months ago
  5. 6ddf3af fuse: clean up condition for writepage sending by Miklos Szeredi · 4 years, 6 months ago
  6. c146024 fuse: fix warning in tree_insert() and clean up writepage insertion by Miklos Szeredi · 4 years, 6 months ago
  7. 69a6487 fuse: move rb_erase() before tree_insert() by Miklos Szeredi · 4 years, 6 months ago
  8. 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 7 months ago
  9. 76a0294 fuse: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  10. 9b46418 fuse: copy_file_range should truncate cache by Miklos Szeredi · 4 years, 8 months ago
  11. 2c4656d fuse: fix copy_file_range cache issues by Miklos Szeredi · 4 years, 8 months ago
  12. 6b2fb79 fuse: optimize writepages search by Maxim Patlasov · 5 years ago
  13. 614c026 fuse: always flush dirty data on close(2) by Miklos Szeredi · 4 years, 8 months ago
  14. cf576c5 fuse: invalidate inode attr in writeback cache mode by Eryu Guan · 4 years, 8 months ago
  15. bb737bb virtiofs: schedule blocking async replies in separate worker by Vivek Goyal · 4 years, 9 months ago
  16. cabdb4f fuse: use true,false for bool variable by zhengbin · 5 years ago
  17. 2f13982 fuse: don't overflow LLONG_MAX with end offset by Miklos Szeredi · 5 years ago
  18. f658ade fix up iter on short count in fuse_direct_io() by Miklos Szeredi · 5 years ago
  19. 7df1e98 fuse: fix fuse_send_readpages() in the syncronous read case by Miklos Szeredi · 5 years ago
  20. f1ebdef fuse: fix leak of fuse_io_priv by Miklos Szeredi · 5 years ago
  21. 8aab336 fuse: verify write return by Miklos Szeredi · 5 years ago
  22. 091d1a7 fuse: redundant get_fuse_inode() calls in fuse_writepages_fill() by Vasily Averin · 5 years ago
  23. e464830 fuse: truncate pending writes on O_TRUNC by Miklos Szeredi · 5 years ago
  24. dc69e98 fuse: kmemcg account fs data by Khazhismel Kumykov · 5 years ago
  25. d5880c7 fuse: fix missing unlock_page in fuse_writepage() by Vasily Averin · 5 years ago
  26. 7213394 fuse: simplify request allocation by Miklos Szeredi · 5 years ago
  27. 4cb5486 fuse: convert release to simple api by Miklos Szeredi · 5 years ago
  28. 33826eb fuse: convert writepages to simple api by Miklos Szeredi · 5 years ago
  29. 43f5098 fuse: convert readdir to simple api by Miklos Szeredi · 5 years ago
  30. 134831e fuse: convert readpages to simple api by Miklos Szeredi · 5 years ago
  31. 45ac96e fuse: convert direct_io to simple api by Miklos Szeredi · 5 years ago
  32. 338f2e3 fuse: convert sync write to simple api by Miklos Szeredi · 5 years ago
  33. 00793ca fuse: covert readpage to simple api by Miklos Szeredi · 5 years ago
  34. a0d45d8 fuse: fuse_short_read(): don't take fuse_req as argument by Miklos Szeredi · 5 years ago
  35. 093f38a fuse: convert ioctl to simple api by Miklos Szeredi · 5 years ago
  36. 4c4f03f fuse: move page alloc by Miklos Szeredi · 5 years ago
  37. 1ccd1ea fuse: convert destroy to simple api by Miklos Szeredi · 5 years ago
  38. c500eba fuse: convert flush to simple api by Miklos Szeredi · 5 years ago
  39. 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
  40. d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
  41. 17b2cbe fuse: cleanup fuse_wait_on_page_writeback by Maxim Patlasov · 6 years ago
  42. fe0da9c fuse: copy_file_range needs to strip setuid bits and update timestamps by Amir Goldstein · 6 years ago
  43. 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
  44. 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
  45. 26eb3ba fuse: extract helper for range writeback by Miklos Szeredi · 6 years ago
  46. a2bc923 fuse: fix copy_file_range() in the writeback case by Miklos Szeredi · 6 years ago
  47. 4a2abf9 fuse: add FUSE_WRITE_KILL_PRIV by Miklos Szeredi · 6 years ago
  48. 35d6fcb fuse: fallocate: fix return with locked inode by Miklos Szeredi · 6 years ago
  49. 6407f44 fuse: Add ioctl flag for x32 compat ioctl by Ian Abbott · 6 years ago
  50. 154603f fuse: document fuse_fsync_in.fsync_flags by Alan Somers · 6 years ago
  51. bbd84f3 fuse: Add FOPEN_STREAM to use stream_open() by Kirill Smelkov · 6 years ago
  52. 0cbade0 fuse: honor RLIMIT_FSIZE in fuse_file_fallocate by Liu Bo · 6 years ago
  53. 9de5be0 fuse: fix writepages on 32bit by Miklos Szeredi · 6 years ago
  54. fabf7e0 fuse: cache readdir calls if filesystem opts out of opendir by Chad Austin · 6 years ago
  55. d9a9ea9 fuse: support clients that don't implement 'opendir' by Chad Austin · 6 years ago
  56. 2f7b6f5 fuse: lift bad inode checks into callers by Miklos Szeredi · 6 years ago
  57. 55752a3a fuse: multiplex cached/direct_io file operations by Miklos Szeredi · 6 years ago
  58. d4136d6 fuse add copy_file_range to direct io fops by Miklos Szeredi · 6 years ago
  59. 3c3db09 fuse: use iov_iter based generic splice helpers by Miklos Szeredi · 6 years ago
  60. 23c94e1 fuse: Switch to using async direct IO for FOPEN_DIRECT_IO by Martin Raiber · 6 years ago
  61. 75126f5 fuse: use atomic64_t for khctr by Miklos Szeredi · 6 years ago
  62. f15ecfe fuse: Introduce fi->lock to protect write related fields by Kirill Tkhai · 6 years ago
  63. 4510d86 fuse: Convert fc->attr_version into atomic64_t by Kirill Tkhai · 6 years ago
  64. ebf84d0 fuse: Add fuse_inode argument to fuse_prepare_release() by Kirill Tkhai · 6 years ago
  65. c5de16cc fuse: Replace page without copying in fuse_writepage_in_flight() by Kirill Tkhai · 6 years ago
  66. e2653bd fuse: fix leaked aux requests by Miklos Szeredi · 6 years ago
  67. 419234d fuse: only reuse auxiliary request in fuse_writepage_in_flight() by Miklos Szeredi · 6 years ago
  68. 7f305ca fuse: clean up fuse_writepage_in_flight() by Miklos Szeredi · 6 years ago
  69. 2fe93bd fuse: extract fuse_find_writeback() helper by Miklos Szeredi · 6 years ago
  70. a2ebba8 fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 6 years ago
  71. 2e64ff1 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS by Chad Austin · 6 years ago
  72. a9c2d1e fuse: fix fsync on directory by Miklos Szeredi · 6 years ago
  73. ebacb81 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  74. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  75. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  76. 9a2eb24 fuse: only invalidate atime in direct read by Miklos Szeredi · 6 years ago
  77. e52a825 fuse: realloc page array by Miklos Szeredi · 6 years ago
  78. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  79. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  80. 5d7bc7e fuse: allow using readdir cache by Miklos Szeredi · 6 years ago
  81. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  82. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  83. 88bc7d5 fuse: add support for copy_file_range() by Niels de Vos · 6 years ago
  84. ad1d697 Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  85. 46fb504 fs: fuse: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  86. 109728c fuse: Add missed unlock_page() to fuse_readpages_fill() by Kirill Tkhai · 7 years ago
  87. 7a36094 pids: Compute task_tgid using signal->leader_pid by Eric W. Biederman · 7 years ago
  88. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  89. c71d227 make kernel-side POLL... arch-independent by Al Viro · 7 years ago
  90. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  91. e7989f9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  92. 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
  93. e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
  94. 5d6d3a3 fuse: allow server to run in different pid_ns by Miklos Szeredi · 7 years ago
  95. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  96. 066dea8 Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  97. 9183976 fuse: set mapping error in writepage_locked when it fails by Jeff Layton · 8 years ago
  98. 61c12b4 fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio by Ashish Samant · 8 years ago
  99. 7e51fe1 fuse: convert to errseq_t based error tracking for fsync by Jeff Layton · 8 years ago
  100. 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 8 years ago