summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan2019-01-041-2/+4
* fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan2019-01-041-3/+1
* fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers2019-01-041-0/+1
* fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon2019-01-041-3/+9
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-0230-531/+660
|\
| * sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-023-7/+10
| * NFS: remove unnecessary test for IS_ERR(cred)NeilBrown2019-01-021-5/+0
| * NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia2019-01-021-1/+1
| * NFS: Fix NFSv4 symbolic trace point outputChuck Lever2019-01-021-143/+313
| * NFS: Make "port=" mount option optional for RDMA mountsChuck Lever2019-01-021-2/+8
| * NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2018-12-211-2/+1
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-1926-307/+237
| * NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-194-17/+33
| * NFS: change access cache to use 'struct cred'.NeilBrown2018-12-193-30/+39
| * NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-192-3/+23
| * NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-194-42/+11
| * NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown2018-12-194-25/+16
| * NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2018-12-192-8/+14
| * SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-192-10/+10
| * SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-13/+1
| * SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-192-1/+29
| * nfs: fix comment to nfs_generic_pg_test which does the oppositePavel Tikhomirov2018-12-191-1/+1
| * NFSv4: cleanup remove unused nfs4_xdev_fs_typeOlga Kornievskaia2018-12-191-1/+0
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-0212-69/+57
|\ \
| * | nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin2018-12-311-1/+1
| * | nfs: minor typo in nfs4_callback_up_net()Vasily Averin2018-12-271-1/+1
| * | sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-271-3/+5
| * | nfsd: drop useless LIST_HEADJulia Lawall2018-12-271-1/+0
| * | lockd: Show pid of lockd for remote locksBenjamin Coddington2018-12-143-5/+5
| * | NFSD remove OP_CACHEME from 4.2 op_flagsOlga Kornievskaia2018-12-141-4/+4
| * | nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2018-12-041-2/+15
| * | nfsd: clean up indentation, increase indentation in switch statementColin Ian King2018-11-281-3/+3
| * | nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2018-11-281-11/+6
| * | nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2018-11-281-0/+2
| * | lockd: fix decoding of TEST resultsJ. Bruce Fields2018-11-272-32/+12
| * | nfsd4: skip unused assignmentJ. Bruce Fields2018-11-271-1/+1
| * | nfsd4: forbid all renames during grace periodJ. Bruce Fields2018-11-271-2/+1
| * | nfsd4: remove unused nfs4_check_olstateid parameterJ. Bruce Fields2018-11-271-2/+2
| * | nfsd4: zero-length WRITE should succeedJ. Bruce Fields2018-11-271-2/+0
* | | Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-0227-501/+2842
|\ \ \
| * | | cifs: update internal module version numberSteve French2018-12-311-1/+1
| * | | cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-313-33/+55
| * | | cifs: Minor Kconfig clarificationSteve French2018-12-281-2/+3
| * | | cifs: Always resolve hostname before reconnectingPaulo Alcantara2018-12-281-32/+52
| * | | cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara2018-12-281-3/+85
| * | | cifs: Add support for failover in smb2_reconnect()Paulo Alcantara2018-12-283-3/+104
| * | | cifs: Only free DFS target list if we actually got onePaulo Alcantara2018-12-281-3/+3
| * | | cifs: start DFS cache refresher in cifs_mount()Paulo Alcantara2018-12-281-0/+6
| * | | cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()YueHaibing2018-12-281-1/+2
| * | | cifs: Add support for failover in cifs_reconnect()Paulo Alcantara2018-12-283-1/+204