| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 266 | -6032/+1229 |
|\ |
|
| * | xfs, proc: hide unused xfs procfs helpers | Arnd Bergmann | 2018-05-26 | 1 | -1/+1 |
| * | isdn/gigaset: add back gigaset_procinfo assignment | Christoph Hellwig | 2018-05-18 | 1 | -0/+1 |
| * | proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields | Christoph Hellwig | 2018-05-16 | 1 | -2/+2 |
| * | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 14 | -172/+16 |
| * | ide: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 6 | -222/+31 |
| * | ide: remove ide_driver_proc_write | Christoph Hellwig | 2018-05-16 | 1 | -46/+0 |
| * | isdn: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 15 | -110/+20 |
| * | atm: switch to proc_create_seq_private | Christoph Hellwig | 2018-05-16 | 1 | -59/+13 |
| * | atm: simplify procfs code | Christoph Hellwig | 2018-05-16 | 1 | -58/+7 |
| * | bluetooth: switch to proc_create_seq_data | Christoph Hellwig | 2018-05-16 | 1 | -35/+5 |
| * | netfilter/x_tables: switch to proc_create_seq_private | Christoph Hellwig | 2018-05-16 | 1 | -36/+6 |
| * | netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data | Christoph Hellwig | 2018-05-16 | 1 | -74/+18 |
| * | neigh: switch to proc_create_seq_data | Christoph Hellwig | 2018-05-16 | 1 | -25/+6 |
| * | hostap: switch to proc_create_{seq,single}_data | Christoph Hellwig | 2018-05-16 | 3 | -191/+39 |
| * | bonding: switch to proc_create_seq_data | Christoph Hellwig | 2018-05-16 | 1 | -30/+6 |
| * | rtc/proc: switch to proc_create_single_data | Christoph Hellwig | 2018-05-16 | 1 | -31/+2 |
| * | drbd: switch to proc_create_single | Christoph Hellwig | 2018-05-16 | 3 | -35/+4 |
| * | resource: switch to proc_create_seq_data | Christoph Hellwig | 2018-05-16 | 1 | -38/+5 |
| * | staging/rtl8192u: simplify procfs code | Christoph Hellwig | 2018-05-16 | 1 | -53/+14 |
| * | jfs: simplify procfs code | Christoph Hellwig | 2018-05-16 | 6 | -99/+24 |
| * | ext4: simplify procfs code | Christoph Hellwig | 2018-05-16 | 3 | -66/+14 |
| * | afs: simplify procfs code | Christoph Hellwig | 2018-05-16 | 1 | -119/+15 |
| * | sg: simplify procfs code | Christoph Hellwig | 2018-05-16 | 1 | -112/+12 |
| * | megaraid: simplify procfs code | Christoph Hellwig | 2018-05-16 | 2 | -116/+36 |
| * | sgi-gru: simplify procfs code | Christoph Hellwig | 2018-05-16 | 1 | -67/+14 |
| * | acpi/battery: simplify procfs code | Christoph Hellwig | 2018-05-16 | 1 | -95/+26 |
| * | proc: introduce proc_create_net_single | Christoph Hellwig | 2018-05-16 | 13 | -307/+86 |
| * | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 2018-05-16 | 57 | -939/+202 |
| * | net: move seq_file_single_net to <linux/seq_file_net.h> | Christoph Hellwig | 2018-05-16 | 2 | -12/+13 |
| * | netfilter/x_tables: simplify ѕeq_file code | Christoph Hellwig | 2018-05-16 | 1 | -28/+11 |
| * | net/kcm: simplify proc registration | Christoph Hellwig | 2018-05-16 | 1 | -54/+17 |
| * | ipv6/flowlabel: simplify pid namespace lookup | Christoph Hellwig | 2018-05-16 | 1 | -23/+6 |
| * | ipv{4,6}/raw: simplify ѕeq_file code | Christoph Hellwig | 2018-05-16 | 3 | -30/+16 |
| * | ipv{4,6}/ping: simplify proc file creation | Christoph Hellwig | 2018-05-16 | 3 | -59/+37 |
| * | ipv{4,6}/tcp: simplify procfs registration | Christoph Hellwig | 2018-05-16 | 3 | -70/+53 |
| * | ipv{4,6}/udp{,lite}: simplify proc registration | Christoph Hellwig | 2018-05-16 | 5 | -113/+78 |
| * | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 85 | -1509/+235 |
| * | proc: introduce proc_create_seq_private | Christoph Hellwig | 2018-05-16 | 12 | -113/+37 |
| * | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 2018-05-16 | 53 | -925/+151 |
| * | proc: add a proc_create_reg helper | Christoph Hellwig | 2018-05-16 | 2 | -19/+27 |
| * | proc: simplify proc_register calling conventions | Christoph Hellwig | 2018-05-16 | 2 | -26/+20 |
| * | proc: don't detour through seq->private to get the inode | Christoph Hellwig | 2018-05-16 | 1 | -14/+6 |
| * | proc: introduce a proc_pid_ns helper | Christoph Hellwig | 2018-05-16 | 5 | -20/+19 |
| * | net/can: single_open_net needs to be paired with single_release_net | Christoph Hellwig | 2018-05-14 | 2 | -4/+4 |
* | | Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 1 | -4/+4 |
|\ \ |
|
| * | | rmdir(),rename(): do shrink_dcache_parent() only on success | Al Viro | 2018-05-27 | 1 | -4/+4 |
* | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2018-06-04 | 1 | -79/+43 |
|\ \ \ |
|
| * | | | restore cond_resched() in shrink_dcache_parent() | Al Viro | 2018-04-20 | 1 | -2/+7 |
| * | | | dput(): turn into explicit while() loop | Al Viro | 2018-04-16 | 1 | -18/+13 |