1. a7a519a smb3: Add debug message for new file creation with idsfromsid mount option by Steve French · 4 years, 7 months ago
  2. a660339 cifs: fix chown and chgrp when idsfromsid mount option enabled by Steve French · 4 years, 7 months ago
  3. 975221e smb3: allow uid and gid owners to be set on create with idsfromsid mount option by Steve French · 4 years, 7 months ago
  4. e4bd7c4 smb311: Add tracepoints for new compound posix query info by Steve French · 4 years, 7 months ago
  5. d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 7 months ago
  6. 790434f smb311: Add support for lookup with posix extensions query info by Steve French · 4 years, 7 months ago
  7. b1bc187 smb311: Add support for SMB311 query info (non-compounded) by Steve French · 4 years, 7 months ago
  8. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 7 months ago
  9. ebf5744 smb3: add indatalen that can be a non-zero value to calculation of credit charge in smb2 ioctl by Namjae Jeon · 4 years, 7 months ago
  10. 7866c17 smb3: fix typo in mount options displayed in /proc/mounts by Steve French · 4 years, 7 months ago
  11. 0b0430c cifs: Add get_security_type_str function to return sec type. by Kenneth D'souza · 4 years, 7 months ago
  12. 5865985 smb3: extend fscache mount volume coherency check by Steve French · 4 years, 7 months ago
  13. 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  14. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  15. 331cc66 cifs: update internal module version number by Steve French · 4 years, 7 months ago
  16. 2f58967 cifs: multichannel: try to rebind when reconnecting a channel by Aurelien Aptel · 4 years, 8 months ago
  17. 8eec795 cifs: multichannel: use pointer for binding channel by Aurelien Aptel · 4 years, 8 months ago
  18. edb1613 smb3: remove static checker warning by Steve French · 4 years, 7 months ago
  19. 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 7 months ago
  20. 7c06514 cifs: multichannel: always zero struct cifs_io_parms by Aurelien Aptel · 4 years, 7 months ago
  21. 8e84a61 cifs: dump Security Type info in DebugData by Kenneth D'souza · 4 years, 7 months ago
  22. e80ddeb smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64K by Steve French · 4 years, 7 months ago
  23. 1ee0e6d smb3: default to minimum of two channels when multichannel specified by Steve French · 4 years, 7 months ago
  24. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  25. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 7 months ago
  26. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 7 months ago
  27. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  28. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
  29. 5f68ea4 cifs: multichannel: move channel selection in function by Aurelien Aptel · 4 years, 8 months ago
  30. bbbf9ea cifs: fix minor typos in comments and log messages by Steve French · 4 years, 7 months ago
  31. 3563a6f smb3: minor update to compression header definitions by Steve French · 4 years, 7 months ago
  32. adbb2da cifs: minor fix to two debug messages by Steve French · 4 years, 7 months ago
  33. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  34. 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 8 months ago
  35. b2ca6c2 cifs: move some variables off the stack in smb2_ioctl_query_info by Ronnie Sahlberg · 4 years, 8 months ago
  36. a7d5c29 cifs: reduce stack use in smb2_compound_op by Ronnie Sahlberg · 4 years, 8 months ago
  37. baf3f08 cifs: get rid of unused parameter in reconn_setup_dfs_targets() by Paulo Alcantara · 4 years, 8 months ago
  38. e4af35f cifs: handle hostnames that resolve to same ip in failover by Paulo Alcantara · 4 years, 8 months ago
  39. aaa3aef cifs: set up next DFS target before generic_ip_connect() by Paulo Alcantara · 4 years, 8 months ago
  40. 136a5dc cifs: remove redundant initialization of variable rc by Colin Ian King · 4 years, 7 months ago
  41. 8fd6e1d cifs: handle "nolease" option for vers=1.0 by Kenneth D'souza · 4 years, 8 months ago
  42. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  43. db10538 tcp: add tcp_sock_set_cork by Christoph Hellwig · 4 years, 7 months ago
  44. a481379 cifs: fix leaked reference on requeued write by Adam McCoy · 4 years, 8 months ago
  45. 9bd21d4 cifs: Fix null pointer check in cifs_read by Steve French · 4 years, 8 months ago
  46. 3dc58df CIFS: Spelling s/EACCESS/EACCES/ by Geert Uytterhoeven · 4 years, 8 months ago
  47. 0fe0781 cifs: fix uninitialised lease_key in open_shroot() by Paulo Alcantara · 4 years, 9 months ago
  48. 3786f4b cifs: ensure correct super block for DFS reconnect by Paulo Alcantara · 4 years, 9 months ago
  49. 65303de cifs: do not share tcons with DFS by Paulo Alcantara · 4 years, 9 months ago
  50. d92c7ce cifs: minor update to comments around the cifs_tcp_ses_lock mutex by Steve French · 4 years, 8 months ago
  51. fada37f cifs: protect updating server->dstaddr with a spinlock by Ronnie Sahlberg · 4 years, 9 months ago
  52. 9692ea9 smb3: remove overly noisy debug line in signing errors by Steve French · 4 years, 9 months ago
  53. 1f641d9 cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+ by Jones Syue · 4 years, 9 months ago
  54. f560cda cifs: dump the session id and keys also for SMB2 sessions by Ronnie Sahlberg · 4 years, 9 months ago
  55. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 4 years, 9 months ago
  56. 1dc94b7 smb3: change noisy error message to FYI by Steve French · 4 years, 9 months ago
  57. 2bcb4fd smb3: smbdirect support can be configured by default by Steve French · 4 years, 9 months ago
  58. 044b541 cifs: smbd: Do not schedule work to send immediate packet on every receive by Long Li · 4 years, 9 months ago
  59. f1b7b86 cifs: smbd: Properly process errors on ib_post_send by Long Li · 4 years, 9 months ago
  60. eda1c54 cifs: Allocate crypto structures on the fly for calculating signatures of incoming packets by Long Li · 4 years, 9 months ago
  61. d4e5160 cifs: smbd: Update receive credits before sending and deal with credits roll back on failure before sending by Long Li · 4 years, 9 months ago
  62. 3ffbe78 cifs: smbd: Check send queue size before posting a send by Long Li · 4 years, 9 months ago
  63. 072a14e cifs: smbd: Merge code to track pending packets by Long Li · 4 years, 9 months ago
  64. e79b033 cifs: ignore cached share root handle closing errors by Aurelien Aptel · 4 years, 9 months ago
  65. f460c50 cifs: update internal module version number by Steve French · 4 years, 9 months ago
  66. 3946d0d cifs: Allocate encryption header through kmalloc by Long Li · 4 years, 9 months ago
  67. 4ebb879 cifs: smbd: Check and extend sender credits in interrupt context by Long Li · 4 years, 9 months ago
  68. f7950cb cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect send/receive by Long Li · 4 years, 9 months ago
  69. edad734 smb3: use SMB2_SIGNATURE_SIZE define by Steve French · 4 years, 9 months ago
  70. 97adda8 CIFS: Fix bug which the return value by asynchronous read is error by Yilu Lin · 4 years, 10 months ago
  71. ef4a632 CIFS: check new file size when extending file by fallocate by Murphy Zhou · 4 years, 10 months ago
  72. 8895c66 SMB3: Minor cleanup of protocol definitions by Steve French · 4 years, 10 months ago
  73. 8f23343 SMB3: Additional compression structures by Steve French · 4 years, 10 months ago
  74. 2fe4f62 SMB3: Add new compression flags by Steve French · 4 years, 10 months ago
  75. cff2def cifs: smb2pdu.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  76. dc92027 cifs: clear PF_MEMALLOC before exiting demultiplex thread by Eric Biggers · 4 years, 10 months ago
  77. 266b9fe cifs: cifspdu.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  78. ba55344 CIFS: Warn less noisily on default mount by Steve French · 4 years, 10 months ago
  79. f2d6793 fs/cifs: fix gcc warning in sid_to_id by Qiujun Huang · 4 years, 10 months ago
  80. 0667059 cifs: allow unlock flock and OFD lock across fork by Murphy Zhou · 4 years, 11 months ago
  81. c7e9f78 cifs: do d_move in rename by Steve French · 4 years, 10 months ago
  82. 69dda30 cifs: add SMB2_open() arg to return POSIX data by Aurelien Aptel · 4 years, 10 months ago
  83. 3d519bd cifs: plumb smb2 POSIX dir enumeration by Aurelien Aptel · 5 years ago
  84. 349e13a cifs: add smb2 POSIX info level by Aurelien Aptel · 5 years ago
  85. 2e8af97 cifs: rename posix create rsp by Aurelien Aptel · 5 years ago
  86. 8fe0c2c cifs: print warning mounting with vers=1.0 by Steve French · 4 years, 10 months ago
  87. cf5371a smb3: fix performance regression with setting mtime by Steve French · 4 years, 10 months ago
  88. 864138c cifs: make use of cap_unix(ses) in cifs_reconnect_tcon() by Stefan Metzmacher · 4 years, 10 months ago
  89. b08484d cifs: use mod_delayed_work() for &server->reconnect if already queued by Stefan Metzmacher · 4 years, 10 months ago
  90. e2e8751 cifs: call wake_up(&server->response_q) inside of cifs_reconnect() by Stefan Metzmacher · 4 years, 10 months ago
  91. bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 4 years, 11 months ago
  92. ffdec8d cifs: do not ignore the SYNC flags in getattr by Steve French · 4 years, 11 months ago
  93. cd60773 Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 10 months ago
  94. dcf23ac locks: reinstate locks_delete_block optimization by Linus Torvalds · 4 years, 10 months ago
  95. 979a266 CIFS: fiemap: do not return EINVAL if get nothing by Murphy Zhou · 4 years, 10 months ago
  96. 1be1fa4 CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir_first by Shyam Prasad N · 4 years, 10 months ago
  97. 3994688 cifs: potential unintitliazed error code in cifs_getattr() by Dan Carpenter · 4 years, 10 months ago
  98. 807f030 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
  99. d9a9f48 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 10 months ago
  100. fb4b5f1 cifs: Use #define in cifs_dbg by Joe Perches · 4 years, 11 months ago