aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+7
2016-10-06afs: Check for fatal error when in waiting for ack stateGravatar David Howells 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-3/+8
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-48/+3
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-3/+68
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-7/+10
2016-09-04fs/afs/flock: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-2/+2
2016-09-04fs/afs/callback: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-2/+2
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-1/+1
2016-09-04fs/afs/vlocation: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-2/+2
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 5-460/+309
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsGravatar David Howells 1-11/+15
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callGravatar David Howells 4-14/+24
2016-08-30afs: Need linux/random.hGravatar David Howells 1-0/+1
2016-08-30afs: Miscellaneous simple cleanupsGravatar David Howells 1-6/+0
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 5-229/+168
2016-06-10rxrpc: Limit the listening backlogGravatar David Howells 1-15/+19
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-4/+0
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-6/+24
2016-05-10afs: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationGravatar Al Viro 1-7/+7
2016-04-11rxrpc: Differentiate local and remote abort codes in structsGravatar David Howells 1-3/+11
2016-04-11afs: Wait for outstanding async calls before closing rxrpc socketGravatar David Howells 1-3/+13
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 5-21/+21
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-19/+6
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Gravatar Al Viro 1-19/+6
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-05-11net: Add a struct net parameter to sock_create_kernGravatar Eric W. Biederman 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 4-28/+28
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemGravatar Al Viro 2-5/+16
2015-04-01kafs: Add more "unified AFS" error codesGravatar Nathaniel Wesley Filardo 1-1/+15
2015-04-01AFS: afs_send_empty_reply() doesn't require an iovec arrayGravatar David Howells 1-4/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+0
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Gravatar Al Viro 1-7/+7
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-8/+6
2014-12-09put iov_iter into msghdrGravatar Al Viro 1-8/+6
2014-11-19afs_fsync: don't bother with ->f_path.dentryGravatar Al Viro 1-5/+4
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 4-58/+43
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-4/+5
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropGravatar Eric W. Biederman 1-5/+0
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Gravatar Kirill Tkhai 1-1/+0
2014-07-29AFS: Correctly assemble the client UUIDGravatar David Howells 1-2/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-12/+10