summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* reiserfs: use proc_remove_subtree()Al Viro2013-04-091-21/+9
* silicom: untangle module_initAl Viro2013-04-091-192/+133
* silicom: get_bypass_slave_pfs() open-codes lookup_port()Al Viro2013-04-091-25/+2
* silicom: unobfuscate get_{status,master}_port_fn()Al Viro2013-04-091-48/+19
* silicom: helper functions are often useful...Al Viro2013-04-091-280/+43
* get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-096-22/+11
* isp1362-hcd: don't reimplement proc_create_data()Al Viro2013-04-091-4/+1
* rtl8192u: don't play with reassigning ->proc_fops, just use proc_create()Al Viro2013-04-091-5/+1
* dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro2013-04-093-65/+4
* dgrp procfs fixes, part 5: per-node filesAl Viro2013-04-096-129/+45
* dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro2013-04-092-270/+42
* dgrp procfs fixes, part 3: kill dead codeAl Viro2013-04-091-63/+0
* dgrp procfs fixes, part 2Al Viro2013-04-091-4/+1
* dgrp procfs fixes, part 1Al Viro2013-04-091-2/+1
* The rtl8192e procfs-based debug interface seems very brokenSean MacLennan2013-04-094-1041/+0
* rtl8192e: switch to proc_create()Al Viro2013-04-091-31/+21
* rtl8192e: don't use create_proc_entry() for directoriesAl Viro2013-04-091-1/+1
* procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-096-12/+56
* mode_t, whack-a-mole at 11...Al Viro2013-04-097-9/+9
* snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro2013-04-091-8/+14
* hysdn: stash pointer to card into proc_dir_entry->dataAl Viro2013-04-092-85/+18
* atags_proc: switch to proc_create_data()Al Viro2013-04-091-18/+10
* gadgetfs: don't bother with fops->ownerAl Viro2013-04-092-4/+0
* ccg: don't bother with fops->ownerAl Viro2013-04-091-2/+0
* spufs: don't bother with fops->ownerAl Viro2013-04-091-2/+0
* get rid of the last free_pipe_info() callersAl Viro2013-04-093-15/+8
* get rid of alloc_pipe_info() argumentAl Viro2013-04-093-5/+5
* get rid of pipe->inodeAl Viro2013-04-094-8/+5
* introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOsAl Viro2013-04-091-15/+25
* pipe: set file->private_data to ->i_pipeAl Viro2013-04-092-11/+10
* pipe: don't use ->i_mutexAl Viro2013-04-093-6/+7
* pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro2013-04-092-21/+53
* pipe: preparation to new locking rulesAl Viro2013-04-091-23/+15
* pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_infoAl Viro2013-04-091-9/+9
* pipe: fold file_operations instances in oneAl Viro2013-04-094-195/+38
* fold fifo.c into pipe.cAl Viro2013-04-093-154/+139
* lift sb_start_write out of ->splice_write()Al Viro2013-04-091-6/+4
* lift sb_start_write into default_file_splice_write()Al Viro2013-04-091-2/+2
* lift sb_start_write() out of ->write()Al Viro2013-04-098-13/+26
* switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2013-04-095-210/+197
* f2fs: use mnt_want_write_file() in ioctlAl Viro2013-04-091-2/+2
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-0911-22/+28
* hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro2013-04-091-16/+20
* reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro2013-04-091-60/+1
* fold release_mounts() into namespace_unlock()Al Viro2013-04-091-23/+30
* switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro2013-04-093-24/+16
* more conversions to namespace_unlock()Al Viro2013-04-091-14/+6
* get rid of the second argument of shrink_submounts()Al Viro2013-04-091-4/+4
* saner umount_tree()/release_mounts(), part 1Al Viro2013-04-091-4/+13
* get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-094-97/+149
OpenPOWER on IntegriCloud