1. 78c0963 Cifs: Fix kernel oops caused by deferred close for files. by Rohith Surabattula · 3 years, 8 months ago
  2. 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 8 months ago
  3. 5b2abda cifs: use echo_interval even when connection not ready. by Shyam Prasad N · 3 years, 8 months ago
  4. f491664 cifs: detect dead connections only when echoes are enabled. by Shyam Prasad N · 3 years, 8 months ago
  5. 7ba3d1c smb3.1.1: allow dumping keys for multiuser mounts by Steve French · 3 years, 8 months ago
  6. aa22ebc smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares by Steve French · 3 years, 8 months ago
  7. 087f757 cifs: add shutdown support by Steve French · 3 years, 8 months ago
  8. c3f207a cifs: Deferred close for files by Rohith Surabattula · 3 years, 9 months ago
  9. fee742b smb3.1.1: enable negotiating stronger encryption by default by Steve French · 3 years, 8 months ago
  10. a8a6082 cifs: update internal version number by Steve French · 3 years, 9 months ago
  11. b8d64f8 smb3: add rasize mount parameter to improve readahead performance by Steve French · 3 years, 8 months ago
  12. 423333b smb3: limit noisy error by Steve French · 3 years, 8 months ago
  13. 315db9a cifs: fix leak in cifs_smb3_do_mount() ctx by David Disseldorp · 3 years, 8 months ago
  14. ad7567b cifs: remove unnecessary copies of tcon->crfid.fid by Muhammad Usama Anjum · 3 years, 9 months ago
  15. 83728cb cifs: Return correct error code from smb2_get_enc_key by Paul Aurich · 3 years, 9 months ago
  16. a637f4a cifs: fix out-of-bound memory access when calling smb3_notify() at mount point by Eugene Korenevsky · 3 years, 9 months ago
  17. ccd48ec smb2: fix use-after-free in smb2_ioctl_query_info() by Aurelien Aptel · 3 years, 9 months ago
  18. 94b0595a cifs: export supported mount options via new mount_params /proc file by Aurelien Aptel · 3 years, 10 months ago
  19. 24feddd cifs: log mount errors using cifs_errorf() by Aurelien Aptel · 3 years, 10 months ago
  20. d9a8692 cifs: add fs_context param to parsing helpers by Aurelien Aptel · 3 years, 10 months ago
  21. 9d4ac8b cifs: make fs_context error logging wrapper by Aurelien Aptel · 3 years, 10 months ago
  22. 7fe6fe9 cifs: add FALLOC_FL_INSERT_RANGE support by Ronnie Sahlberg · 3 years, 9 months ago
  23. 5476b5d cifs: add support for FALLOC_FL_COLLAPSE_RANGE by Ronnie Sahlberg · 3 years, 9 months ago
  24. f6d2353 cifs: check the timestamp for the cached dirent when deciding on revalidate by Ronnie Sahlberg · 3 years, 10 months ago
  25. ed8561f cifs: pass the dentry instead of the inode down to the revalidation check functions by Ronnie Sahlberg · 3 years, 10 months ago
  26. ed20f54 cifs: add a timestamp to track when the lease of the cached dir was taken by Ronnie Sahlberg · 3 years, 10 months ago
  27. 6ef4e9c cifs: add a function to get a cached dir based on its dentry by Ronnie Sahlberg · 3 years, 10 months ago
  28. 5e9c89d cifs: Grab a reference for the dentry of the cached directory during the lifetime of the cache by Ronnie Sahlberg · 3 years, 10 months ago
  29. 269f67e cifs: store a pointer to the root dentry in cifs_sb_info once we have completed mounting the share by Ronnie Sahlberg · 3 years, 10 months ago
  30. 45c0f1a cifs: rename the *_shroot* functions to *_cached_dir* by Ronnie Sahlberg · 3 years, 10 months ago
  31. e6eb195 cifs: pass a path to open_shroot and check if it is the root or not by Ronnie Sahlberg · 3 years, 10 months ago
  32. 4df3d97 cifs: move the check for nohandlecache into open_shroot by Ronnie Sahlberg · 3 years, 10 months ago
  33. 991e72eb cifs: switch build_path_from_dentry() to using dentry_path_raw() by Al Viro · 3 years, 10 months ago
  34. f6a9bc3 cifs: allocate buffer in the caller of build_path_from_dentry() by Al Viro · 3 years, 10 months ago
  35. 8e33cf2 cifs: make build_path_from_dentry() return const char * by Al Viro · 3 years, 10 months ago
  36. f6f1f17 cifs: constify pathname arguments in a bunch of helpers by Al Viro · 3 years, 10 months ago
  37. 5586913 cifs: constify path argument of ->make_node() by Al Viro · 3 years, 10 months ago
  38. 9cfdb1c cifs: constify get_normalized_path() properly by Al Viro · 3 years, 10 months ago
  39. 8d76722 cifs: don't cargo-cult strndup() by Al Viro · 3 years, 10 months ago
  40. b9335f6 SMB3: update structures for new compression protocol definitions by Steve French · 3 years, 9 months ago
  41. ec4e486 cifs: remove old dead code by Aurelien Aptel · 3 years, 9 months ago
  42. 9f4c6ee cifs: cifspdu.h: Replace one-element array with flexible-array member by Gustavo A. R. Silva · 3 years, 9 months ago
  43. 5e14c72 fs: cifs: Remove repeated struct declaration by Wan Jiabing · 3 years, 9 months ago
  44. 443dd65 Documentation/admin-guide/cifs: document open_files and dfscache by Aurelien Aptel · 3 years, 9 months ago
  45. b7fd0fa cifs: simplify SWN code with dummy funcs instead of ifdefs by Aurelien Aptel · 3 years, 9 months ago
  46. bb9cad1 smb3: update protocol header definitions based to include new flags by Steve French · 3 years, 9 months ago
  47. edc9dd1 cifs: correct comments explaining internal semaphore usage in the module by Steve French · 3 years, 9 months ago
  48. 83cd9ed cifs: Remove useless variable by Jiapeng Chong · 3 years, 9 months ago
  49. c45adff cifs: Fix spelling of 'security' by jack1.li_cp · 3 years, 9 months ago
  50. 9f4ad9e4 Linux 5.12 by Linus Torvalds · 3 years, 8 months ago
  51. d2d09fb Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 8 months ago
  52. 24dfc39 Merge tag 'perf_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  53. 0146da0 Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  54. 682b26b Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  55. 11fac7a0 Merge tag 'x86_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  56. 2a1d794 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  57. 799bac5 Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock" by Linus Torvalds · 3 years, 8 months ago
  58. 8db5efb Merge tag 'pinctrl-v5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 8 months ago
  59. e77a830 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  60. 95838bd Merge tag 'block-5.12-2021-04-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  61. 1974c45 tools/cgroup/slabinfo.py: updated to work on current kernel by Vasily Averin · 3 years, 8 months ago
  62. ed98b01 mm/filemap: fix mapping_seek_hole_data on THP & 32-bit by Hugh Dickins · 3 years, 8 months ago
  63. 2d11e73 mm/filemap: fix find_lock_entries hang on 32-bit THP by Hugh Dickins · 3 years, 8 months ago
  64. 2896900 ovl: fix reference counting in ovl_mmap error path by Christian König · 3 years, 8 months ago
  65. 9da29c7 coda: fix reference counting in coda_file_mmap error path by Christian König · 3 years, 8 months ago
  66. 9c1a074 KVM: x86/xen: Take srcu lock when accessing kvm_memslots() by Wanpeng Li · 3 years, 8 months ago
  67. 6d1d45c Merge tag 'arm-fixes-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 8 months ago
  68. c6f8714 perf map: Fix error return code in maps__clone() by Zhen Lei · 3 years, 9 months ago
  69. 671b60c perf ftrace: Fix access to pid in array when setting a pid filter by Thomas Richter · 3 years, 8 months ago
  70. b14585d9 perf auxtrace: Fix potential NULL pointer dereference by Leo Yan · 3 years, 8 months ago
  71. 5bfc75d Merge tag 'drm-fixes-2021-04-23' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 8 months ago
  72. 22c4e5b Merge tag 'gpio-fixes-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
  73. a1768da Merge branch 'tegra/dt64' into arm/fixes by Arnd Bergmann · 3 years, 8 months ago
  74. aca3873 Merge tag 'drm-intel-fixes-2021-04-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 3 years, 8 months ago
  75. b4d1913 Merge tag 'amd-drm-fixes-5.12-2021-04-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years, 8 months ago
  76. 18a3c5f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 8 months ago
  77. be286f8 vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails by Eli Cohen · 3 years, 9 months ago
  78. a9d0645 vhost-vdpa: protect concurrent access to vhost device iotlb by Xie Yongji · 3 years, 9 months ago
  79. 450225a Merge tag 'sunxi-fixes-for-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes by Arnd Bergmann · 3 years, 8 months ago
  80. 90c911a Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpmdd by Linus Torvalds · 3 years, 8 months ago
  81. 4b2f1e5 perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[] by Jim Mattson · 3 years, 8 months ago
  82. 4d09ccc arm64: dts: allwinner: Revert SD card CD GPIO for Pine64-LTS by Andre Przywara · 3 years, 9 months ago
  83. 482715f pinctrl: core: Show pin numbers for the controllers with base = 0 by Andy Shevchenko · 3 years, 9 months ago
  84. 9d5171ea KEYS: trusted: Fix TPM reservation for seal/unseal by James Bottomley · 3 years, 8 months ago
  85. 16fc44d6 Merge tag 'mmc-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 3 years, 8 months ago
  86. 68e6582 block: return -EBUSY when there are open partitions in blkdev_reread_part by Christoph Hellwig · 3 years, 8 months ago
  87. 24d0345 drm/amdgpu: fix GCR_GENERAL_CNTL offset for dimgrey_cavefish by Jiansong Chen · 3 years, 8 months ago
  88. 9ebb6bc amd/display: allow non-linear multi-planar formats by Simon Ser · 3 years, 9 months ago
  89. 6d638b3 drm/amd/display: Update modifier list for gfx10_3 by Qingqing Zhuo · 3 years, 9 months ago
  90. d42a5b6 drm/amdgpu: reserve fence slot to update page table by Philip Yang · 3 years, 9 months ago
  91. ddd8d94 gpio: omap: Save and restore sysconfig by Tony Lindgren · 3 years, 9 months ago
  92. 9d48015 perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3 by Kan Liang · 3 years, 9 months ago
  93. 1fe5501 Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  94. db2e718 capabilities: require CAP_SETFCAP to map uid 0 by Serge E. Hallyn · 3 years, 8 months ago
  95. f221188 perf data: Fix error return code in perf_data__create_dir() by Zhen Lei · 3 years, 9 months ago
  96. 5849cdf x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access by Mike Galbraith · 3 years, 9 months ago
  97. 0e1e71d tracing: Fix checking event hash pointer logic when tp_printk is enabled by Steven Rostedt (VMware) · 3 years, 8 months ago
  98. 2d292995 Merge tag 'gvt-fixes-2021-04-20' of https://github.com/intel/gvt-linux into drm-intel-fixes by Rodrigo Vivi · 3 years, 8 months ago
  99. 7af0814 Revert "gcov: clang: fix clang-11+ build" by Linus Torvalds · 3 years, 8 months ago
  100. d2b9935 drm/i915: Fix modesetting in case of unexpected AUX timeouts by Imre Deak · 3 years, 9 months ago