Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-07-11 | 4 | -87/+1 |
|\ | |||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-27 | 5 | -21/+26 |
| |\ | |||||
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-22 | 53 | -264/+214 |
| |\ \ | |||||
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-17 | 121 | -1056/+288 |
| |\ \ \ | |||||
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 305 | -3207/+729 |
| |\ \ \ \ | |||||
| * | | | | | afs: do not send list of client addresses | Florian Westphal | 2019-06-02 | 4 | -87/+1 |
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 2019-07-10 | 2 | -38/+79 |
|\ \ \ \ \ \ | |||||
| * | | | | | | binfmt_flat: don't offset the data start | Christoph Hellwig | 2019-06-24 | 1 | -12/+8 |
| * | | | | | | binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c | Christoph Hellwig | 2019-06-24 | 1 | -0/+6 |
| * | | | | | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rp | Christoph Hellwig | 2019-06-24 | 1 | -3/+1 |
| * | | | | | | binfmt_flat: make support for old format binaries optional | Christoph Hellwig | 2019-06-24 | 2 | -8/+29 |
| * | | | | | | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option | Christoph Hellwig | 2019-06-24 | 1 | -1/+4 |
| * | | | | | | binfmt_flat: add endianess annotations | Christoph Hellwig | 2019-06-24 | 1 | -10/+16 |
| * | | | | | | binfmt_flat: remove the uapi <linux/flat.h> header | Christoph Hellwig | 2019-06-24 | 1 | -0/+1 |
| * | | | | | | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable | Christoph Hellwig | 2019-06-24 | 2 | -2/+6 |
| * | | | | | | binfmt_flat: remove flat_old_ram_flag | Christoph Hellwig | 2019-06-24 | 2 | -1/+5 |
| * | | | | | | binfmt_flat: provide a default version of flat_get_relocate_addr | Christoph Hellwig | 2019-06-24 | 1 | -0/+4 |
| * | | | | | | binfmt_flat: remove flat_set_persistent | Christoph Hellwig | 2019-06-24 | 1 | -2/+0 |
| * | | | | | | binfmt_flat: remove flat_reloc_valid | Christoph Hellwig | 2019-06-24 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-07-10 | 21 | -238/+1001 |
|\ \ \ \ \ \ | |||||
| * | | | | | | nfsd: Make __get_nfsdfs_client() static | YueHaibing | 2019-07-09 | 1 | -1/+1 |
| * | | | | | | nfsd: Make two functions static | YueHaibing | 2019-07-09 | 1 | -2/+2 |
| * | | | | | | nfsd: Fix misuse of strlcpy | Joe Perches | 2019-07-08 | 1 | -1/+1 |
| * | | | | | | nfsd: decode implementation id | J. Bruce Fields | 2019-07-03 | 4 | -12/+46 |
| * | | | | | | nfsd: create xdr_netobj_dup helper | J. Bruce Fields | 2019-07-03 | 1 | -7/+4 |
| * | | | | | | nfsd: allow forced expiration of NFSv4 clients | J. Bruce Fields | 2019-07-03 | 1 | -1/+69 |
| * | | | | | | nfsd: create get_nfsdfs_clp helper | J. Bruce Fields | 2019-07-03 | 1 | -8/+13 |
| * | | | | | | nfsd4: show layout stateids | J. Bruce Fields | 2019-07-03 | 1 | -0/+20 |
| * | | | | | | nfsd: show lock and deleg stateids | J. Bruce Fields | 2019-07-03 | 1 | -0/+59 |
| * | | | | | | nfsd4: add file to display list of client's opens | J. Bruce Fields | 2019-07-03 | 1 | -2/+147 |
| * | | | | | | nfsd: add more information to client info file | J. Bruce Fields | 2019-07-03 | 1 | -0/+12 |
| * | | | | | | nfsd: escape high characters in binary data | J. Bruce Fields | 2019-07-03 | 1 | -0/+11 |
| * | | | | | | nfsd: copy client's address including port number to cl_addr | J. Bruce Fields | 2019-07-03 | 1 | -1/+1 |
| * | | | | | | nfsd4: add a client info file | J. Bruce Fields | 2019-07-03 | 3 | -8/+148 |
| * | | | | | | nfsd: make client/ directory names small ints | J. Bruce Fields | 2019-07-03 | 3 | -3/+5 |
| * | | | | | | nfsd: add nfsd/clients directory | J. Bruce Fields | 2019-07-03 | 5 | -10/+133 |
| * | | | | | | nfsd4: use reference count to free client | J. Bruce Fields | 2019-07-03 | 2 | -5/+22 |
| * | | | | | | nfsd: rename cl_refcount | J. Bruce Fields | 2019-07-03 | 2 | -14/+14 |
| * | | | | | | nfsd: persist nfsd filesystem across mounts | J. Bruce Fields | 2019-07-03 | 2 | -0/+14 |
| * | | | | | | nfsd: fix cleanup of nfsd_reply_cache_init on failure | J. Bruce Fields | 2019-07-03 | 1 | -3/+7 |
| * | | | | | | nfsd4: remove outdated nfsd4_decode_time comment | J. Bruce Fields | 2019-07-03 | 1 | -4/+0 |
| * | | | | | | nfsd: use 64-bit seconds fields in nfsd v4 code | J. Bruce Fields | 2019-07-03 | 3 | -15/+8 |
| * | | | | | | nfsd: Spelling s/EACCESS/EACCES/ | Geert Uytterhoeven | 2019-07-03 | 1 | -1/+1 |
| * | | | | | | lockd: Make two symbols static | YueHaibing | 2019-07-03 | 2 | -2/+2 |
| * | | | | | | locks: Cleanup lm_compare_owner and lm_owner_key | Benjamin Coddington | 2019-07-03 | 1 | -5/+0 |
| * | | | | | | lockd: Show pid of lockd for remote locks | Benjamin Coddington | 2019-07-03 | 5 | -6/+4 |
| * | | | | | | lockd: Remove lm_compare_owner and lm_owner_key | Benjamin Coddington | 2019-07-03 | 1 | -18/+0 |
| * | | | | | | lockd: Convert NLM service fl_owner to nlm_lockowner | Benjamin Coddington | 2019-07-03 | 6 | -5/+121 |
| * | | | | | | lockd: prepare nlm_lockowner for use by the server | Benjamin Coddington | 2019-07-03 | 1 | -10/+11 |
| * | | | | | | nfsd: note inadequate stats locking | J. Bruce Fields | 2019-07-03 | 1 | -2/+5 |