summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2020-01-29afs: Fix large file supportMarc Dionne
2017-12-20afs: Fix abort on signal while waiting for call completionDavid Howells
2017-12-20afs: Fix afs_kill_pages()David Howells
2017-12-20afs: Fix page leak in afs_write_begin()David Howells
2017-12-20afs: Populate and use client modification timeMarc Dionne
2017-12-20afs: Better abort and net error handlingDavid Howells
2017-12-20afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells
2017-12-20afs: Fix the maths in afs_fs_store_data()David Howells
2017-12-20afs: Prevent callback expiry timer overflowTina Ruchandani
2017-12-20afs: Migrate vlocation fields to 64-bitTina Ruchandani
2017-12-20afs: Flush outstanding writes when an fd is closedDavid Howells
2017-12-20afs: Deal with an empty callback arrayMarc Dionne
2017-12-20afs: Adjust mode bits processingMarc Dionne
2017-12-20afs: Populate group ID from vnode statusMarc Dionne
2017-12-20afs: Fix missing put_page()David Howells
2017-12-14afs: Connect up the CB.ProbeUuidDavid Howells
2017-03-15fs: Better permission checking for submountsEric W. Biederman
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells
2016-10-13afs: unmapping the wrong bufferDan Carpenter
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-06afs: Check for fatal error when in waiting for ack stateDavid Howells
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-09-04fs/afs/flock: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-09-04fs/afs/callback: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-09-04fs/afs/vlocation: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells
2016-08-30afs: Need linux/random.hDavid Howells
2016-08-30afs: Miscellaneous simple cleanupsDavid Howells
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells
2016-06-10rxrpc: Limit the listening backlogDavid Howells
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-05-10afs: switch to ->iterate_shared()Al Viro
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells
2016-04-11afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro