Age | Commit message (Expand) | Author | Files | Lines |
2014-04-01 | fold cifs_iovec_read() into its (only) caller | Al Viro | 1 | -18/+9 |
2014-04-01 | cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov() | Al Viro | 1 | -45/+17 |
2014-04-01 | switch vmsplice_to_user() to copy_page_to_iter() | Al Viro | 1 | -89/+21 |
2014-04-01 | switch pipe_read() to copy_page_to_iter() | Al Viro | 1 | -71/+8 |
2014-04-01 | cifs_iovec_read(): resubmit shouldn't restart the loop | Al Viro | 1 | -8/+8 |
2014-04-01 | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() | Al Viro | 4 | -144/+138 |
2014-04-01 | iov_iter: Move iov_iter to uio.h | Kent Overstreet | 2 | -32/+50 |
2014-04-01 | do_shmem_file_read(): call file_read_actor() directly | Al Viro | 1 | -3/+3 |
2014-04-01 | callers of iov_copy_from_user_atomic() don't need pagecache_disable() | Al Viro | 3 | -10/+0 |
2014-04-01 | switch ->is_partially_uptodate() to saner arguments | Al Viro | 6 | -9/+9 |
2014-04-01 | pipe: kill ->map() and ->unmap() | Al Viro | 7 | -100/+29 |
2014-04-01 | fuse/dev: use atomic maps | Al Viro | 1 | -5/+5 |
2014-04-01 | VFS: Make delayed_free() call free_vfsmnt() | David Howells | 1 | -12/+8 |
2014-04-01 | mn10300: kmap_atomic() returns void *, not unsigned long... | Al Viro | 1 | -2/+2 |
2014-04-01 | cifs: ->rename() without ->lookup() makes no sense | Al Viro | 1 | -1/+0 |
2014-04-01 | get rid of pointless checks for NULL ->i_op | Al Viro | 5 | -7/+5 |
2014-04-01 | ntfs: don't put NULL into ->i_op/->i_fop | Al Viro | 1 | -2/+0 |
2014-04-01 | new helper: readlink_copy() | Al Viro | 5 | -47/+12 |
2014-04-01 | lustre: generic_readlink() is just fine there, TYVM... | Al Viro | 1 | -22/+1 |
2014-04-01 | get rid of files_defer_init() | Al Viro | 3 | -10/+4 |
2014-04-01 | namei.c: move EXPORT_SYMBOL to corresponding definitions | Al Viro | 1 | -28/+27 |
2014-04-01 | get_write_access() is inlined, exporting it is pointless | Al Viro | 1 | -1/+0 |
2014-04-01 | tidy do_dentry_open() up a bit | Al Viro | 1 | -12/+10 |
2014-04-01 | mark struct file that had write access grabbed by open() | Al Viro | 4 | -41/+11 |
2014-04-01 | fold __get_file_write_access() into its only caller | Al Viro | 1 | -19/+6 |
2014-04-01 | get rid of DEBUG_WRITECOUNT | Al Viro | 10 | -78/+0 |
2014-04-01 | don't bother with {get,put}_write_access() on non-regular files | Al Viro | 2 | -21/+9 |
2014-04-01 | ncpfs: switch to sockfd_lookup()/sockfd_put() | Al Viro | 2 | -40/+12 |
2014-04-01 | switch nbd to sockfd_lookup/sockfd_put | Al Viro | 2 | -31/+20 |
2014-04-01 | vhost: don't open-code sockfd_put() | Al Viro | 1 | -7/+7 |
2014-04-01 | usbip: don't open-code sockfd_lookup/sockfd_put | Al Viro | 5 | -35/+9 |
2014-04-01 | reduce m_start() cost... | Al Viro | 3 | -4/+23 |
2014-04-01 | smarter propagate_mnt() | Al Viro | 4 | -82/+133 |
2014-03-30 | switch mnt_hash to hlist | Al Viro | 4 | -50/+61 |
2014-03-30 | don't bother with propagate_mnt() unless the target is shared | Al Viro | 1 | -10/+7 |
2014-03-30 | keep shadowed vfsmounts together | Al Viro | 1 | -9/+23 |
2014-03-30 | resizable namespace.c hashes | Al Viro | 2 | -24/+59 |
2014-03-29 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
2014-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+0 |
2014-03-29 | rbd: drop an unsafe assertion | Alex Elder | 1 | -1/+0 |
2014-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 32 | -195/+363 |
2014-03-28 | Merge branch 'vlan_offloads' | David S. Miller | 5 | -3/+19 |
2014-03-28 | vlan: Warn the user if lowerdev has bad vlan features. | Vlad Yasevich | 2 | -0/+10 |
2014-03-28 | veth: Turn off vlan rx acceleration in vlan_features | Vlad Yasevich | 1 | -1/+4 |
2014-03-28 | ifb: Remove vlan acceleration from vlan_features | Vlad Yasevich | 1 | -1/+2 |
2014-03-28 | qlge: Do not propaged vlan tag offloads to vlans | Vlad Yasevich | 1 | -1/+3 |
2014-03-28 | bridge: Fix crash with vlan filtering and tcpdump | Vlad Yasevich | 2 | -5/+20 |
2014-03-28 | net: Account for all vlan headers in skb_mac_gso_segment | Vlad Yasevich | 3 | -6/+12 |
2014-03-28 | MAINTAINERS: bonding: change email address | Veaceslav Falico | 1 | -1/+1 |
2014-03-28 | MAINTAINERS: bonding: change email address | Jay Vosburgh | 1 | -1/+1 |