Age | Commit message (Expand) | Author |
2023-02-20 | cifs: get rid of dns resolve worker | Paulo Alcantara |
2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-20 | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt... | Linus Torvalds |
2023-02-20 | cifs: Fix warning and UAF when destroy the MR list | Zhang Xiaoxu |
2023-02-20 | cifs: Fix lost destroy smbd connection when MR allocate failed | Zhang Xiaoxu |
2023-02-20 | cifs: return a single-use cfid if we did not get a lease | Ronnie Sahlberg |
2023-02-20 | cifs: Check the lease context if we actually got a lease | Ronnie Sahlberg |
2023-02-20 | cifs: Replace remaining 1-element arrays | Kees Cook |
2023-02-20 | cifs: Convert struct fealist away from 1-element array | Kees Cook |
2023-02-20 | cifs: fix mount on old smb servers | Paulo Alcantara |
2023-02-20 | cifs: Fix uninitialized memory reads for oparms.mode | Volker Lendecke |
2023-02-20 | cifs: remove unneeded 2bytes of padding from smb2 tree connect | Namjae Jeon |
2023-02-20 | cifs: Use a folio in cifs_page_mkwrite() | Matthew Wilcox (Oracle) |
2023-02-20 | cifs: Fix uninitialized memory read in smb3_qfs_tcon() | Volker Lendecke |
2023-02-20 | cifs: don't try to use rdma offload on encrypted connections | Stefan Metzmacher |
2023-02-20 | cifs: split out smb3_use_rdma_offload() helper | Stefan Metzmacher |
2023-02-20 | cifs: introduce cifs_io_parms in smb2_async_writev() | Stefan Metzmacher |
2023-02-20 | cifs: get rid of unneeded conditional in cifs_get_num_sgs() | Paulo Alcantara |
2023-02-20 | cifs: prevent data race in smb2_reconnect() | Paulo Alcantara |
2023-02-20 | cifs: fix indentation in make menuconfig options | Steve French |
2023-02-20 | cifs: update Kconfig description | Steve French |
2023-02-20 | cifs: Get rid of unneeded conditional in the smb2_get_aead_req() | Andy Shevchenko |
2023-02-20 | cifs: print last update time for interface list | Shyam Prasad N |
2023-02-20 | cifs: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva |
2023-02-20 | cifs: Use kstrtobool() instead of strtobool() | Christophe JAILLET |
2023-02-06 | cifs: Fix use-after-free in rdata->read_into_pages() | ZhaoLong Wang |
2023-02-03 | cifs: use bvec_set_page to initialize bvecs | Christoph Hellwig |
2023-02-02 | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) |
2023-02-02 | cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag() | Vishal Moola (Oracle) |
2023-01-25 | cifs: Fix oops due to uncleared server->smbd_conn in reconnect | David Howells |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->get_acl() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2023-01-18 | cifs: remove unused function | Paulo Alcantara |
2023-01-18 | cifs: do not include page data when checking signature | Enzo Matsumiya |
2023-01-18 | cifs: fix return of uninitialized rc in dfs_cache_update_tgthint() | Paulo Alcantara |
2023-01-18 | cifs: handle cache lookup errors different than -ENOENT | Paulo Alcantara |
2023-01-18 | cifs: remove duplicate code in __refresh_tcon() | Paulo Alcantara |
2023-01-18 | cifs: don't take exclusive lock for updating target hints | Paulo Alcantara |
2023-01-18 | cifs: avoid re-lookups in dfs_cache_find() | Paulo Alcantara |
2023-01-18 | cifs: fix potential deadlock in cache_refresh_path() | Paulo Alcantara |