summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-03-02ANDROID: fs: afs: fix filler function typeSami Tolvanen2-5/+11
2017-12-20afs: Fix abort on signal while waiting for call completionDavid Howells1-13/+6
2017-12-20afs: Fix afs_kill_pages()David Howells1-3/+7
2017-12-20afs: Fix page leak in afs_write_begin()David Howells1-2/+5
2017-12-20afs: Populate and use client modification timeMarc Dionne2-10/+10
2017-12-20afs: Better abort and net error handlingDavid Howells1-8/+27
2017-12-20afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2-1/+3
2017-12-20afs: Fix the maths in afs_fs_store_data()David Howells1-1/+1
2017-12-20afs: Prevent callback expiry timer overflowTina Ruchandani3-6/+7
2017-12-20afs: Migrate vlocation fields to 64-bitTina Ruchandani4-16/+20
2017-12-20afs: Flush outstanding writes when an fd is closedDavid Howells3-0/+16
2017-12-20afs: Deal with an empty callback arrayMarc Dionne2-7/+9
2017-12-20afs: Adjust mode bits processingMarc Dionne1-1/+6
2017-12-20afs: Populate group ID from vnode statusMarc Dionne1-1/+1
2017-12-20afs: Fix missing put_page()David Howells1-0/+1
2017-12-14afs: Connect up the CB.ProbeUuidDavid Howells1-0/+3
2017-03-15fs: Better permission checking for submountsEric W. Biederman13-22/+47
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells3-6/+5
2016-10-13afs: unmapping the wrong bufferDan Carpenter1-2/+2
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko7-14/+9
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-1206/+1421
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-06afs: Check for fatal error when in waiting for ack stateDavid Howells1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi17-31/+78
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells24-3337/+1993
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells10-15/+391
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells11-98/+132
2016-09-04fs/afs/flock: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-04fs/afs/callback: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-04fs/afs/vlocation: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells16-586/+565
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells5-28/+44
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells7-14/+48
2016-08-30afs: Need linux/random.hDavid Howells1-0/+1
2016-08-30afs: Miscellaneous simple cleanupsDavid Howells1-6/+0
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells14-286/+225
2016-06-11rxrpc: Limit the listening backlogDavid Howells5-23/+47
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann38-103/+102
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1516-34039/+76286
2016-05-10afs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro5-35/+35
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells10-25/+50
2016-04-11afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells1-3/+13
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro12-197/+71
[next]