summaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-02mn10300: kmap_atomic() returns void *, not unsigned long...Al Viro1-2/+2
2014-04-02cifs: ->rename() without ->lookup() makes no senseAl Viro1-1/+0
2014-04-02get rid of pointless checks for NULL ->i_opAl Viro5-7/+5
2014-04-02ntfs: don't put NULL into ->i_op/->i_fopAl Viro1-2/+0
2014-04-02new helper: readlink_copy()Al Viro5-47/+12
2014-04-02lustre: generic_readlink() is just fine there, TYVM...Al Viro1-22/+1
2014-04-02get rid of files_defer_init()Al Viro3-10/+4
2014-04-02namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro1-28/+27
2014-04-02get_write_access() is inlined, exporting it is pointlessAl Viro1-1/+0
2014-04-02tidy do_dentry_open() up a bitAl Viro1-12/+10
2014-04-02mark struct file that had write access grabbed by open()Al Viro4-41/+11
2014-04-02fold __get_file_write_access() into its only callerAl Viro1-19/+6
2014-04-02get rid of DEBUG_WRITECOUNTAl Viro10-78/+0
2014-04-02don't bother with {get,put}_write_access() on non-regular filesAl Viro2-21/+9
2014-04-02ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2-40/+12
2014-04-02switch nbd to sockfd_lookup/sockfd_putAl Viro2-31/+20
2014-04-02vhost: don't open-code sockfd_put()Al Viro1-7/+7
2014-04-02usbip: don't open-code sockfd_lookup/sockfd_putAl Viro5-35/+9
2014-04-02reduce m_start() cost...Al Viro3-4/+23
2014-04-02smarter propagate_mnt()Al Viro4-82/+133
2014-03-31switch mnt_hash to hlistAl Viro4-50/+61
2014-03-31don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-31keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-31resizable 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
2014-03-28vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin1-1/+5
2014-03-28vhost: fix total length when packets are too shortMichael S. Tsirkin1-0/+14
2014-03-28random32: avoid attempt to late reseed if in the middle of seedingSasha Levin1-1/+12
2014-03-28random32: assign to network folks in MAINTAINERSSasha Levin1-0/+1
2014-03-28Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede1-0/+8
2014-03-28Input: synaptics - add manual min/max quirkBenjamin Tissoires1-0/+47
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz1-1/+2
2014-03-28drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter1-1/+1
2014-03-28drm/radeon: fix runtime suspend breaking secondary GPUsDave Airlie1-5/+12
2014-03-27net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang1-1/+5