summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-114-87/+1Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-285-21/+26
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2253-264/+214Star
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-18121-1056/+288Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07305-3207/+729Star
| |\ \ \ \
| * | | | | afs: do not send list of client addressesFlorian Westphal2019-06-034-87/+1Star
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-112-38/+79
|\ \ \ \ \ \
| * | | | | | binfmt_flat: don't offset the data startChristoph Hellwig2019-06-241-12/+8Star
| * | | | | | binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.cChristoph Hellwig2019-06-241-0/+6
| * | | | | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-3/+1Star
| * | | | | | binfmt_flat: make support for old format binaries optionalChristoph Hellwig2019-06-242-8/+29
| * | | | | | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig2019-06-241-1/+4
| * | | | | | binfmt_flat: add endianess annotationsChristoph Hellwig2019-06-241-10/+16
| * | | | | | binfmt_flat: remove the uapi <linux/flat.h> headerChristoph Hellwig2019-06-241-0/+1
| * | | | | | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-242-2/+6
| * | | | | | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-242-1/+5
| * | | | | | binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-241-0/+4
| * | | | | | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-2/+0Star
| * | | | | | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-1121-238/+1001
|\ \ \ \ \ \
| * | | | | | nfsd: Make __get_nfsdfs_client() staticYueHaibing2019-07-101-1/+1
| * | | | | | nfsd: Make two functions staticYueHaibing2019-07-101-2/+2
| * | | | | | nfsd: Fix misuse of strlcpyJoe Perches2019-07-091-1/+1
| * | | | | | nfsd: decode implementation idJ. Bruce Fields2019-07-044-12/+46
| * | | | | | nfsd: create xdr_netobj_dup helperJ. Bruce Fields2019-07-031-7/+4Star
| * | | | | | nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields2019-07-031-1/+69
| * | | | | | nfsd: create get_nfsdfs_clp helperJ. Bruce Fields2019-07-031-8/+13
| * | | | | | nfsd4: show layout stateidsJ. Bruce Fields2019-07-031-0/+20
| * | | | | | nfsd: show lock and deleg stateidsJ. Bruce Fields2019-07-031-0/+59
| * | | | | | nfsd4: add file to display list of client's opensJ. Bruce Fields2019-07-031-2/+147
| * | | | | | nfsd: add more information to client info fileJ. Bruce Fields2019-07-031-0/+12
| * | | | | | nfsd: escape high characters in binary dataJ. Bruce Fields2019-07-031-0/+11
| * | | | | | nfsd: copy client's address including port number to cl_addrJ. Bruce Fields2019-07-031-1/+1
| * | | | | | nfsd4: add a client info fileJ. Bruce Fields2019-07-033-8/+148
| * | | | | | nfsd: make client/ directory names small intsJ. Bruce Fields2019-07-033-3/+5
| * | | | | | nfsd: add nfsd/clients directoryJ. Bruce Fields2019-07-035-10/+133
| * | | | | | nfsd4: use reference count to free clientJ. Bruce Fields2019-07-032-5/+22
| * | | | | | nfsd: rename cl_refcountJ. Bruce Fields2019-07-032-14/+14
| * | | | | | nfsd: persist nfsd filesystem across mountsJ. Bruce Fields2019-07-032-0/+14
| * | | | | | nfsd: fix cleanup of nfsd_reply_cache_init on failureJ. Bruce Fields2019-07-031-3/+7
| * | | | | | nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields2019-07-031-4/+0Star
| * | | | | | nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields2019-07-033-15/+8Star
| * | | | | | nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven2019-07-031-1/+1
| * | | | | | lockd: Make two symbols staticYueHaibing2019-07-032-2/+2
| * | | | | | locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-031-5/+0Star
| * | | | | | lockd: Show pid of lockd for remote locksBenjamin Coddington2019-07-035-6/+4Star
| * | | | | | lockd: Remove lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-031-18/+0Star
| * | | | | | lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington2019-07-036-5/+121
| * | | | | | lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington2019-07-031-10/+11
| * | | | | | nfsd: note inadequate stats lockingJ. Bruce Fields2019-07-031-2/+5