Age | Commit message (Expand) | Author | Files | Lines |
2018-06-15 | afs: Show all of a server's addresses in /proc/fs/afs/servers | David Howells | 1 | -2/+8 |
2018-06-15 | afs: Handle CONFIG_PROC_FS=n | David Howells | 2 | -2/+10 |
2018-06-15 | proc: Make inline name size calculation automatic | David Howells | 4 | -12/+16 |
2018-05-23 | afs: Implement network namespacing | David Howells | 8 | -295/+173 |
2018-05-23 | afs: Mark afs_net::ws_cell as __rcu and set using rcu functions | David Howells | 3 | -6/+6 |
2018-05-23 | afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus() | David Howells | 1 | -42/+55 |
2018-05-18 | proc: Add a way to make network proc files writable | David Howells | 4 | -0/+130 |
2018-05-18 | afs: Rearrange fs/afs/proc.c to remove remaining predeclarations. | David Howells | 1 | -192/+160 |
2018-05-18 | afs: Rearrange fs/afs/proc.c to move the show routines up | David Howells | 1 | -75/+75 |
2018-05-18 | afs: Rearrange fs/afs/proc.c by moving fops and open functions down | David Howells | 1 | -44/+27 |
2018-05-18 | afs: Move /proc management functions to the end of the file | David Howells | 1 | -81/+79 |
2018-05-17 | isdn/gigaset: add back gigaset_procinfo assignment | Christoph Hellwig | 1 | -0/+1 |
2018-05-16 | proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields | Christoph Hellwig | 1 | -2/+2 |
2018-05-16 | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 14 | -172/+16 |
2018-05-16 | ide: replace ->proc_fops with ->proc_show | Christoph Hellwig | 6 | -222/+31 |
2018-05-16 | ide: remove ide_driver_proc_write | Christoph Hellwig | 1 | -46/+0 |
2018-05-16 | isdn: replace ->proc_fops with ->proc_show | Christoph Hellwig | 15 | -110/+20 |
2018-05-16 | atm: switch to proc_create_seq_private | Christoph Hellwig | 1 | -59/+13 |
2018-05-16 | atm: simplify procfs code | Christoph Hellwig | 1 | -58/+7 |
2018-05-16 | bluetooth: switch to proc_create_seq_data | Christoph Hellwig | 1 | -35/+5 |
2018-05-16 | netfilter/x_tables: switch to proc_create_seq_private | Christoph Hellwig | 1 | -36/+6 |
2018-05-16 | netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data | Christoph Hellwig | 1 | -74/+18 |
2018-05-16 | neigh: switch to proc_create_seq_data | Christoph Hellwig | 1 | -25/+6 |
2018-05-16 | hostap: switch to proc_create_{seq,single}_data | Christoph Hellwig | 3 | -191/+39 |
2018-05-16 | bonding: switch to proc_create_seq_data | Christoph Hellwig | 1 | -30/+6 |
2018-05-16 | rtc/proc: switch to proc_create_single_data | Christoph Hellwig | 1 | -31/+2 |
2018-05-16 | drbd: switch to proc_create_single | Christoph Hellwig | 3 | -35/+4 |
2018-05-16 | resource: switch to proc_create_seq_data | Christoph Hellwig | 1 | -38/+5 |
2018-05-16 | staging/rtl8192u: simplify procfs code | Christoph Hellwig | 1 | -53/+14 |
2018-05-16 | jfs: simplify procfs code | Christoph Hellwig | 6 | -99/+24 |
2018-05-16 | ext4: simplify procfs code | Christoph Hellwig | 3 | -66/+14 |
2018-05-16 | afs: simplify procfs code | Christoph Hellwig | 1 | -119/+15 |
2018-05-16 | sg: simplify procfs code | Christoph Hellwig | 1 | -112/+12 |
2018-05-16 | megaraid: simplify procfs code | Christoph Hellwig | 2 | -116/+36 |
2018-05-16 | sgi-gru: simplify procfs code | Christoph Hellwig | 1 | -67/+14 |
2018-05-16 | acpi/battery: simplify procfs code | Christoph Hellwig | 1 | -95/+26 |
2018-05-16 | proc: introduce proc_create_net_single | Christoph Hellwig | 13 | -307/+86 |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 57 | -939/+202 |
2018-05-16 | net: move seq_file_single_net to <linux/seq_file_net.h> | Christoph Hellwig | 2 | -12/+13 |
2018-05-16 | netfilter/x_tables: simplify ѕeq_file code | Christoph Hellwig | 1 | -28/+11 |
2018-05-16 | net/kcm: simplify proc registration | Christoph Hellwig | 1 | -54/+17 |
2018-05-16 | ipv6/flowlabel: simplify pid namespace lookup | Christoph Hellwig | 1 | -23/+6 |
2018-05-16 | ipv{4,6}/raw: simplify ѕeq_file code | Christoph Hellwig | 3 | -30/+16 |
2018-05-16 | ipv{4,6}/ping: simplify proc file creation | Christoph Hellwig | 3 | -59/+37 |
2018-05-16 | ipv{4,6}/tcp: simplify procfs registration | Christoph Hellwig | 3 | -70/+53 |
2018-05-16 | ipv{4,6}/udp{,lite}: simplify proc registration | Christoph Hellwig | 5 | -113/+78 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 85 | -1509/+235 |
2018-05-16 | proc: introduce proc_create_seq_private | Christoph Hellwig | 12 | -113/+37 |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 53 | -925/+151 |
2018-05-16 | proc: add a proc_create_reg helper | Christoph Hellwig | 2 | -19/+27 |