summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mnt: release locks on error path in do_loopbackAndrey Vagin2013-04-091-1/+1
* palinfo fixesAl Viro2013-04-091-64/+13
* procfs: add proc_remove_subtree()Al Viro2013-04-092-30/+91
* ecryptfs: close rmmod raceAl Viro2013-04-091-12/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-265-8/+48
|\
| * vt: synchronize_rcu() under spinlock is not nice...Al Viro2013-03-261-2/+4
| * Nest rename_lock inside vfsmount_lockAl Viro2013-03-261-5/+11
| * Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro2013-03-213-1/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-2669-459/+540
|\ \
| * | ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-262-12/+7
| * | bonding: remove already created master sysfs link on failureVeaceslav Falico2013-03-261-0/+5
| * | af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong2013-03-261-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-03-265-22/+43
| |\ \
| | * | igb: fix PHC stopping on max freqJiri Benc2013-03-261-1/+1
| | * | igb: make sensor info staticStephen Hemminger2013-03-261-1/+1
| | * | igb: SR-IOV init reorderingAlex Williamson2013-03-261-1/+1
| | * | igb: Fix null pointer dereferenceAlex Williamson2013-03-261-1/+1
| | * | igb: fix i350 anti spoofing configLior Levy2013-03-261-14/+19
| | * | ixgbevf: don't release the soft entriesxunleer2013-03-261-4/+20
| * | | pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico2013-03-261-2/+2
| |/ /
| * | ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10
| * | unix: fix a race condition in unix_release()Paul Moore2013-03-251-4/+3
| * | tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-03-241-5/+2
| * | bnx2x: fix assignment of signed expression to unsigned variableKumar Amit Mehta2013-03-241-9/+9
| * | bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1