summaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)AuthorFilesLines
2024-09-16Merge tag 'affs-for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+2
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+38
2024-09-09affs: store cookie in private dataChristian Brauner1-6/+38
2024-09-06affs: Replace one-element array with flexible-array memberThorsten Blum1-1/+2
2024-09-06affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRYThorsten Blum1-2/+0
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-8/+7
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-5/+4
2024-07-11affs: struct slink_front: Replace 1-element array with flexible arrayKees Cook1-1/+1
2024-07-11affs: struct affs_data_head: Replace 1-element array with flexible arrayKees Cook1-1/+1
2024-07-11affs: struct affs_head: Replace 1-element array with flexible arrayKees Cook1-1/+1
2024-02-26affs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+1
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro2-1/+2
2023-12-21affs: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro1-3/+0
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-18affs: convert to new timestamp accessorsJeff Layton2-12/+9
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-46/+43
2023-08-28Merge tag 'affs-for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+19
2023-08-22affs: rename local toupper() to fn() to avoid confusionAndy Shevchenko1-10/+10
2023-08-22affs: remove writepage implementationMatthew Wilcox (Oracle)1-5/+9
2023-08-18affs: convert data read and write to use foliosMatthew Wilcox (Oracle)1-39/+38
2023-08-18affs: convert affs_symlink_read_folio() to use the folioMatthew Wilcox (Oracle)1-7/+5
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-13affs: convert to ctime accessor functionsJeff Layton2-11/+11
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-02-21Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-12/+12
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2023-01-10affs: initialize fsdata in affs_truncate()Alexander Potapenko1-1/+1
2022-08-19affs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-01affs: use memcpy_to_page and remove replace kmap_atomic()David Sterba1-5/+1
2022-05-09affs: Convert affs to read_folioMatthew Wilcox (Oracle)2-4/+6
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+4
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+2
2021-10-18affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+28
2021-02-09fs/affs: release old buffer head on error pathPan Bian1-1/+3