Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | nfsd: use named initializers in PROC() | Christoph Hellwig | 2017-07-13 | 3 | -27/+27 | |
| * | | | | | | | | nfsd4: const-ify nfs_cb_version4 | Christoph Hellwig | 2017-07-13 | 1 | -1/+1 | |
| * | | | | | | | | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 2017-07-13 | 10 | -14/+14 | |
| * | | | | | | | | nfs: use ARRAY_SIZE() in the nfsacl_version3 declaration | Christoph Hellwig | 2017-07-13 | 1 | -2/+1 | |
| * | | | | | | | | sunrpc: move p_count out of struct rpc_procinfo | Christoph Hellwig | 2017-07-13 | 8 | -6/+27 | |
| * | | | | | | | | lockd: fix some weird indentation | Christoph Hellwig | 2017-07-13 | 2 | -19/+19 | |
| * | | | | | | | | nfs: don't cast callback decode/proc/encode routines | Christoph Hellwig | 2017-07-13 | 3 | -69/+77 | |
| * | | | | | | | | nfs: fix decoder callback prototypes | Christoph Hellwig | 2017-07-13 | 5 | -84/+151 | |
| * | | | | | | | | lockd: fix decoder callback prototypes | Christoph Hellwig | 2017-07-13 | 3 | -10/+16 | |
| * | | | | | | | | nfsd: fix decoder callback prototypes | Christoph Hellwig | 2017-07-13 | 1 | -4/+7 | |
| * | | | | | | | | nfsd: fix encoder callback prototypes | Christoph Hellwig | 2017-07-13 | 1 | -5/+8 | |
| * | | | | | | | | nfs: fix encoder callback prototypes | Christoph Hellwig | 2017-07-13 | 5 | -122/+242 | |
| * | | | | | | | | lockd: fix encoder callback prototypes | Christoph Hellwig | 2017-07-13 | 3 | -18/+34 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-07-13 | 36 | -1367/+1834 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | nfsd4: factor ctime into change attribute | J. Bruce Fields | 2017-07-12 | 3 | -3/+25 | |
| * | | | | | | | | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 2017-06-28 | 70 | -404/+748 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| * | | | | | | | | nfsd4: const-ify nfsd4_ops | Christoph Hellwig | 2017-05-15 | 1 | -7/+6 | |
| * | | | | | | | | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 2017-05-15 | 12 | -62/+62 | |
| * | | | | | | | | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 2017-05-15 | 9 | -10/+10 | |
| * | | | | | | | | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2017-05-15 | 7 | -0/+20 | |
| * | | | | | | | | nfsd4: properly type op_func callbacks | Christoph Hellwig | 2017-05-15 | 3 | -173/+209 | |
| * | | | | | | | | nfsd4: remove nfsd4op_rsize | Christoph Hellwig | 2017-05-15 | 1 | -55/+54 | |
| * | | | | | | | | nfsd4: properly type op_get_currentstateid callbacks | Christoph Hellwig | 2017-05-15 | 3 | -35/+50 | |
| * | | | | | | | | nfsd4: properly type op_set_currentstateid callbacks | Christoph Hellwig | 2017-05-15 | 4 | -19/+27 | |
| * | | | | | | | | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 2017-05-15 | 17 | -157/+173 | |
| * | | | | | | | | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 2017-05-15 | 17 | -187/+211 | |
| * | | | | | | | | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 2017-05-15 | 10 | -61/+57 | |
| * | | | | | | | | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 2017-05-15 | 9 | -224/+325 | |
| * | | | | | | | | nfsd: remove the unused PROC() macro in nfs3proc.c | Christoph Hellwig | 2017-05-15 | 1 | -12/+0 | |
| * | | | | | | | | nfsd: use named initializers in PROC() | Christoph Hellwig | 2017-05-15 | 3 | -27/+27 | |
| * | | | | | | | | nfsd4: const-ify nfs_cb_version4 | Christoph Hellwig | 2017-05-15 | 1 | -1/+1 | |
| * | | | | | | | | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 2017-05-15 | 10 | -14/+14 | |
| * | | | | | | | | nfs: use ARRAY_SIZE() in the nfsacl_version3 declaration | Christoph Hellwig | 2017-05-15 | 1 | -2/+1 | |
| * | | | | | | | | sunrpc: move p_count out of struct rpc_procinfo | Christoph Hellwig | 2017-05-15 | 8 | -6/+27 | |
| * | | | | | | | | lockd: fix some weird indentation | Christoph Hellwig | 2017-05-15 | 2 | -19/+19 | |
| * | | | | | | | | nfs: don't cast callback decode/proc/encode routines | Christoph Hellwig | 2017-05-15 | 3 | -69/+77 | |
| * | | | | | | | | nfs: fix decoder callback prototypes | Christoph Hellwig | 2017-05-15 | 5 | -84/+151 | |
| * | | | | | | | | lockd: fix decoder callback prototypes | Christoph Hellwig | 2017-05-15 | 3 | -10/+16 | |
| * | | | | | | | | nfsd: fix decoder callback prototypes | Christoph Hellwig | 2017-05-15 | 1 | -4/+7 | |
| * | | | | | | | | nfsd: fix encoder callback prototypes | Christoph Hellwig | 2017-05-15 | 1 | -5/+8 | |
| * | | | | | | | | nfs: fix encoder callback prototypes | Christoph Hellwig | 2017-05-15 | 5 | -122/+242 | |
| * | | | | | | | | lockd: fix encoder callback prototypes | Christoph Hellwig | 2017-05-15 | 3 | -18/+34 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-07-13 | 6 | -95/+36 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ext2: Fix memory leak when truncate races ext2_get_blocks | Ernesto A. Fernández | 2017-07-13 | 1 | -0/+1 | |
| * | | | | | | | | reiserfs: fix race in prealloc discard | Jeff Mahoney | 2017-06-23 | 1 | -2/+10 | |
| * | | | | | | | | reiserfs: don't preallocate blocks for extended attributes | Jeff Mahoney | 2017-06-23 | 1 | -1/+1 | |
| * | | | | | | | | udf: Convert udf_disk_stamp_to_time() to use mktime64() | Jan Kara | 2017-06-14 | 1 | -51/+2 | |
| * | | | | | | | | udf: Use time64_to_tm for timestamp conversion | Jan Kara | 2017-06-14 | 1 | -34/+11 | |
| * | | | | | | | | udf: Fix deadlock between writeback and udf_setsize() | Jan Kara | 2017-06-14 | 1 | -2/+2 | |
| * | | | | | | | | udf: Use i_size_read() in udf_adinicb_writepage() | Jan Kara | 2017-06-14 | 1 | -1/+2 |