Age | Commit message (Expand) | Author |
2023-12-21 | afs: Fix use-after-free due to get/remove race in volume tree | David Howells |
2023-12-21 | afs: Fix overwriting of result of DNS query | David Howells |
2023-12-20 | afs: Fix dynamic root lookup DNS check | David Howells |
2023-12-20 | afs: Fix the dynamic root's d_delete to always delete unused dentries | David Howells |
2023-12-11 | afs: Fix refcount underflow from error handling race | David Howells |
2023-11-24 | afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY | David Howells |
2023-11-24 | afs: Fix file locking on R/O volumes to operate in local mode | David Howells |
2023-11-24 | afs: Return ENOENT if no cell DNS record can be found | David Howells |
2023-11-17 | afs: Make error on cell lookup failure consistent with OpenAFS | David Howells |
2023-11-17 | afs: Fix afs_server_list to be cleaned up with RCU | David Howells |
2023-11-01 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-10-30 | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2023-10-18 | afs: convert to new timestamp accessors | Jeff Layton |
2023-10-09 | afs: move afs_xattr_handlers to .rodata | Wedson Almeida Filho |
2023-10-02 | afs: Annotate struct afs_addr_list with __counted_by | Kees Cook |
2023-10-02 | afs: Annotate struct afs_permits with __counted_by | Kees Cook |
2023-09-11 | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-18 | mm, netfs, fscache: stop read optimisation when folio removed from pagecache | David Howells |
2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton |
2023-07-13 | afs: convert to ctime accessor functions | Jeff Layton |
2023-07-04 | afs: Fix accidental truncation when storing data | David Howells |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-23 | afs: convert pagevec to folio_batch in afs_extend_writeback() | Matthew Wilcox (Oracle) |
2023-06-19 | afs: Fix waiting for writeback then skipping folio | Vishal Moola (Oracle) |
2023-06-19 | afs: Fix dangling folio ref counts in writeback | Vishal Moola (Oracle) |
2023-06-16 | afs: Fix vlserver probe RTT handling | David Howells |
2023-06-07 | afs: Fix setting of mtime when creating a file/dir/symlink | David Howells |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells |
2023-05-24 | afs: Provide a splice-read wrapper | David Howells |
2023-05-06 | Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-05-06 | afs: fix the afs_dir_get_folio return value | Christoph Hellwig |
2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-05-02 | afs: Avoid endless loop if file is larger than expected | Marc Dionne |
2023-05-02 | afs: Fix getattr to report server i_size on dirs, not local size | David Howells |
2023-05-02 | afs: Fix updating of i_size with dv jump from server | Marc Dionne |
2023-05-01 | rxrpc: Fix timeout of a call that hasn't yet been granted a channel | David Howells |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-22 | rxrpc: Fix potential race in error handling in afs_make_call() | David Howells |
2023-04-05 | afs: split afs_pagecache_valid() out of afs_validate() | Matthew Wilcox (Oracle) |
2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-20 | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt... | Linus Torvalds |
2023-02-03 | afs: use bvec_set_folio to initialize a bvec | Christoph Hellwig |
2023-02-02 | afs: convert afs_writepages_region() to use filemap_get_folios_tag() | Vishal Moola (Oracle) |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner |