aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-15proc: Make inline name size calculation automaticDavid Howells4-12/+16
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro17-167/+264
2018-05-23afs: Implement network namespacingDavid Howells8-295/+173
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells3-6/+6
2018-05-23afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells1-42/+55
2018-05-18proc: Add a way to make network proc files writableDavid Howells4-0/+130
2018-05-18afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells1-192/+160
2018-05-18afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells1-75/+75
2018-05-18afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells1-44/+27
2018-05-18afs: Move /proc management functions to the end of the fileDavid Howells1-81/+79
2018-05-17isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig1-0/+1
2018-05-16proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig1-2/+2
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig14-172/+16
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig6-222/+31
2018-05-16ide: remove ide_driver_proc_writeChristoph Hellwig1-46/+0
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig15-110/+20
2018-05-16atm: switch to proc_create_seq_privateChristoph Hellwig1-59/+13
2018-05-16atm: simplify procfs codeChristoph Hellwig1-58/+7
2018-05-16bluetooth: switch to proc_create_seq_dataChristoph Hellwig1-35/+5
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig1-36/+6
2018-05-16netfilter/xt_hashlimit: switch to proc_create_{seq,single}_dataChristoph Hellwig1-74/+18
2018-05-16neigh: switch to proc_create_seq_dataChristoph Hellwig1-25/+6
2018-05-16hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig3-191/+39
2018-05-16bonding: switch to proc_create_seq_dataChristoph Hellwig1-30/+6
2018-05-16rtc/proc: switch to proc_create_single_dataChristoph Hellwig1-31/+2
2018-05-16drbd: switch to proc_create_singleChristoph Hellwig3-35/+4
2018-05-16resource: switch to proc_create_seq_dataChristoph Hellwig1-38/+5
2018-05-16staging/rtl8192u: simplify procfs codeChristoph Hellwig1-53/+14
2018-05-16jfs: simplify procfs codeChristoph Hellwig6-99/+24
2018-05-16ext4: simplify procfs codeChristoph Hellwig3-66/+14
2018-05-16afs: simplify procfs codeChristoph Hellwig1-119/+15
2018-05-16sg: simplify procfs codeChristoph Hellwig1-112/+12
2018-05-16megaraid: simplify procfs codeChristoph Hellwig2-116/+36
2018-05-16sgi-gru: simplify procfs codeChristoph Hellwig1-67/+14
2018-05-16acpi/battery: simplify procfs codeChristoph Hellwig1-95/+26
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig13-307/+86
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig57-939/+202
2018-05-16net: move seq_file_single_net to <linux/seq_file_net.h>Christoph Hellwig2-12/+13
2018-05-16netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig1-28/+11
2018-05-16net/kcm: simplify proc registrationChristoph Hellwig1-54/+17
2018-05-16ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig1-23/+6
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig3-30/+16
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig3-59/+37
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig3-70/+53
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig5-113/+78
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig85-1509/+235
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig12-113/+37
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig53-925/+151
2018-05-16proc: add a proc_create_reg helperChristoph Hellwig2-19/+27
2018-05-16proc: simplify proc_register calling conventionsChristoph Hellwig2-26/+20