Age | Commit message (Expand) | Author | Files | Lines |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-10-13 | afs: call->operation_ID sometimes used as __be32 sometimes as u32 | David Howells | 3 | -6/+5 |
2016-10-13 | afs: unmapping the wrong buffer | Dan Carpenter | 1 | -2/+2 |
2016-10-11 | fs: use mapping_set_error instead of opencoded set_bit | Michal Hocko | 1 | -3/+2 |
2016-10-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+7 |
2016-10-06 | afs: Check for fatal error when in waiting for ack state | David Howells | 1 | -1/+1 |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
2016-09-27 | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 1 | -3/+8 |
2016-09-08 | rxrpc: Rewrite the data and ack handling code | David Howells | 1 | -48/+3 |
2016-09-08 | rxrpc: Preallocate peers, conns and calls for incoming service requests | David Howells | 1 | -3/+68 |
2016-09-07 | rxrpc: Add tracepoint for working out where aborts happen | David Howells | 1 | -7/+10 |
2016-09-04 | fs/afs/flock: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -2/+2 |
2016-09-04 | fs/afs/callback: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -2/+2 |
2016-09-04 | fs/afs/rxrpc: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -1/+1 |
2016-09-04 | fs/afs/vlocation: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -2/+2 |
2016-09-01 | rxrpc: Don't expose skbs to in-kernel users [ver #2] | David Howells | 5 | -460/+309 |
2016-08-30 | rxrpc: Pass struct socket * to more rxrpc kernel interface functions | David Howells | 1 | -11/+15 |
2016-08-30 | rxrpc: Provide a way for AFS to ask for the peer address of a call | David Howells | 4 | -14/+24 |
2016-08-30 | afs: Need linux/random.h | David Howells | 1 | -0/+1 |
2016-08-30 | afs: Miscellaneous simple cleanups | David Howells | 1 | -6/+0 |
2016-08-06 | rxrpc: Fix races between skb free, ACK generation and replying | David Howells | 5 | -229/+168 |
2016-06-10 | rxrpc: Limit the listening backlog | David Howells | 1 | -15/+19 |
2016-05-27 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 1 | -4/+0 |
2016-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -6/+24 |
2016-05-10 | afs: switch to ->iterate_shared() | Al Viro | 1 | -1/+1 |
2016-05-02 | make ext2_get_page() and friends work without external serialization | Al Viro | 1 | -7/+7 |
2016-04-11 | rxrpc: Differentiate local and remote abort codes in structs | David Howells | 1 | -3/+11 |
2016-04-11 | afs: Wait for outstanding async calls before closing rxrpc socket | David Howells | 1 | -3/+13 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 5 | -21/+21 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 2 | -4/+4 |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -19/+6 |
2016-01-04 | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 1 | -19/+6 |
2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 1 | -0/+1 |
2015-05-11 | net: Add a struct net parameter to sock_create_kern | Eric W. Biederman | 1 | -1/+1 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 4 | -28/+28 |
2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
2015-04-11 | Merge remote-tracking branch 'dh/afs' into for-davem | Al Viro | 2 | -5/+16 |
2015-04-01 | kafs: Add more "unified AFS" error codes | Nathaniel Wesley Filardo | 1 | -1/+15 |
2015-04-01 | AFS: afs_send_empty_reply() doesn't require an iovec array | David Howells | 1 | -4/+1 |
2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+0 |
2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2015-02-04 | rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr... | Al Viro | 1 | -7/+7 |
2015-01-20 | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 1 | -1/+1 |
2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -8/+6 |
2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -8/+6 |
2014-11-19 | afs_fsync: don't bother with ->f_path.dentry | Al Viro | 1 | -5/+4 |
2014-11-19 | assorted conversions to %p[dD] | Al Viro | 4 | -58/+43 |
2014-10-31 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 1 | -4/+5 |