| Commit message (Expand) | Author | Age | Files | Lines |
* | afs: Fix infinite loop found by xfstest generic/676 | David Howells | 2022-06-01 | 1 | -1/+4 |
* | Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2022-05-25 | 1 | -2/+1 |
|\ |
|
| * | afs: Prefer struct_size over open coded arithmetic | Len Baker | 2022-04-26 | 1 | -2/+1 |
* | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-05-25 | 4 | -4/+14 |
|\ \ |
|
| * | | afs: Adjust ACK interpretation to try and cope with NAT | David Howells | 2022-05-22 | 3 | -1/+9 |
| * | | rxrpc, afs: Fix selection of abort codes | David Howells | 2022-05-22 | 1 | -3/+5 |
* | | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-05-24 | 4 | -23/+20 |
|\ \ \ |
|
| * | | | afs: Convert to release_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 3 | -11/+9 |
| * | | | afs: Convert afs_symlink_readpage to afs_symlink_read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -8/+7 |
| * | | | fs: Convert netfs_readpage to netfs_read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -1/+1 |
| * | | | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2022-05-08 | 2 | -2/+2 |
| * | | | fs: Remove aop_flags parameter from netfs_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+1 |
| |/ / |
|
* / / | afs: Fix afs_getattr() to refetch file status if callback break occurred | David Howells | 2022-05-22 | 1 | -1/+13 |
|/ / |
|
* / | fscache: Remove the cookie parameter from fscache_clear_page_bits() | Yue Hu | 2022-04-08 | 1 | -2/+1 |
|/ |
|
* | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-03-31 | 6 | -58/+53 |
|\ |
|
| * | afs: Maintain netfs_i_context::remote_i_size | David Howells | 2022-03-18 | 2 | -4/+4 |
| * | netfs: Add a netfs inode context | David Howells | 2022-03-18 | 6 | -45/+39 |
| * | netfs: Change ->init_request() to return an error code | David Howells | 2022-03-18 | 1 | -1/+2 |
| * | netfs: Finish off rename of netfs_read_request to netfs_io_request | David Howells | 2022-03-18 | 1 | -2/+2 |
| * | netfs: Rename netfs_read_*request to netfs_io_*request | David Howells | 2022-03-18 | 2 | -8/+8 |
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 4 | -32/+30 |
|\ \ |
|
| * | | afs: Convert afs_dir_set_page_dirty() to afs_dir_dirty_folio() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -2/+3 |
| * | | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio() | Matthew Wilcox (Oracle) | 2022-03-15 | 3 | -5/+6 |
| * | | afs: Convert from launder_page to launder_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 3 | -5/+4 |
| * | | afs: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -13/+11 |
| * | | afs: Convert directory aops to invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -7/+6 |
| |/ |
|
* | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |
* | | afs: Fix potential thrashing in afs writeback | David Howells | 2022-03-11 | 1 | -1/+8 |
|/ |
|
* | proc: remove PDE_DATA() completely | Muchun Song | 2022-01-22 | 1 | -3/+3 |
* | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-01-12 | 10 | -174/+217 |
|\ |
|
| * | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki... | David Howells | 2022-01-11 | 1 | -1/+2 |
| * | afs: Skip truncation on the server of data we haven't written yet | David Howells | 2022-01-07 | 1 | -10/+35 |
| * | afs: Copy local writes to the cache when writing to the server | David Howells | 2022-01-07 | 5 | -15/+92 |
| * | afs: Convert afs to use the new fscache API | David Howells | 2022-01-07 | 10 | -151/+89 |
| * | fscache: Remove the contents of the fscache driver, pending rewrite | David Howells | 2022-01-07 | 1 | -3/+5 |
| * | fscache, cachefiles: Disable configuration | David Howells | 2022-01-07 | 1 | -1/+1 |
* | | afs: Fix mmap | David Howells | 2021-12-16 | 2 | -2/+4 |
|/ |
|
* | afs: Use folios in directory handling | David Howells | 2021-11-10 | 2 | -209/+174 |
* | netfs, 9p, afs, ceph: Use folios | David Howells | 2021-11-10 | 3 | -234/+229 |
* | Merge tag 'afs-next-20211102' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 4 | -28/+27 |
|\ |
|
| * | afs: Set mtime from the client for yfs create operations | Marc Dionne | 2021-11-02 | 1 | -19/+13 |
| * | afs: Sort out symlink reading | David Howells | 2021-11-02 | 3 | -9/+14 |
* | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2021-11-01 | 1 | -4/+5 |
|\ \
| |/
|/| |
|
| * | mm/writeback: Add folio_wait_writeback() | Matthew Wilcox (Oracle) | 2021-09-27 | 1 | -4/+5 |
* | | Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-10-07 | 1 | -2/+1 |
|\ \ |
|
| * | | afs: Fix afs_launder_page() to set correct start file position | David Howells | 2021-10-05 | 1 | -2/+1 |
| |/ |
|
* / | afs: Fix kerneldoc warning shown up by W=1 | David Howells | 2021-10-04 | 1 | -2/+2 |
|/ |
|
* | afs: Fix updating of i_blocks on file/dir extension | David Howells | 2021-09-13 | 4 | -13/+13 |
* | afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server | David Howells | 2021-09-13 | 5 | -12/+49 |
* | afs: Try to avoid taking RCU read lock when checking vnode validity | David Howells | 2021-09-13 | 4 | -45/+48 |