aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01switch pipe_read() to copy_page_to_iter()Al Viro1-71/+8
2014-04-01cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro1-8/+8
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro4-144/+138
2014-04-01iov_iter: Move iov_iter to uio.hKent Overstreet2-32/+50
2014-04-01do_shmem_file_read(): call file_read_actor() directlyAl Viro1-3/+3
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro3-10/+0
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro6-9/+9
2014-04-01pipe: kill ->map() and ->unmap()Al Viro7-100/+29
2014-04-01fuse/dev: use atomic mapsAl Viro1-5/+5
2014-04-01VFS: Make delayed_free() call free_vfsmnt()David Howells1-12/+8
2014-04-01mn10300: kmap_atomic() returns void *, not unsigned long...Al Viro1-2/+2
2014-04-01cifs: ->rename() without ->lookup() makes no senseAl Viro1-1/+0
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro5-7/+5
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopAl Viro1-2/+0
2014-04-01new helper: readlink_copy()Al Viro5-47/+12
2014-04-01lustre: generic_readlink() is just fine there, TYVM...Al Viro1-22/+1
2014-04-01get rid of files_defer_init()Al Viro3-10/+4
2014-04-01namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro1-28/+27
2014-04-01get_write_access() is inlined, exporting it is pointlessAl Viro1-1/+0
2014-04-01tidy do_dentry_open() up a bitAl Viro1-12/+10
2014-04-01mark struct file that had write access grabbed by open()Al Viro4-41/+11
2014-04-01fold __get_file_write_access() into its only callerAl Viro1-19/+6
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro10-78/+0
2014-04-01don't bother with {get,put}_write_access() on non-regular filesAl Viro2-21/+9
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2-40/+12
2014-04-01switch nbd to sockfd_lookup/sockfd_putAl Viro2-31/+20
2014-04-01vhost: don't open-code sockfd_put()Al Viro1-7/+7
2014-04-01usbip: don't open-code sockfd_lookup/sockfd_putAl Viro5-35/+9
2014-04-01reduce m_start() cost...Al Viro3-4/+23
2014-04-01smarter propagate_mnt()Al Viro4-82/+133
2014-03-30switch mnt_hash to hlistAl Viro4-50/+61
2014-03-30don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-30keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-30resizable namespace.c hashesAl Viro2-24/+59
2014-03-29rbd: drop an unsafe assertionAlex Elder1-1/+0
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2-0/+10
2014-03-28veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich1-1/+4
2014-03-28ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich1-1/+2
2014-03-28qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich1-1/+3
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich3-6/+12
2014-03-28MAINTAINERS: bonding: change email addressVeaceslav Falico1-1/+1
2014-03-28MAINTAINERS: bonding: change email addressJay Vosburgh1-1/+1
2014-03-28x86: fix boot on uniprocessor systemsArtem Fetishev1-1/+2
2014-03-28ocfs2: check if cluster name exists before derefSasha Levin1-1/+3
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2-52/+145
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1
2014-03-28openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner1-20/+6
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita1-17/+1
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2-3/+15