aboutsummaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)AuthorFilesLines
2023-08-18affs: convert data read and write to use foliosGravatar Matthew Wilcox (Oracle) 1-39/+38
2023-08-18affs: convert affs_symlink_read_folio() to use the folioGravatar Matthew Wilcox (Oracle) 1-7/+5
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-12/+12
2023-01-26fs: build the legacy direct I/O code conditionallyGravatar Christoph Hellwig 1-0/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 2-4/+4
2023-01-10affs: initialize fsdata in affs_truncate()Gravatar Alexander Potapenko 1-1/+1
2022-08-19affs: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-08-01affs: use memcpy_to_page and remove replace kmap_atomic()Gravatar David Sterba 1-5/+1
2022-05-09affs: Convert affs to read_folioGravatar Matthew Wilcox (Oracle) 2-4/+6
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+4
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+2
2021-10-18affs: use bdev_nr_sectors instead of open coding itGravatar Christoph Hellwig 1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-18/+28
2021-02-09fs/affs: release old buffer head on error pathGravatar Pan Bian 1-1/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-16/+26
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-31affs: fix basic permission bits to actually workGravatar Max Staudt 2-1/+52
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-4/+4
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-11-18affs: fix a memory leak in affs_remountGravatar Navid Emamdoost 1-6/+0
2019-11-18affs: Replace binary semaphores with mutexesGravatar Davidlohr Bueso 2-10/+10
2019-08-30fs: affs: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 4-3/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+2
2019-05-01affs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+2
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Gravatar Chengguang Xu 1-0/+1
2018-05-21affs_lookup: switch to d_splice_alias()Gravatar Al Viro 1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Gravatar Al Viro 1-3/+7
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Gravatar Goffredo Baroncelli 1-1/+1
2018-01-29affs: convert to new i_version APIGravatar Jeff Layton 3-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 3-12/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9