summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* affs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-261-2/+1
* affs: free affs_sb_info with kfree_rcu()Al Viro2024-02-252-1/+2
* affs: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro2023-12-211-3/+0
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | affs: convert to new timestamp accessorsJeff Layton2023-10-182-12/+9
|/
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-46/+43
|\ \
| * | affs: convert data read and write to use foliosMatthew Wilcox (Oracle)2023-08-181-39/+38
| * | affs: convert affs_symlink_read_folio() to use the folioMatthew Wilcox (Oracle)2023-08-181-7/+5
| |/
* | Merge tag 'affs-for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-282-15/+19
|\ \
| * | affs: rename local toupper() to fn() to avoid confusionAndy Shevchenko2023-08-221-10/+10
| * | affs: remove writepage implementationMatthew Wilcox (Oracle)2023-08-221-5/+9
| |/
* / affs: convert to ctime accessor functionsJeff Layton2023-07-132-11/+11
|/
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* 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