Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-04-09 | lift sb_start_write() out of ->write() | Al Viro | 8 | -13/+26 |
2013-04-09 | switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE | Al Viro | 5 | -210/+197 |
2013-04-09 | f2fs: use mnt_want_write_file() in ioctl | Al Viro | 1 | -2/+2 |
2013-04-09 | lift sb_start_write/sb_end_write out of ->aio_write() | Al Viro | 11 | -22/+28 |
2013-04-09 | hpfs: move setting hpfs-private i_dirty to ->write_end() | Al Viro | 1 | -16/+20 |
2013-04-09 | reiserfs: don't wank with EFBIG before calling do_sync_write() | Al Viro | 1 | -60/+1 |
2013-04-09 | fold release_mounts() into namespace_unlock() | Al Viro | 1 | -23/+30 |
2013-04-09 | switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers | Al Viro | 3 | -24/+16 |
2013-04-09 | more conversions to namespace_unlock() | Al Viro | 1 | -14/+6 |
2013-04-09 | get rid of the second argument of shrink_submounts() | Al Viro | 1 | -4/+4 |
2013-04-09 | saner umount_tree()/release_mounts(), part 1 | Al Viro | 1 | -4/+13 |
2013-04-09 | get rid of full-hash scan on detaching vfsmounts | Al Viro | 4 | -97/+149 |
2013-04-09 | mnt: release locks on error path in do_loopback | Andrey Vagin | 1 | -1/+1 |
2013-04-09 | palinfo fixes | Al Viro | 1 | -64/+13 |
2013-04-09 | procfs: add proc_remove_subtree() | Al Viro | 2 | -30/+91 |
2013-04-09 | ecryptfs: close rmmod race | Al Viro | 1 | -12/+2 |
2013-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -8/+48 |
2013-03-26 | vt: synchronize_rcu() under spinlock is not nice... | Al Viro | 1 | -2/+4 |
2013-03-26 | Nest rename_lock inside vfsmount_lock | Al Viro | 1 | -5/+11 |
2013-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 69 | -459/+540 |
2013-03-26 | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -34/+96 |
2013-03-26 | ipv4: Fix ip-header identification for gso packets. | Pravin B Shelar | 2 | -12/+7 |
2013-03-26 | bonding: remove already created master sysfs link on failure | Veaceslav Falico | 1 | -0/+5 |
2013-03-26 | af_unix: dont send SCM_CREDENTIAL when dest socket is NULL | dingtianhong | 1 | -2/+2 |
2013-03-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 5 | -22/+43 |
2013-03-26 | pch_gbe: fix ip_summed checksum reporting on rx | Veaceslav Falico | 1 | -2/+2 |
2013-03-26 | igb: fix PHC stopping on max freq | Jiri Benc | 1 | -1/+1 |
2013-03-26 | igb: make sensor info static | Stephen Hemminger | 1 | -1/+1 |
2013-03-26 | igb: SR-IOV init reordering | Alex Williamson | 1 | -1/+1 |
2013-03-26 | igb: Fix null pointer dereference | Alex Williamson | 1 | -1/+1 |
2013-03-26 | igb: fix i350 anti spoofing config | Lior Levy | 1 | -14/+19 |
2013-03-26 | ixgbevf: don't release the soft entries | xunleer | 1 | -4/+20 |
2013-03-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
2013-03-25 | ipv6: fix bad free of addrconf_init_net | Hong Zhiguo | 1 | -16/+10 |
2013-03-25 | unix: fix a race condition in unix_release() | Paul Moore | 1 | -4/+3 |
2013-03-25 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 11 | -19/+27 |
2013-03-25 | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 7 | -21/+28 |
2013-03-25 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -6/+8 |