summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro11-22/+28
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro1-16/+20
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro1-60/+1
2013-04-09fold release_mounts() into namespace_unlock()Al Viro1-23/+30
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro3-24/+16
2013-04-09more conversions to namespace_unlock()Al Viro1-14/+6
2013-04-09get rid of the second argument of shrink_submounts()Al Viro1-4/+4
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro1-4/+13
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro4-97/+149
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-04-09palinfo fixesAl Viro1-64/+13
2013-04-09procfs: add proc_remove_subtree()Al Viro2-30/+91
2013-04-09ecryptfs: close rmmod raceAl Viro1-12/+2
2013-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-8/+48
2013-03-26vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-03-26Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds69-459/+540
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-34/+96
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2-12/+7