1. 26a2787 ksmbd: Use the SMB3_Create definitions from the shared by Ronnie Sahlberg · 3 years, 2 months ago
  2. f7db8fd ksmbd: add validation in smb2_ioctl by Namjae Jeon · 3 years, 3 months ago
  3. 265fd19 ksmbd: use LOOKUP_BENEATH to prevent the out of share access by Hyunchul Lee · 3 years, 4 months ago
  4. 4ea4779 ksmbd: remove follow symlinks support by Namjae Jeon · 3 years, 4 months ago
  5. 0e844ef ksmbd: fix translation in acl entries by Christian Brauner · 3 years, 5 months ago
  6. da1e7ad ksmbd: fix lookup on idmapped mounts by Christian Brauner · 3 years, 5 months ago
  7. 777cad1 ksmbd: remove select FS_POSIX_ACL in Kconfig by Namjae Jeon · 3 years, 5 months ago
  8. 78ad2c2 ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr() by Namjae Jeon · 3 years, 6 months ago
  9. 45a64e8 ksmbd: uninterruptible wait for a file being unlocked by Hyunchul Lee · 3 years, 6 months ago
  10. 07781de ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name() by Dan Carpenter · 3 years, 6 months ago
  11. 465d720 ksmbd: call mnt_user_ns once in a function by Hyunchul Lee · 3 years, 7 months ago
  12. af34983 ksmbd: add user namespace support by Hyunchul Lee · 3 years, 7 months ago
  13. 12202c0 ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentry by Namjae Jeon · 3 years, 7 months ago
  14. ab0b263 ksmbd: opencode to remove FP_INODE macro by Namjae Jeon · 3 years, 7 months ago
  15. 493fa2f ksmbd: fix dentry racy with rename() by Namjae Jeon · 3 years, 7 months ago
  16. 6c5e36d ksmbd: set MAY_* flags together with open flags by Hyunchul Lee · 3 years, 7 months ago
  17. 333111a ksmbd: factor out a ksmbd_vfs_lock_parent helper by Hyunchul Lee · 3 years, 7 months ago
  18. 1a93084 ksmbd: move fs/cifsd to fs/ksmbd by Namjae Jeon · 3 years, 7 months ago[Renamed from fs/cifsd/vfs.c]
  19. 131bac1 ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATION by Namjae Jeon · 3 years, 7 months ago
  20. ee81cae ksmbd: use f_bsize instead of q->limits.logical_block_size by Namjae Jeon · 3 years, 7 months ago
  21. 67d1c43 ksmbd: opencode posix acl functions instead of wrappers by Namjae Jeon · 3 years, 7 months ago
  22. 4b637fc ksmbd: factor out a ksmbd_validate_entry_in_use helper from __ksmbd_vfs_rename by Namjae Jeon · 3 years, 7 months ago
  23. e8c0619 ksmbd: opencode to avoid trivial wrappers by Namjae Jeon · 3 years, 7 months ago
  24. bde1694 ksmbd: remove ksmbd_err/info by Namjae Jeon · 3 years, 7 months ago
  25. f852477 ksmbd: remove ksmbd_vfs_copy_file_range by Namjae Jeon · 3 years, 7 months ago
  26. afa8f01 ksmbd: initialize variables on the declaration by Namjae Jeon · 3 years, 7 months ago
  27. c30f4eb ksmbd: remove cache read/trans buffer support by Namjae Jeon · 3 years, 7 months ago
  28. 2ae1a6c cifsd: fix potential read overflow in ksmbd_vfs_stream_read() by Namjae Jeon · 3 years, 8 months ago
  29. fd6de09 cifsd: check return value of ksmbd_vfs_getcasexattr() correctly by Yang Yingliang · 3 years, 8 months ago
  30. 673b9ba cifsd: fix memleak in ksmbd_vfs_stream_read() by Yang Yingliang · 3 years, 8 months ago
  31. 113ef68 cifsd: fix memleak in ksmbd_vfs_stream_write() by Yang Yingliang · 3 years, 8 months ago
  32. d7e5852 cifsd: make alignment match open parenthesis by Hyunchul Lee · 3 years, 8 months ago
  33. a6a5fa7 cifsd: lookup a file with LOOKUP_FOLLOW only if 'follow symlinks = yes' by Hyunchul Lee · 3 years, 8 months ago
  34. 070fb21 cifsd: Alignment should match open parenthesis by Namjae Jeon · 3 years, 8 months ago
  35. a2d6321 cifsd: braces {} should be used on all arms of this statement by Namjae Jeon · 3 years, 8 months ago
  36. eb81736 cifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE by Namjae Jeon · 3 years, 8 months ago
  37. fba08fa cifsd: use d_inode() by Namjae Jeon · 3 years, 9 months ago
  38. 5626518 cifsd: move nt time functions to misc.c by Namjae Jeon · 3 years, 9 months ago
  39. 3c20378 cifsd: re-implement ksmbd_vfs_kern_path by Hyunchul Lee · 3 years, 9 months ago
  40. 7c3d3e9 cifsd: get parent dentry from child in ksmbd_vfs_remove_file() by Namjae Jeon · 3 years, 9 months ago
  41. ff1d572 cifsd: add the check if parent is stable by unexpected rename by Namjae Jeon · 3 years, 9 months ago
  42. 1920bb1 cifsd: remove unused including <linux/version.h> by Tian Tao · 3 years, 9 months ago
  43. 79f6b11 cifsd: remove wrappers of kvmalloc/kvfree by Namjae Jeon · 3 years, 10 months ago
  44. 8044ee8 cifsd: remove useless error handling in ksmbd_vfs_read by Hyunchul Lee · 3 years, 10 months ago
  45. d2f72ed cifsd: use file_inode() instead of d_inode() by Hyunchul Lee · 3 years, 10 months ago
  46. 1637023 cifsd: handle unhashed dentry in ksmbd_vfs_mkdir by Hyunchul Lee · 3 years, 10 months ago
  47. 96a3437 cifsd: remove calling d_path in error paths by Hyunchul Lee · 3 years, 10 months ago
  48. d710f37 cifsd: remove smack inherit leftovers by Namjae Jeon · 3 years, 10 months ago
  49. a648d8a cifsd: merge time_wrappers.h into smb_common.h by Namjae Jeon · 3 years, 10 months ago
  50. 64b39f4 cifsd: clean-up codes using chechpatch.pl --strict by Namjae Jeon · 3 years, 10 months ago
  51. 7cb82de cifsd: fix error return code in ksmbd_vfs_remove_file() by Namjae Jeon · 3 years, 10 months ago
  52. c36fca8 cifsd: add the check to work file lock and rename behaviors like Windows unless POSIX extensions are negotiated by Namjae Jeon · 3 years, 10 months ago
  53. e506649 cifsd: remove unneeded macros by Namjae Jeon · 3 years, 10 months ago
  54. 3161ad3 cifsd: remove redundant assignment to variable err by Colin Ian King · 3 years, 10 months ago
  55. f441584 cifsd: add file operations by Namjae Jeon · 3 years, 10 months ago