summaryrefslogtreecommitdiff
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\
| * fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-203-12/+12
|\ \ | |/ |/|
| * fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
* | affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-01-101-1/+1
|/
* affs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* affs: use memcpy_to_page and remove replace kmap_atomic()David Sterba2022-08-011-5/+1
* affs: Convert affs to read_folioMatthew Wilcox (Oracle)2022-05-092-4/+6
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-3/+3
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+4
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-2/+2
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+2
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-1/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-233-18/+28
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-16/+26
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | fs/affs: release old buffer head on error pathPan Bian2021-02-091-1/+3
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | affs: fix basic permission bits to actually workMax Staudt2020-08-312-1/+52
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
|/
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
* affs: fix a memory leak in affs_remountNavid Emamdoost2019-11-181-6/+0
* affs: Replace binary semaphores with mutexesDavidlohr Bueso2019-11-182-10/+10
* fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-304-3/+10
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-1/+2
|\
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-1/+2
* | affs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu2018-05-281-0/+1
* affs_lookup: switch to d_splice_alias()Al Viro2018-05-211-6/+5
* affs_lookup(): close a race with affs_remove_link()Al Viro2018-05-211-3/+7
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* affs: convert to new i_version APIJeff Layton2018-01-293-5/+8
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-12/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-143-5/+5
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-173-5/+5
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/