Age | Commit message (Expand) | Author | Files | Lines |
2013-04-09 | NCR5830: switch to ->show_info() | Al Viro | 13 | -78/+71 |
2013-04-09 | ppa: switch to ->show_info() | Al Viro | 1 | -26/+10 |
2013-04-09 | imm: switch to ->show_info() | Al Viro | 1 | -29/+11 |
2013-04-09 | gdth: switch to ->show_info() | Al Viro | 4 | -170/+52 |
2013-04-09 | switch wd33c93 to ->show_info() | Al Viro | 6 | -115/+94 |
2013-04-09 | wd7000: switch to ->show_info() | Al Viro | 1 | -23/+8 |
2013-04-09 | sym53c8xx_2: switch to ->show_info() | Al Viro | 1 | -94/+21 |
2013-04-09 | scsi: saner replacements for ->proc_info() | Al Viro | 2 | -10/+63 |
2013-04-09 | procfs: don't allow to use proc_create, create_proc_entry, etc. for directories | Al Viro | 2 | -34/+27 |
2013-04-09 | i2o: use proc_remove_subtree() | Al Viro | 1 | -50/+1 |
2013-04-09 | silicom: bury bp_proc.c | Al Viro | 3 | -1330/+0 |
2013-04-09 | silicom: switch to create_proc_data(), clean procfs side of things up | Al Viro | 1 | -820/+379 |
2013-04-09 | reiserfs: use proc_remove_subtree() | Al Viro | 1 | -21/+9 |
2013-04-09 | silicom: untangle module_init | Al Viro | 1 | -192/+133 |
2013-04-09 | silicom: get_bypass_slave_pfs() open-codes lookup_port() | Al Viro | 1 | -25/+2 |
2013-04-09 | silicom: unobfuscate get_{status,master}_port_fn() | Al Viro | 1 | -48/+19 |
2013-04-09 | silicom: helper functions are often useful... | Al Viro | 1 | -280/+43 |
2013-04-09 | get rid of a bunch of open-coded create_proc_read_entry() | Al Viro | 6 | -22/+11 |
2013-04-09 | isp1362-hcd: don't reimplement proc_create_data() | Al Viro | 1 | -4/+1 |
2013-04-09 | rtl8192u: don't play with reassigning ->proc_fops, just use proc_create() | Al Viro | 1 | -5/+1 |
2013-04-09 | dgrp procfs fixes, part 6: just use proc_create{,_data} | Al Viro | 3 | -65/+4 |
2013-04-09 | dgrp procfs fixes, part 5: per-node files | Al Viro | 6 | -129/+45 |
2013-04-09 | dgrp procfs fixes, part 4: get rid of sysctl-like machinery | Al Viro | 2 | -270/+42 |
2013-04-09 | dgrp procfs fixes, part 3: kill dead code | Al Viro | 1 | -63/+0 |
2013-04-09 | dgrp procfs fixes, part 2 | Al Viro | 1 | -4/+1 |
2013-04-09 | dgrp procfs fixes, part 1 | Al Viro | 1 | -2/+1 |
2013-04-09 | The rtl8192e procfs-based debug interface seems very broken | Sean MacLennan | 4 | -1041/+0 |
2013-04-09 | rtl8192e: switch to proc_create() | Al Viro | 1 | -31/+21 |
2013-04-09 | rtl8192e: don't use create_proc_entry() for directories | Al Viro | 1 | -1/+1 |
2013-04-09 | procfs: switch /proc/self away from proc_dir_entry | Al Viro | 6 | -12/+56 |
2013-04-09 | mode_t, whack-a-mole at 11... | Al Viro | 7 | -9/+9 |
2013-04-09 | snd_info_register: switch to proc_create_data/proc_mkdir_mode | Al Viro | 1 | -8/+14 |
2013-04-09 | hysdn: stash pointer to card into proc_dir_entry->data | Al Viro | 2 | -85/+18 |
2013-04-09 | atags_proc: switch to proc_create_data() | Al Viro | 1 | -18/+10 |
2013-04-09 | gadgetfs: don't bother with fops->owner | Al Viro | 2 | -4/+0 |
2013-04-09 | ccg: don't bother with fops->owner | Al Viro | 1 | -2/+0 |
2013-04-09 | spufs: don't bother with fops->owner | Al Viro | 1 | -2/+0 |
2013-04-09 | get rid of the last free_pipe_info() callers | Al Viro | 3 | -15/+8 |
2013-04-09 | get rid of alloc_pipe_info() argument | Al Viro | 3 | -5/+5 |
2013-04-09 | get rid of pipe->inode | Al Viro | 4 | -8/+5 |
2013-04-09 | introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOs | Al Viro | 1 | -15/+25 |
2013-04-09 | pipe: set file->private_data to ->i_pipe | Al Viro | 2 | -11/+10 |
2013-04-09 | pipe: don't use ->i_mutex | Al Viro | 3 | -6/+7 |
2013-04-09 | pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex | Al Viro | 2 | -21/+53 |
2013-04-09 | pipe: preparation to new locking rules | Al Viro | 1 | -23/+15 |
2013-04-09 | pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_info | Al Viro | 1 | -9/+9 |
2013-04-09 | pipe: fold file_operations instances in one | Al Viro | 4 | -195/+38 |
2013-04-09 | fold fifo.c into pipe.c | Al Viro | 3 | -154/+139 |
2013-04-09 | lift sb_start_write out of ->splice_write() | Al Viro | 1 | -6/+4 |
2013-04-09 | lift sb_start_write into default_file_splice_write() | Al Viro | 1 | -2/+2 |