- 332019e Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 7 months ago
- 7eb59a9 cifs: Do not access tcon->cfids->cfid directly from is_path_accessible by Ronnie Sahlberg · 2 years, 7 months ago
- a63ec83 cifs: Add constructor/destructors for tcon->cfid by Ronnie Sahlberg · 2 years, 7 months ago
- 9e31678 SMB3: fix lease break timeout when multiple deferred close handles for the same file. by Bharath SM · 2 years, 7 months ago
- 5efdd91 smb3: allow deferred close timeout to be configurable by Steve French · 2 years, 7 months ago
- dcb45fd cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dir by Ronnie Sahlberg · 2 years, 7 months ago
- 05b98fd cifs: Move cached-dir functions into a separate file by Ronnie Sahlberg · 2 years, 7 months ago
- cd04345 cifs: Remove {cifs,nfs}_fscache_release_page() by David Howells · 2 years, 7 months ago
- 773891f cifs: fix lock length calculation by Paulo Alcantara · 2 years, 7 months ago
- f30adc0 Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 7 months ago
- 1ef255e iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() by Al Viro · 2 years, 9 months ago
- fcb14cb new iov_iter flavour - ITER_UBUF by Al Viro · 2 years, 10 months ago
- 0d168a5 cifs: update internal module number by Steve French · 2 years, 7 months ago
- ea75a78 cifs: alloc_mid function should be marked as static by Steve French · 2 years, 7 months ago
- f5fd3f28 cifs: remove "cifs_" prefix from init/destroy mids functions by Enzo Matsumiya · 2 years, 7 months ago
- 70f08f9 cifs: remove useless DeleteMidQEntry() by Enzo Matsumiya · 2 years, 7 months ago
- fb157ed cifs: when insecure legacy is disabled shrink amount of SMB1 code by Steve French · 2 years, 7 months ago
- 97b82c0 cifs: trivial style fixup by Steve French · 2 years, 7 months ago
- aea02fc cifs: fix wrong unlock before return from cifs_tree_connect() by Yang Yingliang · 2 years, 7 months ago
- d7d7a66 cifs: avoid use of global locks for high contention data by Shyam Prasad N · 2 years, 7 months ago
- 1bfa25e cifs: remove remaining build warnings by Steve French · 2 years, 8 months ago
- 9543c8a cifs: list_for_each() -> list_for_each_entry() by Enzo Matsumiya · 2 years, 8 months ago
- da38478 smb2: small refactor in smb2_check_message() by Enzo Matsumiya · 2 years, 8 months ago
- c6f62f8 cifs: Fix memory leak when using fscache by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 89e42f4 cifs: remove minor build warning by Steve French · 2 years, 8 months ago
- c2c17dd cifs: remove some camelCase and also some static build warnings by Steve French · 2 years, 8 months ago
- 0827f71 cifs: remove unnecessary (void*) conversions. by Yu Zhe · 2 years, 9 months ago
- 0f46608 cifs: remove unnecessary type castings by Yu Zhe · 2 years, 8 months ago
- 4da2cd0 cifs: remove redundant initialization to variable mnt_sign_enabled by Colin Ian King · 2 years, 8 months ago
- 5fa2cff smb3: check xattr value length earlier by Steve French · 2 years, 8 months ago
- 32f3191 smb3: workaround negprot bug in some Samba servers by Steve French · 2 years, 8 months ago
- 2883f4b cifs: remove unnecessary locking of chan_lock while freeing session by Shyam Prasad N · 2 years, 8 months ago
- 50bd7d5 cifs: fix race condition with delayed threads by Shyam Prasad N · 2 years, 8 months ago
- af3a6d1 cifs: update cifs_ses::ip_addr after failover by Paulo Alcantara · 2 years, 9 months ago
- 8da33fd cifs: avoid deadlocks while updating iface by Shyam Prasad N · 2 years, 9 months ago
- 6e1c1c0 cifs: periodically query network interfaces from server by Shyam Prasad N · 2 years, 9 months ago
- b54034a cifs: during reconnect, update interface if necessary by Shyam Prasad N · 3 years, 2 months ago
- aa45dad cifs: change iface_list from array to sorted linked list by Shyam Prasad N · 3 years, 2 months ago
- 9de7499 smb3: use netname when available on secondary channels by Shyam Prasad N · 2 years, 9 months ago
- 73130a7 smb3: fix empty netname context on secondary channels by Steve French · 2 years, 9 months ago
- 5d24968 cifs: when a channel is not found for server, log its connection id by Shyam Prasad N · 2 years, 9 months ago
- 7c05eae smb3: add trace point for SMB2_set_eof by Steve French · 2 years, 9 months ago
- 2275c6b Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 9 months ago
- 4c14d704 cifs: populate empty hostnames for extra channels by Shyam Prasad N · 2 years, 9 months ago
- e81fb41 netfs: Further cleanups after struct netfs_inode wrapper introduced by Linus Torvalds · 2 years, 9 months ago
- 874c8ca1 netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context by David Howells · 2 years, 9 months ago
- 8ea2182 cifs: return errors during session setup during reconnects by Shyam Prasad N · 2 years, 9 months ago
- c36ee7d cifs: fix reconnect on smb3 mount types by Paulo Alcantara · 2 years, 9 months ago
- ee3c801 cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_share by Steve French · 2 years, 9 months ago
- ef605e8 cifs: skip trailing separators of prefix paths by Paulo Alcantara · 2 years, 9 months ago
- 096c956 cifs: update internal module number by Steve French · 2 years, 9 months ago
- 7ef93ff cifs: version operations for smb20 unneeded when legacy support disabled by Steve French · 2 years, 9 months ago
- 387ba9b cifs: do not build smb1ops if legacy support is disabled by Steve French · 2 years, 9 months ago
- cc391b6 cifs: fix potential deadlock in direct reclaim by Vincent Whitchurch · 2 years, 9 months ago
- f66f8b9 cifs: when extending a file with falloc we should make files not-sparse by Ronnie Sahlberg · 2 years, 9 months ago
- 0d5106a cifs: remove repeated debug message on cifs_put_smb_ses() by Enzo Matsumiya · 2 years, 9 months ago
- 8378a51 cifs: fix potential double free during failed mount by Ronnie Sahlberg · 2 years, 9 months ago
- bf272460 Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 9 months ago
- 44a48081f smb3: remove unneeded null check in cifs_readdir by Steve French · 2 years, 10 months ago
- 780d8ce Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 2 years, 10 months ago
- 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 10 months ago
- de3a9e9 cifs: fix ntlmssp on old servers by Paulo Alcantara · 2 years, 10 months ago
- d87c48c cifs: cache the dirents for entries in a cached directory by Ronnie Sahlberg · 2 years, 10 months ago
- 5752bf6 cifs: avoid parallel session setups on same channel by Shyam Prasad N · 2 years, 11 months ago
- dd3cd87 cifs: use new enum for ses_status by Shyam Prasad N · 3 years ago
- 1a6a41d cifs: do not use tcpStatus after negotiate completes by Shyam Prasad N · 3 years ago
- a6f844d Merge tag 'v5.18' into rdma.git for-next by Jason Gunthorpe · 2 years, 10 months ago
- 5283225 smb3: add mount parm nosparse by Steve French · 2 years, 10 months ago
- 9ccfc23 smb3: don't set rc when used and unneeded in query_info_compound by Steve French · 2 years, 10 months ago
- bbdf6cf smb3: check for null tcon by Steve French · 2 years, 10 months ago
- 93ed91c cifs: fix minor compile warning by Steve French · 2 years, 10 months ago
- a42078b Add various fsctl structs by Steve French · 2 years, 10 months ago
- 35a2b53 smb3: add trace point for oplock not found by Steve French · 2 years, 10 months ago
- 2b058ac cifs: return the more nuanced writeback error on close() by ChenXiaoSong · 2 years, 10 months ago
- fb253d5 smb3: add trace point for lease not found issue by Steve French · 2 years, 10 months ago
- fb64f7f cifs: smbd: fix typo in comment by Julia Lawall · 2 years, 10 months ago
- c9fc5ca cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir() by Ronnie Sahlberg · 2 years, 10 months ago
- 198bf83 cifs: check for smb1 in open_cached_dir() by Ronnie Sahlberg · 2 years, 10 months ago
- f695b28 cifs: move definition of cifs_fattr earlier in cifsglob.h by Ronnie Sahlberg · 2 years, 10 months ago
- 71081e7 cifs: print TIDs as hex by Enzo Matsumiya · 2 years, 10 months ago
- 337b8b0 cifs: return ENOENT for DFS lookup_cache_entry() by Enzo Matsumiya · 2 years, 10 months ago
- 421ef3d cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set by Enzo Matsumiya · 2 years, 10 months ago
- d80c698 cifs: fix signed integer overflow when fl_end is OFFSET_MAX by Paulo Alcantara · 2 years, 10 months ago
- 0a55cf7 SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op by Steve French · 2 years, 10 months ago
- eef15ea cifs: Convert to release_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- e1209d3 mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space by NeilBrown · 2 years, 10 months ago
- 4b60c0f mm: move responsibility for setting SWP_FS_OPS to ->swap_activate by NeilBrown · 2 years, 10 months ago
- ce3bb0d cifs: Convert cifs to read_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years ago
- b7446e7 fs: Remove aop flags parameter from grab_cache_page_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
- f5d0f92 cifs: destage any unwritten data to the server before calling copychunk_write by Ronnie Sahlberg · 2 years, 11 months ago
- cd70a3e cifs: use correct lock type in cifs_reconnect() by Paulo Alcantara · 2 years, 11 months ago
- 41f1008 cifs: fix NULL ptr dereference in refresh_mounts() by Paulo Alcantara · 2 years, 11 months ago
- 9339faac cifs: Use kzalloc instead of kmalloc/memset by Haowen Bai · 2 years, 11 months ago
- 8b6c584 cifs: verify that tcon is valid before dereference in cifs_kill_sb by Ronnie Sahlberg · 2 years, 11 months ago
- 64c4a37 cifs: potential buffer overflow in handling symlinks by Harshit Mogalapalli · 2 years, 11 months ago
- 1ddff77 cifs: Split the smb3_add_credits tracepoint by David Howells · 3 years ago
- d788e51 cifs: release cached dentries only if mount is complete by Shyam Prasad N · 3 years ago
- 994fd53 cifs: Check the IOCB_DIRECT flag, not O_DIRECT by David Howells · 3 years ago
- e945c65 RDMA: Split kernel-only global device caps from uverbs device caps by Jason Gunthorpe · 3 years ago