aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/imm.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09gdth: switch to ->show_info()Al Viro4-170/+52
2013-04-09switch wd33c93 to ->show_info()Al Viro6-115/+94
2013-04-09wd7000: switch to ->show_info()Al Viro1-23/+8
2013-04-09sym53c8xx_2: switch to ->show_info()Al Viro1-94/+21
2013-04-09scsi: saner replacements for ->proc_info()Al Viro2-10/+63
2013-04-09procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2-34/+27
2013-04-09i2o: use proc_remove_subtree()Al Viro1-50/+1
2013-04-09silicom: bury bp_proc.cAl Viro3-1330/+0
2013-04-09silicom: switch to create_proc_data(), clean procfs side of things upAl Viro1-820/+379
2013-04-09reiserfs: use proc_remove_subtree()Al Viro1-21/+9
2013-04-09silicom: untangle module_initAl Viro1-192/+133
2013-04-09silicom: get_bypass_slave_pfs() open-codes lookup_port()Al Viro1-25/+2
2013-04-09silicom: unobfuscate get_{status,master}_port_fn()Al Viro1-48/+19
2013-04-09silicom: helper functions are often useful...Al Viro1-280/+43
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro6-22/+11
2013-04-09isp1362-hcd: don't reimplement proc_create_data()Al Viro1-4/+1
2013-04-09rtl8192u: don't play with reassigning ->proc_fops, just use proc_create()Al Viro1-5/+1
2013-04-09dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro3-65/+4
2013-04-09dgrp procfs fixes, part 5: per-node filesAl Viro6-129/+45
2013-04-09dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro2-270/+42
2013-04-09dgrp procfs fixes, part 3: kill dead codeAl Viro1-63/+0
2013-04-09dgrp procfs fixes, part 2Al Viro1-4/+1
2013-04-09dgrp procfs fixes, part 1Al Viro1-2/+1
2013-04-09The rtl8192e procfs-based debug interface seems very brokenSean MacLennan4-1041/+0
2013-04-09rtl8192e: switch to proc_create()Al Viro1-31/+21
2013-04-09rtl8192e: don't use create_proc_entry() for directoriesAl Viro1-1/+1
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro6-12/+56
2013-04-09mode_t, whack-a-mole at 11...Al Viro7-9/+9
2013-04-09snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro1-8/+14
2013-04-09hysdn: stash pointer to card into proc_dir_entry->dataAl Viro2-85/+18
2013-04-09atags_proc: switch to proc_create_data()Al Viro1-18/+10
2013-04-09gadgetfs: don't bother with fops->ownerAl Viro2-4/+0
2013-04-09ccg: don't bother with fops->ownerAl Viro1-2/+0
2013-04-09spufs: don't bother with fops->ownerAl Viro1-2/+0
2013-04-09get rid of the last free_pipe_info() callersAl Viro3-15/+8
2013-04-09get rid of alloc_pipe_info() argumentAl Viro3-5/+5
2013-04-09get rid of pipe->inodeAl Viro4-8/+5
2013-04-09introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOsAl Viro1-15/+25
2013-04-09pipe: set file->private_data to ->i_pipeAl Viro2-11/+10
2013-04-09pipe: don't use ->i_mutexAl Viro3-6/+7
2013-04-09pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro2-21/+53
2013-04-09pipe: preparation to new locking rulesAl Viro1-23/+15
2013-04-09pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_infoAl Viro1-9/+9
2013-04-09pipe: fold file_operations instances in oneAl Viro4-195/+38
2013-04-09fold fifo.c into pipe.cAl Viro3-154/+139
2013-04-09lift sb_start_write out of ->splice_write()Al Viro1-6/+4
2013-04-09lift sb_start_write into default_file_splice_write()Al Viro1-2/+2
2013-04-09lift sb_start_write() out of ->write()Al Viro8-13/+26
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro5-210/+197
2013-04-09f2fs: use mnt_want_write_file() in ioctlAl Viro1-2/+2