aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-12-10afs: do not test the return value of folio_start_writeback()Gravatar Matthew Wilcox (Oracle) 1-4/+2
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYGravatar David Howells 1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeGravatar David Howells 1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundGravatar David Howells 1-0/+10
2023-11-17afs: Make error on cell lookup failure consistent with OpenAFSGravatar David Howells 1-2/+2
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUGravatar David Howells 2-1/+2
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 3-6/+6
2023-10-18afs: convert to new timestamp accessorsGravatar Jeff Layton 3-6/+6
2023-10-09afs: move afs_xattr_handlers to .rodataGravatar Wedson Almeida Filho 2-2/+2
2023-10-02afs: Annotate struct afs_addr_list with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02afs: Annotate struct afs_permits with __counted_byGravatar Kees Cook 1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 1-2/+0
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheGravatar David Howells 1-0/+2
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-07-13afs: convert to ctime accessor functionsGravatar Jeff Layton 2-4/+4
2023-07-04afs: Fix accidental truncation when storing dataGravatar David Howells 1-3/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+8
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+19
2023-06-23afs: convert pagevec to folio_batch in afs_extend_writeback()Gravatar Matthew Wilcox (Oracle) 1-8/+8
2023-06-19afs: Fix waiting for writeback then skipping folioGravatar Vishal Moola (Oracle) 1-2/+4
2023-06-19afs: Fix dangling folio ref counts in writebackGravatar Vishal Moola (Oracle) 1-0/+1
2023-06-16afs: Fix vlserver probe RTT handlingGravatar David Howells 1-2/+2
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkGravatar David Howells 1-0/+3
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-05-24afs: Provide a splice-read wrapperGravatar David Howells 1-1/+19
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-3/+4
2023-05-06afs: fix the afs_dir_get_folio return valueGravatar Christoph Hellwig 1-3/+4
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-8/+6
2023-05-02afs: Avoid endless loop if file is larger than expectedGravatar Marc Dionne 1-0/+4
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeGravatar David Howells 1-1/+8
2023-05-02afs: Fix updating of i_size with dv jump from serverGravatar Marc Dionne 1-0/+1
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelGravatar David Howells 3-8/+6
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-28/+30
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()Gravatar David Howells 1-5/+4
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Gravatar Matthew Wilcox (Oracle) 3-20/+22
2023-04-05mm: return an ERR_PTR from __filemap_get_folioGravatar Christoph Hellwig 3-8/+8
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-57/+59
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-5/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-17/+17
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Gravatar Linus Torvalds 2-7/+8
2023-02-03afs: use bvec_set_folio to initialize a bvecGravatar Christoph Hellwig 1-5/+3
2023-02-02afs: convert afs_writepages_region() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-57/+59
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-2/+2