summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-236-29/+39
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-245-23/+32
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-4/+4
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2021-02-221-2/+2
|\ \
| * | cifs_debug: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
* | | cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-111-0/+1
* | | cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg2021-02-113-2/+17
* | | cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg2021-02-091-2/+2
* | | cifs: fix dfs-linksRonnie Sahlberg2021-02-091-0/+8
* | | cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-051-2/+20
* | | smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-051-3/+15
* | | smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-011-1/+1
* | | cifs: fix dfs domain referralsRonnie Sahlberg2021-01-286-16/+75
* | | cifs: returning mount parm processing errors correctlySteve French2021-01-281-4/+4
* | | cifs: fix mounts to subdirectories of targetSteve French2021-01-281-0/+1
* | | cifs: ignore auto and noauto options if givenAdam Harvey2021-01-281-0/+1
* | | cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-231-2/+2
* | | fs/cifs: Simplify bool comparison.Jiapeng Zhong2021-01-171-1/+1
* | | fs/cifs: Assign boolean values to a bool variableJiapeng Zhong2021-01-171-1/+1
| |/ |/|
* | cifs: style: replace one-element array with flexible-arrayYANG LI2021-01-131-1/+1
* | cifs: connect: style: Simplify bool comparisonYANG LI2021-01-131-1/+1
* | fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong2021-01-131-3/+1
* | cifs: fix interrupted close commandsPaulo Alcantara2021-01-131-1/+1
* | cifs: check pointer before freeingTom Rix2021-01-131-1/+2
|/
* Add SMB 2 support for getting and setting SACLsBoris Protopopov2020-12-183-9/+9
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-188-48/+100
* cifs: Avoid error pointer dereferenceSamuel Cabrero2020-12-181-0/+1
* cifs: Re-indent cifs_swn_reconnect()Dan Carpenter2020-12-181-31/+33
* cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter2020-12-181-6/+7
* cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter2020-12-181-2/+0
* Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-12-1740-2354/+3560
|\
| * cifs: update internal module version numberSteve French2020-12-161-1/+1
| * cifs: Fix support for remount when not changing rsize/wsizeSteve French2020-12-161-0/+7
| * cifs: handle "guest" mount parameterSteve French2020-12-161-0/+4
| * cifs: correct four aliased mount parms to allow use of previous namesSteve French2020-12-161-5/+10
| * cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-154-4/+64
| * cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg2020-12-151-1/+3
| * cifs: fix rsize/wsize to be negotiated valuesSteve French2020-12-152-8/+9
| * cifs: Fix some error pointers handling detected by static checkerSamuel Cabrero2020-12-151-10/+11
| * smb3: remind users that witness protocol is experimentalSteve French2020-12-151-0/+1
| * cifs: update super_operations to show_devnameSteve French2020-12-151-0/+21
| * cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg2020-12-141-1/+3
| * cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg2020-12-141-0/+1
| * cifs: move update of flags into a separate functionRonnie Sahlberg2020-12-143-71/+159
| * cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg2020-12-143-6/+6
| * cifs: do not allow changing posix_paths during remountRonnie Sahlberg2020-12-141-0/+4
| * cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg2020-12-141-15/+2