summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-061-0/+1
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-062-9/+20
* afs: Stop implementing ->writepage()David Howells2022-12-223-37/+50
* afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui2022-12-221-8/+0
* afs: remove variable nr_serversColin Ian King2022-12-221-5/+1
* afs: Fix lost servers_outstanding countDavid Howells2022-12-221-1/+4
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-126-13/+13
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-256-13/+13
* | afs: Fix server->active leak in afs_put_serverMarc Dionne2022-11-301-1/+1
* | afs: Fix fileserver probe RTT handlingDavid Howells2022-11-281-2/+2
|/
* Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-13/+10
|\
| * Change calling conventions for filldir_tAl Viro2022-08-171-13/+10
* | Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-085-12/+5
|\ \
| * | afs: Use the operation issue time instead of the reply time for callbacksDavid Howells2022-09-015-12/+5
| |/
* / afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells2022-09-061-0/+1
|/
* afs: Enable multipage folio supportDavid Howells2022-08-132-1/+3
* Merge tag 'afs-fixes-20220802' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-098-98/+106
|\
| * afs: Fix access after dec in put functionsDavid Howells2022-08-023-15/+20
| * afs: Use refcount_t rather than atomic_tDavid Howells2022-08-028-94/+97
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-6/+0
|\ \ | |/ |/|
| * afs: Remove check of PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+0
* | netfs: do not unlock and put the folio twiceXiubo Li2022-07-141-1/+1
|/
* afs: Fix dynamic root getattrDavid Howells2022-06-211-1/+2
* netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-3/+3
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-104-4/+4
* afs: Fix some checker issuesDavid Howells2022-06-101-2/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-0911-80/+71
* netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2022-06-091-0/+3
* afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-011-1/+4
* Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-05-251-2/+1
|\
| * afs: Prefer struct_size over open coded arithmeticLen Baker2022-04-261-2/+1
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-254-4/+14
|\ \
| * | afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-223-1/+9
| * | rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-221-3/+5
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-244-23/+20
|\ \ \
| * | | afs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-093-11/+9
| * | | afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)2022-05-091-8/+7
| * | | fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-082-2/+2
| * | | fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| |/ /
* / / afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-221-1/+13
|/ /
* / fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu2022-04-081-2/+1
|/
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-316-58/+53
|\
| * afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2022-03-182-4/+4
| * netfs: Add a netfs inode contextDavid Howells2022-03-186-45/+39
| * netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-1/+2
| * netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-2/+2
| * netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-182-8/+8
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-224-32/+30
|\ \
| * | afs: Convert afs_dir_set_page_dirty() to afs_dir_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-2/+3