Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Merge branch 'multipath_tcp' | Trond Myklebust | 2019-07-06 | 6 | -11/+45 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | NFS: send state management on a single connection. | NeilBrown | 2019-07-06 | 1 | -9/+13 | |
| | * | | | | | | | | NFS: Allow multiple connections to a NFSv2 or NFSv3 server | Trond Myklebust | 2019-07-06 | 1 | -0/+1 | |
| | * | | | | | | | | NFS: Display the "nconnect" mount option if it is set. | Trond Myklebust | 2019-07-06 | 1 | -0/+2 | |
| | * | | | | | | | | pNFS: Allow multiple connections to the DS | Trond Myklebust | 2019-07-06 | 2 | -0/+6 | |
| | * | | | | | | | | NFSv4: Allow multiple connections to NFSv4.x (x>0) servers | Trond Myklebust | 2019-07-06 | 3 | -2/+12 | |
| | * | | | | | | | | NFS: Add a mount option to specify number of TCP connections to use | Trond Myklebust | 2019-07-06 | 2 | -0/+11 | |
| * | | | | | | | | | Merge branch 'containers' | Trond Myklebust | 2019-07-06 | 7 | -9/+242 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | NFS: Add sysfs support for per-container identifier | Trond Myklebust | 2019-07-06 | 4 | -0/+135 | |
| | * | | | | | | | | | NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init | Trond Myklebust | 2019-07-06 | 3 | -8/+13 | |
| | * | | | | | | | | | NFS: Create a root NFS directory in /sys/fs/nfs | Trond Myklebust | 2019-07-06 | 4 | -1/+94 | |
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | NFS: Add deferred cache invalidation for close-to-open consistency violations | Trond Myklebust | 2019-07-06 | 2 | -4/+15 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | NFSv4: Handle the special Linux file open access mode | Trond Myklebust | 2019-07-06 | 2 | -1/+2 | |
| * | | | | | | | | NFSv4: Handle open for execute correctly | Trond Myklebust | 2019-07-06 | 1 | -8/+20 | |
* | | | | | | | | | Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-07-18 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | xfs: sync up xfs_trans_inode with userspace | Eric Sandeen | 2019-07-15 | 1 | -0/+4 | |
| * | | | | | | | | xfs: move xfs_trans_inode.c to libxfs/ | Eric Sandeen | 2019-07-15 | 2 | -2/+2 | |
* | | | | | | | | | Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-07-18 | 19 | -153/+335 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | smb3: smbdirect no longer experimental | Steve French | 2019-07-15 | 1 | -2/+2 | |
| * | | | | | | | | | cifs: fix crash in smb2_compound_op()/smb2_set_next_command() | Ronnie Sahlberg | 2019-07-15 | 2 | -1/+22 | |
| * | | | | | | | | | cifs: fix crash in cifs_dfs_do_automount | Ronnie Sahlberg | 2019-07-13 | 1 | -4/+12 | |
| * | | | | | | | | | cifs: fix parsing of symbolic link error response | Ronnie Sahlberg | 2019-07-10 | 2 | -4/+12 | |
| * | | | | | | | | | cifs: refactor and clean up arguments in the reparse point parsing | Ronnie Sahlberg | 2019-07-07 | 1 | -35/+31 | |
| * | | | | | | | | | SMB3: query inode number on open via create context | Steve French | 2019-07-07 | 2 | -5/+60 | |
| * | | | | | | | | | smb3: Send netname context during negotiate protocol | Steve French | 2019-07-07 | 2 | -2/+29 | |
| * | | | | | | | | | smb3: do not send compression info by default | Steve French | 2019-07-07 | 3 | -10/+21 | |
| * | | | | | | | | | smb3: add new mount option to retrieve mode from special ACE | Steve French | 2019-07-07 | 4 | -2/+12 | |
| * | | | | | | | | | smb3: Allow query of symlinks stored as reparse points | Steve French | 2019-07-07 | 1 | -6/+54 | |
| * | | | | | | | | | cifs: Fix a race condition with cifs_echo_request | Ronnie Sahlberg | 2019-07-07 | 1 | -4/+4 | |
| * | | | | | | | | | cifs: always add credits back for unsolicited PDUs | Ronnie Sahlberg | 2019-07-07 | 1 | -1/+1 | |
| * | | | | | | | | | fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_ace | Hariprasad Kelam | 2019-07-07 | 1 | -11/+3 | |
| * | | | | | | | | | add some missing definitions | Steve French | 2019-07-07 | 1 | -0/+8 | |
| * | | | | | | | | | cifs: fix typo in debug message with struct field ia_valid | Colin Ian King | 2019-07-07 | 1 | -1/+1 | |
| * | | | | | | | | | smb3: minor cleanup of compound_send_recv | Aurelien Aptel | 2019-07-07 | 1 | -22/+24 | |
| * | | | | | | | | | CIFS: Fix module dependency | Steve French | 2019-07-07 | 1 | -2/+3 | |
| * | | | | | | | | | cifs: simplify code by removing CONFIG_CIFS_ACL ifdef | Steve French | 2019-07-07 | 10 | -46/+1 | |
| * | | | | | | | | | cifs: Fix check for matching with existing mount | Steve French | 2019-07-07 | 1 | -0/+1 | |
| * | | | | | | | | | cifs: Properly handle auto disabling of serverino option | Paulo Alcantara (SUSE) | 2019-07-07 | 3 | -2/+12 | |
| * | | | | | | | | | smb3: if max_credits is specified then display it in /proc/mounts | Steve French | 2019-07-07 | 1 | -0/+5 | |
| * | | | | | | | | | Fix match_server check to allow for auto dialect negotiate | Steve French | 2019-07-07 | 3 | -2/+11 | |
| * | | | | | | | | | cifs: add missing GCM module dependency | Aurelien Aptel | 2019-07-07 | 2 | -0/+2 | |
| * | | | | | | | | | SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions | Steve French | 2019-07-07 | 2 | -7/+21 | |
| * | | | | | | | | | SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthms | Steve French | 2019-07-07 | 3 | -8/+8 | |
| * | | | | | | | | | fs: cifs: Drop unlikely before IS_ERR(_OR_NULL) | Kefeng Wang | 2019-07-07 | 1 | -1/+1 | |
| * | | | | | | | | | cifs: Use kmemdup in SMB2_ioctl_init() | YueHaibing | 2019-07-07 | 1 | -2/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-07-18 | 17 | -439/+726 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ceph: fix end offset in truncate_inode_pages_range call | Luis Henriques | 2019-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | ceph: use generic_delete_inode() for ->drop_inode | Luis Henriques | 2019-07-08 | 3 | -12/+1 | |
| * | | | | | | | | | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng | 2019-07-08 | 3 | -4/+7 | |
| * | | | | | | | | | ceph: initialize superblock s_time_gran to 1 | Luis Henriques | 2019-07-08 | 1 | -1/+1 |