summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-02-2621-377/+843
|\
| * cifs: update internal version numberSteve French2021-02-251-1/+1
| * cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells2021-02-253-3/+22
| * cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2021-02-252-17/+51
| * cifs: check all path components in resolved dfs targetPaulo Alcantara2021-02-251-60/+33
| * cifs: fix DFS failoverPaulo Alcantara2021-02-251-64/+59
| * cifs: fix nodfs mount optionPaulo Alcantara2021-02-251-4/+4
| * cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg2021-02-251-13/+30
| * cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-255-13/+37
| * cifs: convert revalidate of directories to using directory metadata cache tim...Steve French2021-02-251-6/+17
| * cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French2021-02-254-2/+16
| * cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N2021-02-241-2/+2
| * cifs: minor simplification to smb2_is_network_name_deletedSteve French2021-02-231-14/+15
| * TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-233-0/+47
| * cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French2021-02-221-3/+3
| * cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N2021-02-221-47/+92
| * cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N2021-02-221-47/+223
| * cifs: Fix cifsacl ACE mask for group and others.Shyam Prasad N2021-02-221-2/+2
| * cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French2021-02-221-3/+3
| * cifs: change confusing field serverName (to ip_addr)Steve French2021-02-226-10/+11
| * cifs: Fix inconsistent IS_ERR and PTR_ERRYueHaibing2021-02-191-1/+1
| * cifs: Reformat DebugData and index connections by conn_id.Shyam Prasad N2021-02-161-49/+68
| * cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-166-44/+122
| * cifs: Fix in error types returned for out-of-credit situations.Shyam Prasad N2021-02-161-3/+3
| * cifs: New optype for session operations.Shyam Prasad N2021-02-164-5/+9
| * cifs: fix trivial typoSteve French2021-02-161-1/+1
| * smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French2021-02-152-7/+15
* | Merge tag 'for-5.12/io_uring-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-261-340/+346
|\ \
| * | Revert "io_uring: wait potential ->release() on resurrect"Jens Axboe2021-02-251-18/+8
| * | io_uring: fix locked_free_list caches_free()Pavel Begunkov2021-02-231-3/+5
| * | io_uring: don't attempt IO reissue from the ring exit pathJens Axboe2021-02-231-0/+7
| * | io_uring: clear request count when freeing cachesPavel Begunkov2021-02-221-1/+3
| * | io_uring: run task_work on io_uring_register()Pavel Begunkov2021-02-211-0/+2
| * | io_uring: fix leaving invalid req->flagsPavel Begunkov2021-02-201-1/+3
| * | io_uring: wait potential ->release() on resurrectPavel Begunkov2021-02-201-8/+18
| * | io_uring: keep generic rsrc infra genericPavel Begunkov2021-02-201-19/+13
| * | io_uring: zero ref_node after killing itPavel Begunkov2021-02-201-0/+1
| * | io_uring: make the !CONFIG_NET helpers a bit more robustJens Axboe2021-02-201-50/+26
| * | io_uring: don't hold uring_lock when calling io_run_task_work*Hao Xu2021-02-201-17/+44
| * | io_uring: fail io-wq submission from a task_workPavel Begunkov2021-02-201-30/+18
| * | io_uring: don't take uring_lock during iowq cancelPavel Begunkov2021-02-181-2/+9
| * | io_uring: fail links more in io_submit_sqe()Pavel Begunkov2021-02-181-13/+8
| * | io_uring: don't do async setup for links' headsPavel Begunkov2021-02-181-3/+0
| * | io_uring: do io_*_prep() early in io_submit_sqe()Pavel Begunkov2021-02-181-35/+24
| * | io_uring: split sqe-prep and async setupPavel Begunkov2021-02-181-50/+70
| * | io_uring: don't submit link on errorPavel Begunkov2021-02-181-4/+4
| * | io_uring: move req link into submit_statePavel Begunkov2021-02-181-14/+14
| * | io_uring: move io_init_req() into io_submit_sqe()Pavel Begunkov2021-02-181-17/+15
| * | io_uring: move io_init_req()'s definitionPavel Begunkov2021-02-181-107/+107
| * | io_uring: don't duplicate ->file check in sfrPavel Begunkov2021-02-181-3/+0