aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/appletalk (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig21-209/+237
2017-07-13sunrpc: properly type pc_release callbacksChristoph Hellwig12-66/+63
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig11-227/+328
2017-07-13nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig1-12/+0
2017-07-13nfsd: use named initializers in PROC()Christoph Hellwig3-27/+27
2017-07-13nfsd4: const-ify nfs_cb_version4Christoph Hellwig1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig16-30/+31
2017-07-13nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig1-2/+1
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig13-15/+44
2017-07-13lockd: fix some weird indentationChristoph Hellwig2-19/+19
2017-07-13nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig3-69/+77
2017-07-13nfs: fix decoder callback prototypesChristoph Hellwig5-84/+151
2017-07-13lockd: fix decoder callback prototypesChristoph Hellwig3-10/+16
2017-07-13nfsd: fix decoder callback prototypesChristoph Hellwig1-4/+7
2017-07-13sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig3-3/+4
2017-07-13sunrpc: fix decoder callback prototypesChristoph Hellwig1-12/+15
2017-07-13sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2-2/+4
2017-07-13sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig3-7/+8
2017-07-13nfsd: fix encoder callback prototypesChristoph Hellwig1-5/+8
2017-07-13nfs: fix encoder callback prototypesChristoph Hellwig5-122/+242
2017-07-13lockd: fix encoder callback prototypesChristoph Hellwig3-18/+34
2017-07-13sunrpc: fix encoder callback prototypesChristoph Hellwig1-11/+13
2017-07-13sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2-2/+6
2017-06-11Linux 4.12-rc5Linus Torvalds1-1/+1
2017-06-11compiler, clang: properly override 'inline' for clangLinus Torvalds1-1/+2
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li3-4/+7
2017-06-10hexagon: Use raw_copy_to_userGuenter Roeck1-3/+2
2017-06-10ufs: we need to sync inode before freeing itAl Viro1-0/+1
2017-06-09excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro1-13/+5
2017-06-09ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro1-1/+3
2017-06-09ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro1-1/+2
2017-06-09ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-09ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-06-09fix ufs_isblockset()Al Viro1-3/+7
2017-06-09ufs: restore proper tail allocationAl Viro1-1/+1
2017-06-09Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval1-2/+2
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo1-1/+1
2017-06-09btrfs: tree-log.c: Wrong printk information about namelenSu Yue1-1/+1
2017-06-09Input: synaptics-rmi4 - register F03 port as pass-through serioDmitry Torokhov1-1/+1
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams1-2/+7
2017-06-09efi: Fix boot panic because of invalid BGRT image addressDave Young1-1/+25
2017-06-09cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain1-3/+11
2017-06-09gpio: mvebu: fix gpio bank registration when pwm is usedRichard Genoud1-0/+7
2017-06-09gpio: mvebu: fix blink counter register selectionRichard Genoud1-1/+1
2017-06-09KEYS: fix refcount_inc() on zeroMark Rutland1-7/+4
2017-06-09KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau2-103/+171
2017-06-09crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron1-2/+2
2017-06-09KEYS: DH: add __user annotations to keyctl_kdf_paramsEric Biggers1-2/+2
2017-06-09KEYS: DH: ensure the KDF counter is properly alignedEric Biggers1-13/+3
2017-06-09KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers1-1/+1