summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2025-10-02afs: Fix potential null pointer dereference in afs_put_serverZhen Ni1-1/+2
2025-03-07afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells1-2/+2
2025-03-07afs: Make it possible to find the volumes that are using a serverDavid Howells6-32/+143
2025-02-08afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells1-2/+3
2025-02-08afs: Fix cleanup of immediately failed async callsDavid Howells2-3/+18
2025-02-08afs: Fix directory format encoding structDavid Howells1-1/+1
2025-02-08afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells1-1/+6
2025-01-17afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2024-11-08afs: Fix missing subdir edit when renamed between parent dirsDavid Howells3-2/+116
2024-08-29afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-07-25mm: page_ref: remove folio_try_get_rcu()Yang Shi1-1/+1
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-03-27afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-06afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov1-1/+2
2024-02-01afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-01-01afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2-3/+25
2024-01-01afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-01afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-01afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-03afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-12-03afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-12-03afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-12-03afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-13afs: convert to ctime accessor functionsJeff Layton2-4/+4
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells1-3/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+8
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+19
2023-06-24afs: convert pagevec to folio_batch in afs_extend_writeback()Matthew Wilcox (Oracle)1-8/+8
2023-06-19afs: Fix waiting for writeback then skipping folioVishal Moola (Oracle)1-2/+4
2023-06-19afs: Fix dangling folio ref counts in writebackVishal Moola (Oracle)1-0/+1
2023-06-17afs: Fix vlserver probe RTT handlingDavid Howells1-2/+2
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells1-0/+3
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24afs: Provide a splice-read wrapperDavid Howells1-1/+19
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+4
2023-05-06afs: fix the afs_dir_get_folio return valueChristoph Hellwig1-3/+4
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-8/+6
2023-05-02afs: Avoid endless loop if file is larger than expectedMarc Dionne1-0/+4
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells1-1/+8
2023-05-02afs: Fix updating of i_size with dv jump from serverMarc Dionne1-0/+1
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells3-8/+6
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-28/+30
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()David Howells1-5/+4