summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'multipath_tcp'Trond Myklebust2019-07-066-11/+45
| |\ \ \ \ \ \ \ \
| | * | | | | | | | NFS: send state management on a single connection.NeilBrown2019-07-061-9/+13
| | * | | | | | | | NFS: Allow multiple connections to a NFSv2 or NFSv3 serverTrond Myklebust2019-07-061-0/+1
| | * | | | | | | | NFS: Display the "nconnect" mount option if it is set.Trond Myklebust2019-07-061-0/+2
| | * | | | | | | | pNFS: Allow multiple connections to the DSTrond Myklebust2019-07-062-0/+6
| | * | | | | | | | NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust2019-07-063-2/+12
| | * | | | | | | | NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust2019-07-062-0/+11
| * | | | | | | | | Merge branch 'containers'Trond Myklebust2019-07-067-9/+242
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | NFS: Add sysfs support for per-container identifierTrond Myklebust2019-07-064-0/+135
| | * | | | | | | | | NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust2019-07-063-8/+13
| | * | | | | | | | | NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust2019-07-064-1/+94
| | |/ / / / / / / /
| * / / / / / / / / NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust2019-07-062-4/+15
| |/ / / / / / / /
| * | | | | | | | NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-062-1/+2
| * | | | | | | | NFSv4: Handle open for execute correctlyTrond Myklebust2019-07-061-8/+20
* | | | | | | | | Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-182-2/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | xfs: sync up xfs_trans_inode with userspaceEric Sandeen2019-07-151-0/+4
| * | | | | | | | xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen2019-07-152-2/+2
* | | | | | | | | Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-1819-153/+335
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | smb3: smbdirect no longer experimentalSteve French2019-07-151-2/+2
| * | | | | | | | | cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-152-1/+22
| * | | | | | | | | cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg2019-07-131-4/+12
| * | | | | | | | | cifs: fix parsing of symbolic link error responseRonnie Sahlberg2019-07-102-4/+12
| * | | | | | | | | cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg2019-07-071-35/+31
| * | | | | | | | | SMB3: query inode number on open via create contextSteve French2019-07-072-5/+60
| * | | | | | | | | smb3: Send netname context during negotiate protocolSteve French2019-07-072-2/+29
| * | | | | | | | | smb3: do not send compression info by defaultSteve French2019-07-073-10/+21
| * | | | | | | | | smb3: add new mount option to retrieve mode from special ACESteve French2019-07-074-2/+12
| * | | | | | | | | smb3: Allow query of symlinks stored as reparse pointsSteve French2019-07-071-6/+54
| * | | | | | | | | cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-07-071-4/+4
| * | | | | | | | | cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-071-1/+1
| * | | | | | | | | fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam2019-07-071-11/+3
| * | | | | | | | | add some missing definitionsSteve French2019-07-071-0/+8
| * | | | | | | | | cifs: fix typo in debug message with struct field ia_validColin Ian King2019-07-071-1/+1
| * | | | | | | | | smb3: minor cleanup of compound_send_recvAurelien Aptel2019-07-071-22/+24
| * | | | | | | | | CIFS: Fix module dependencySteve French2019-07-071-2/+3
| * | | | | | | | | cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-0710-46/+1
| * | | | | | | | | cifs: Fix check for matching with existing mountSteve French2019-07-071-0/+1
| * | | | | | | | | cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-073-2/+12
| * | | | | | | | | smb3: if max_credits is specified then display it in /proc/mountsSteve French2019-07-071-0/+5
| * | | | | | | | | Fix match_server check to allow for auto dialect negotiateSteve French2019-07-073-2/+11
| * | | | | | | | | cifs: add missing GCM module dependencyAurelien Aptel2019-07-072-0/+2
| * | | | | | | | | SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-072-7/+21
| * | | | | | | | | SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-073-8/+8
| * | | | | | | | | fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang2019-07-071-1/+1
| * | | | | | | | | cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing2019-07-071-2/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-1817-439/+726
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ceph: fix end offset in truncate_inode_pages_range callLuis Henriques2019-07-081-1/+1
| * | | | | | | | | ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques2019-07-083-12/+1
| * | | | | | | | | ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-083-4/+7
| * | | | | | | | | ceph: initialize superblock s_time_gran to 1Luis Henriques2019-07-081-1/+1