- 22538c1 afs: Fix updating of i_blocks on file/dir extension by David Howells · 3 years, 4 months ago
- f76e082 afs: Fix speculative status fetches by David Howells · 3 years, 8 months ago
- 64195f0 afs: Stop listxattr() from listing "afs.*" attributes by David Howells · 3 years, 10 months ago
- a9e5c87 afs: Fix speculative status fetch going out of order wrt to modifications by David Howells · 4 years, 1 month ago
- 2d9900f afs: Fix dirty-region encoding on ppc32 with 64K pages by David Howells · 4 years, 2 months ago
- f86726a afs: Fix afs_invalidatepage to adjust the dirty region by David Howells · 4 years, 2 months ago
- 65dd2d6 afs: Alter dirty range encoding in page->private by David Howells · 4 years, 2 months ago
- 185f0c7 afs: Wrap page->private manipulations in inline functions by David Howells · 4 years, 2 months ago
- d383e34 afs: Fix afs_launder_page to not clear PG_writeback by David Howells · 4 years, 2 months ago
- dca54a7 afs: Add tracing for cell refcount and active user count by David Howells · 4 years, 3 months ago
- 1d0e850 afs: Fix cell removal by David Howells · 4 years, 2 months ago
- 88c853c afs: Fix cell refcounting by splitting the usage counter by David Howells · 5 years ago
- 92e3cc9 afs: Fix rapid cell addition/removal by not using RCU on cells tree by David Howells · 4 years, 3 months ago
- ec0fa0b afs: Fix deadlock between writeback and truncate by David Howells · 4 years, 3 months ago
- b95b309 afs: Don't use VL probe running state to make decisions outside probe code by David Howells · 4 years, 4 months ago
- fb72cd3 afs: Expose information from afs_vlserver through /proc for debugging by David Howells · 4 years, 4 months ago
- 4f4c2c0 afs: Remove afs_vlserver->probe.have_result by David Howells · 4 years, 4 months ago
- 719fdd3 afs: Fix storage of cell names by David Howells · 4 years, 6 months ago
- 5481fc6 afs: Fix hang on rmmod due to outstanding timer by David Howells · 4 years, 6 months ago
- b6489a4 afs: Fix silly rename by David Howells · 4 years, 7 months ago
- 728279a afs: Fix use of afs_check_for_remote_deletion() by David Howells · 4 years, 7 months ago
- 44767c3 afs: Remove afs_operation::abort_code by David Howells · 4 years, 7 months ago
- 6c85cac afs: Remove yfs_fs_fetch_file_status() as it's not used by David Howells · 4 years, 7 months ago
- 793fe82 afs: Fix truncation issues and mmap writeback size by David Howells · 4 years, 7 months ago
- da8d075 afs: Concoct ctimes by David Howells · 4 years, 7 months ago
- c68421b afs: Make afs_zap_data() static by David Howells · 4 years, 11 months ago
- 5749ce9 afs: Fix file locking by David Howells · 4 years, 7 months ago
- 8409f67 afs: Adjust the fileserver rotation algorithm to reprobe/retry more quickly by David Howells · 4 years, 8 months ago
- 32275d3 afs: Show more a bit more server state in /proc/net/afs/servers by David Howells · 4 years, 8 months ago
- f3c130e afs: Don't use probe running state to make decisions outside probe code by David Howells · 4 years, 8 months ago
- 3c4c407 afs: Fix the by-UUID server tree to allow servers with the same UUID by David Howells · 4 years, 7 months ago
- 2032596 afs: Reorganise volume and server trees to be rooted on the cell by David Howells · 4 years, 8 months ago
- cca37d4 afs: Add a tracepoint to track the lifetime of the afs_volume struct by David Howells · 4 years, 8 months ago
- 8a070a9 afs: Detect cell aliases 1 - Cells with root volumes by David Howells · 4 years, 8 months ago
- c3e9f88 afs: Implement client support for the YFSVL.GetCellName RPC op by David Howells · 4 years, 8 months ago
- 194d28cf afs: Retain more of the VLDB record for alias detection by David Howells · 4 years, 8 months ago
- 4474635 afs: Don't get epoch from a server because it may be ambiguous by David Howells · 4 years, 7 months ago
- e49c7b2 afs: Build an abstraction around an "operation" concept by David Howells · 4 years, 9 months ago
- a310082 afs: Rename struct afs_fs_cursor to afs_operation by David Howells · 4 years, 9 months ago
- 7126ead afs: Remove the error argument from afs_protocol_error() by David Howells · 4 years, 9 months ago
- 38355ee afs: Set error flag rather than return error from file status decode by David Howells · 4 years, 9 months ago
- 8230fd8 afs: Make callback processing more efficient. by David Howells · 4 years, 9 months ago
- f6cbb36 afs: Actively poll fileservers to maintain NAT or firewall openings by David Howells · 4 years, 8 months ago
- 977e5f8 afs: Split the usage count on struct afs_server by David Howells · 4 years, 9 months ago
- 8100680 afs: Use the serverUnique field in the UVLDB record to reduce rpc ops by David Howells · 4 years, 9 months ago
- c4bfda1 afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate by David Howells · 4 years, 9 months ago
- be59167 afs: Remove some unused bits by David Howells · 4 years, 8 months ago
- 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
- dde9f09 afs: Fix handling of an abort from a service handler by David Howells · 4 years, 10 months ago
- ddd2b85 afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t by Jann Horn · 4 years, 10 months ago
- d4438a2 afs: Introduce an afs_get_read() refcount helper by David Howells · 5 years ago
- fc27612 afs: Switch the naming of call->iter and call->_iter by David Howells · 5 years ago
- 1eb80d6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 473ef57 afs dynroot: switch to simple_dir_operations by Al Viro · 5 years ago
- 8b6a666 afs: Provide an RCU-capable key lookup by David Howells · 6 years ago
- 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
- 8dda995 Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- cd0f3aa Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
- 4521819 afs: Trace afs_server usage by David Howells · 6 years ago
- 051d252 afs: Add some callback management tracepoints by David Howells · 6 years ago
- 90fa9b6 afs: Fix uninitialised spinlock afs_volume::cb_break_lock by David Howells · 6 years ago
- a6853b9 afs: Fix vlserver record corruption by David Howells · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 35ebfc2 afs: do not send list of client addresses by Florian Westphal · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- b835915 afs: Pass pre-fetch server and volume break counts into afs_iget5_set() by David Howells · 6 years ago
- a38a755 afs: Fix unlink to handle YFS.RemoveFile2 better by David Howells · 6 years ago
- f642404 afs: Make vnode->cb_interest RCU safe by David Howells · 6 years ago
- c925bd0 afs: Split afs_validate() so first part can be used under LOOKUP_RCU by David Howells · 6 years ago
- 7c71245 afs: Don't save callback version and type fields by David Howells · 6 years ago
- a58823a afs: Fix application of status and callback to be under same lock by David Howells · 6 years ago
- 4571577 afs: Always get the reply time by David Howells · 6 years ago
- 8718275 afs: Fix order-1 allocation in afs_do_lookup() by David Howells · 6 years ago
- ffba718 afs: Get rid of afs_call::reply[] by David Howells · 6 years ago
- 20b8391 afs: Make some RPC operations non-interruptible by David Howells · 6 years ago
- 94f699c afs: Fix the maximum lifespan of VL and probe calls by David Howells · 6 years ago
- d5c32c8 afs: Fix cell DNS lookup by David Howells · 6 years ago
- 773e0c4 afs: Fix afs_xattr_get_yfs() to not try freeing an error value by David Howells · 6 years ago
- f5e4546 afs: Implement YFS ACL setting by David Howells · 6 years ago
- ae46578 afs: Get YFS ACLs and information through xattrs by David Howells · 6 years ago
- b10494a afs: implement acl setting by Joe Gorse · 6 years ago
- 260f082 afs: Get an AFS3 ACL as an xattr by David Howells · 6 years ago
- b134d68 afs: Log more information for "kAFS: AFS vnode with undefined type\n" by David Howells · 6 years ago
- 6c6c1d6 afs: Provide mount-time configurable byte-range file locking emulation by David Howells · 6 years ago
- 79ddbfa afs: Implement sillyrename for unlink and rename by David Howells · 6 years ago
- cdfb26b afs: Handle lock rpc ops failing on a file that got deleted by David Howells · 6 years ago
- a690f60 afs: Calculate lock extend timer from set/extend reply reception by David Howells · 6 years ago
- 0b9bf38 afs: Split wait from afs_make_call() by David Howells · 6 years ago
- eeba1e9 afs: Fix in-progess ops to ignore server-level callback invalidation by David Howells · 6 years ago
- c99c217 afs: Use fs_context to pass parameters over automount by David Howells · 6 years ago
- 13fcc68 afs: Add fs_context support by David Howells · 6 years ago
- 4584ae9 afs: Fix missing net error handling by David Howells · 6 years ago
- 3bf0fb6 afs: Probe multiple fileservers simultaneously by David Howells · 6 years ago
- 18ac618 afs: Fix callback handling by David Howells · 6 years ago
- 2feeaf8 afs: Eliminate the address pointer from the address list cursor by David Howells · 6 years ago
- 744bcd7 afs: Allow dumping of server cursor on operation failure by David Howells · 6 years ago
- 30062bd afs: Implement YFS support in the fs client by David Howells · 6 years ago
- 12d8e95 afs: Calc callback expiry in op reply delivery by David Howells · 6 years ago
- f51375c afs: Add a couple of tracepoints to log I/O errors by David Howells · 6 years ago