aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2024-03-26afs: Revert "afs: Hide silly-rename files from userspace"David Howells
2024-03-06afs: Fix endless loop in directory parsingDavid Howells
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov
2024-01-31afs: Hide silly-rename files from userspaceDavid Howells
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2024-01-01afs: Fix use-after-free due to get/remove race in volume treeDavid Howells
2024-01-01afs: Fix overwriting of result of DNS queryDavid Howells
2024-01-01afs: Fix dynamic root lookup DNS checkDavid Howells
2024-01-01afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells
2023-12-03afs: Fix file locking on R/O volumes to operate in local modeDavid Howells
2023-12-03afs: Return ENOENT if no cell DNS record can be foundDavid Howells
2023-12-03afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells
2023-12-03afs: Fix afs_server_list to be cleaned up with RCUDavid Howells
2023-07-19afs: Fix accidental truncation when storing dataDavid Howells
2023-06-21afs: Fix vlserver probe RTT handlingDavid Howells
2023-06-14afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells
2023-05-11afs: Avoid endless loop if file is larger than expectedMarc Dionne
2023-05-11afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells
2023-05-11afs: Fix updating of i_size with dv jump from serverMarc Dionne
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-12-31afs: Fix lost servers_outstanding countDavid Howells
2022-11-30afs: Fix server->active leak in afs_put_serverMarc Dionne
2022-11-28afs: Fix fileserver probe RTT handlingDavid Howells
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-08Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-06afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2022-08-17Change calling conventions for filldir_tAl Viro
2022-08-13afs: Enable multipage folio supportDavid Howells
2022-08-09Merge tag 'afs-fixes-20220802' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02afs: Fix access after dec in put functionsDavid Howells
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li
2022-06-29afs: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-21afs: Fix dynamic root getattrDavid Howells
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-10afs: Fix some checker issuesDavid Howells
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds
2022-06-01afs: Fix infinite loop found by xfstest generic/676David Howells
2022-05-25Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells