summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2023-05-02afs: Fix updating of i_size with dv jump from serverMarc Dionne
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()David Howells
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-03afs: use bvec_set_folio to initialize a bvecChristoph Hellwig
2023-02-02afs: convert afs_writepages_region() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-11fs: remove locks_inodeJeff Layton
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2022-12-22afs: Stop implementing ->writepage()David Howells
2022-12-22afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui
2022-12-22afs: remove variable nr_serversColin Ian King
2022-12-22afs: Fix lost servers_outstanding countDavid Howells
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-30afs: Fix server->active leak in afs_put_serverMarc Dionne
2022-11-28afs: Fix fileserver probe RTT handlingDavid Howells
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
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