| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -8/+6 |
| 2025-03-10 | afs: Use the per-peer app data provided by rxrpc | David Howells | 1 | -69/+13 |
| 2023-12-24 | rxrpc, afs: Allow afs to pin rxrpc_peer objects | David Howells | 1 | -2/+3 |
| 2023-01-06 | rxrpc: Tidy up abort generation infrastructure | David Howells | 1 | -2/+4 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -1/+1 |
| 2022-08-02 | afs: Fix access after dec in put functions | David Howells | 1 | -1/+1 |
| 2022-08-02 | afs: Use refcount_t rather than atomic_t | David Howells | 1 | -1/+1 |
| 2021-07-21 | afs: Fix tracepoint string placement with built-in AFS | David Howells | 1 | -18/+7 |
| 2021-05-25 | afs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+5 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -8/+8 |
| 2020-06-04 | afs: Fix handling of CB.ProbeUuid cache manager op | David Howells | 1 | -2/+3 |
| 2020-06-04 | afs: Don't get epoch from a server because it may be ambiguous | David Howells | 1 | -47/+2 |
| 2020-05-31 | afs: Remove the error argument from afs_protocol_error() | David Howells | 1 | -6/+3 |
| 2020-05-31 | afs: Actively poll fileservers to maintain NAT or firewall openings | David Howells | 1 | -1/+1 |
| 2020-05-31 | afs: Split the usage count on struct afs_server | David Howells | 1 | -1/+3 |
| 2020-04-24 | afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH | David Howells | 1 | -1/+1 |
| 2020-03-13 | afs: Fix handling of an abort from a service handler | David Howells | 1 | -2/+12 |
| 2019-11-21 | afs: Switch the naming of call->iter and call->_iter | David Howells | 1 | -3/+3 |
| 2019-07-30 | afs: Fix the CB.ProbeUuid service handler to reply correctly | David Howells | 1 | -7/+3 |
| 2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -23/+1 |
| 2019-07-10 | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+4 |
| 2019-06-20 | afs: Trace afs_server usage | David Howells | 1 | -1/+4 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
| 2019-06-02 | afs: do not send list of client addresses | Florian Westphal | 1 | -23/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-16 | afs: Get rid of afs_call::reply[] | David Howells | 1 | -7/+7 |
| 2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+8 |
| 2019-04-13 | afs: Avoid section confusion in CM_NAME | Andi Kleen | 1 | -1/+1 |
| 2019-04-08 | afs: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+8 |
| 2018-10-24 | afs: Probe multiple fileservers simultaneously | David Howells | 1 | -35/+94 |
| 2018-10-24 | afs: Implement the YFS cache manager service | David Howells | 1 | -1/+102 |
| 2018-10-24 | afs: Remove callback details from afs_callback_break struct | David Howells | 1 | -12/+5 |
| 2018-10-24 | afs: Add a couple of tracepoints to log I/O errors | David Howells | 1 | -5/+5 |
| 2018-10-24 | afs: Set up the iov_iter before calling afs_extract_data() | David Howells | 1 | -22/+18 |
| 2018-10-24 | afs: Better tracing of protocol errors | David Howells | 1 | -2/+4 |
| 2018-06-16 | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -3/+4 |
| 2018-06-02 | Merge tag 'afs-fixes-20180514' into afs-proc | Al Viro | 1 | -46/+21 |
| 2018-05-23 | afs: Implement network namespacing | David Howells | 1 | -1/+1 |
| 2018-05-14 | afs: Fix CB.CallBack handling | David Howells | 1 | -28/+7 |
| 2018-05-14 | afs: Fix the handling of an unfound server in CM operations | David Howells | 1 | -22/+12 |
| 2018-05-14 | afs: Add a tracepoint to record callbacks from unlisted servers | David Howells | 1 | -3/+9 |
| 2018-05-14 | afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID | David Howells | 1 | -3/+3 |
| 2018-04-09 | afs: Trace protocol errors | David Howells | 1 | -2/+2 |
| 2018-04-09 | afs: Prospectively look up extra files when doing a single lookup | David Howells | 1 | -6/+6 |
| 2018-04-09 | afs: Fix checker warnings | David Howells | 1 | -3/+3 |
| 2017-11-13 | afs: Protect call->state changes against signals | David Howells | 1 | -14/+12 |
| 2017-11-13 | afs: Overhaul the callback handling | David Howells | 1 | -1/+1 |
| 2017-11-13 | afs: Rename struct afs_call server member to cm_server | David Howells | 1 | -10/+8 |
| 2017-11-13 | afs: Connect up the CB.ProbeUuid | David Howells | 1 | -0/+3 |
| 2017-11-13 | afs: Consolidate abort_to_error translators | David Howells | 1 | -6/+0 |
| 2017-11-13 | afs: Push the net ns pointer to more places | David Howells | 1 | -1/+1 |
| 2017-11-13 | afs: Lay the groundwork for supporting network namespaces | David Howells | 1 | -13/+13 |
| 2017-06-05 | uuid,afs: move struct uuid_v1 back into afs | Christoph Hellwig | 1 | -8/+8 |
| 2017-03-16 | afs: Deal with an empty callback array | Marc Dionne | 1 | -6/+5 |
| 2017-02-10 | afs: Move UUID struct to linux/uuid.h | David Howells | 1 | -14/+14 |
| 2017-01-09 | afs: Refcount the afs_call struct | David Howells | 1 | -19/+22 |
| 2017-01-09 | afs: Add some tracepoints | David Howells | 1 | -6/+16 |
| 2016-10-13 | afs: call->operation_ID sometimes used as __be32 sometimes as u32 | David Howells | 1 | -4/+2 |
| 2016-09-01 | rxrpc: Don't expose skbs to in-kernel users [ver #2] | David Howells | 1 | -65/+77 |
| 2016-08-30 | rxrpc: Provide a way for AFS to ask for the peer address of a call | David Howells | 1 | -9/+11 |
| 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 | 1 | -44/+34 |
| 2014-05-21 | AFS: Fix cache manager service handlers | David Howells | 1 | -0/+19 |
| 2011-01-14 | afs: add afs_wq and use it instead of the system workqueue | Tejun Heo | 1 | -6/+6 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2008-04-29 | afs: support the CB.ProbeUuid RPC op | David Howells | 1 | -0/+107 |
| 2008-04-29 | afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourself | David Howells | 1 | -13/+13 |
| 2007-10-17 | fs/afs/: possible cleanups | Adrian Bunk | 1 | -0/+2 |
| 2007-05-03 | [AFS]: Fix memory leak in SRXAFSCB_GetCapabilities | Patrick McHardy | 1 | -0/+1 |
| 2007-04-26 | [AFS]: Implement the CB.InitCallBackState3 operation. | David Howells | 1 | -0/+46 |
| 2007-04-26 | [AFS]: Add support for the CB.GetCapabilities operation. | David Howells | 1 | -0/+98 |
| 2007-04-26 | [AFS]: Add security support. | David Howells | 1 | -0/+3 |
| 2007-04-26 | [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC. | David Howells | 1 | -533/+226 |
| 2007-04-26 | [AFS]: Clean up the AFS sources | David Howells | 1 | -32/+14 |
| 2006-03-24 | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -1/+1 |
| 2006-01-11 | add loglevel to printk in fs/afs/cmservice.c | Jesper Juhl | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+652 |