summaryrefslogtreecommitdiffstats
path: root/fs/affs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-12affs: add setlease file operationJeff Layton-0/+4
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+15
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-11/+15
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-2/+2
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+5
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-5/+5
2025-02-26affs: don't write overlarge OFS data block size fieldsSimon Tatham-1/+2
2025-02-26affs: generate OFS sequence numbers starting at 1Simon Tatham-3/+3
2024-10-08Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api"Christian Brauner-186/+188
2024-09-18affs: convert affs to use the new mount apiEric Sandeen-186/+188
2024-09-16Merge tag 'affs-for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+2
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-6/+38
2024-09-09affs: store cookie in private dataChristian Brauner-6/+38
2024-09-06affs: Replace one-element array with flexible-array memberThorsten Blum-1/+2
2024-09-06affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRYThorsten Blum-2/+0
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-8/+7
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)-5/+4
2024-07-11affs: struct slink_front: Replace 1-element array with flexible arrayKees Cook-1/+1
2024-07-11affs: struct affs_data_head: Replace 1-element array with flexible arrayKees Cook-1/+1
2024-07-11affs: struct affs_head: Replace 1-element array with flexible arrayKees Cook-1/+1
2024-02-26affs: remove SLAB_MEM_SPREAD flag usageChengming Zhou-2/+1
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro-1/+2
2023-12-21affs: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro-3/+0
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein-0/+1
2023-10-18affs: convert to new timestamp accessorsJeff Layton-12/+9
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-46/+43
2023-08-28Merge tag 'affs-for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-15/+19
2023-08-22affs: rename local toupper() to fn() to avoid confusionAndy Shevchenko-10/+10
2023-08-22affs: remove writepage implementationMatthew Wilcox (Oracle)-5/+9
2023-08-18affs: convert data read and write to use foliosMatthew Wilcox (Oracle)-39/+38
2023-08-18affs: convert affs_symlink_read_folio() to use the folioMatthew Wilcox (Oracle)-7/+5
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-0/+1
2023-07-13affs: convert to ctime accessor functionsJeff Layton-11/+11
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+12
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig-0/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-4/+4
2023-01-10affs: initialize fsdata in affs_truncate()Alexander Potapenko-1/+1