aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-13NFS: convert flags to boolBenjamin Coddington8-37/+37
2017-07-13NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker1-4/+7
2017-07-13nfsd4: const-ify nfsd4_opsChristoph Hellwig1-7/+6
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig12-62/+62
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig9-10/+10
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig7-0/+20
2017-07-13nfsd4: properly type op_func callbacksChristoph Hellwig3-173/+209
2017-07-13nfsd4: remove nfsd4op_rsizeChristoph Hellwig1-55/+54
2017-07-13nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig3-35/+50
2017-07-13nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig4-19/+27
2017-07-13sunrpc: properly type pc_encode callbacksChristoph Hellwig17-157/+173
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig17-187/+211
2017-07-13sunrpc: properly type pc_release callbacksChristoph Hellwig10-61/+57
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig9-224/+325
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 Hellwig10-14/+14
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 Hellwig8-6/+27
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-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-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-13/+138
2017-07-13Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana1-8/+18
2017-07-13isofs: Fix isofs_show_options()David Howells1-1/+1
2017-07-13ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández1-0/+1
2017-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-14/+31
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-4/+4
2017-07-12xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko1-0/+10
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov1-0/+52
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov1-0/+2
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov1-0/+42
2017-07-12procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov1-2/+6
2017-07-12fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso1-1/+0
2017-07-12bfs: fix sanity checks for empty filesRakesh Pandit1-1/+1
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez1-1/+3
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez1-0/+14
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez1-5/+5
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields3-3/+25
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-383/+1418
2017-07-11Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-179/+180
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds10-55/+201
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2-14/+31
2017-07-11VFS: Kill off s_options and helpersDavid Howells3-61/+0