summaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)Author
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-02-20Merge tag 'for-6.3/dio-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-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig
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 ->setattr() to pass mnt_idmapChristian Brauner
2023-01-10affs: initialize fsdata in affs_truncate()Alexander Potapenko
2022-08-19affs: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-01affs: use memcpy_to_page and remove replace kmap_atomic()David Sterba
2022-05-09affs: Convert affs to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2021-10-18affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-09fs/affs: release old buffer head on error pathPan Bian
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-31affs: fix basic permission bits to actually workMax Staudt
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2019-11-18affs: fix a memory leak in affs_remountNavid Emamdoost
2019-11-18affs: Replace binary semaphores with mutexesDavidlohr Bueso
2019-08-30fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-01affs: switch to ->free_inode()Al Viro
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli
2018-01-29affs: convert to new i_version APIJeff Layton
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton