summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-20/+20
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-25/+22
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-2/+2
2026-02-12Merge tag 'for-linus-7.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-23/+25
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+1
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+4
2026-01-20fs/orangefs: Replace deprecated strcpy with memcpy + strscpyThorsten Blum1-17/+19
2026-01-20orangefs: Replace deprecated strcpy with strscpyThorsten Blum1-6/+6
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi1-7/+1
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig1-0/+3
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig2-14/+17
2026-01-12orangefs: add setlease file operationJeff Layton2-1/+4
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2025-11-26orangefs: use inode_update_timestamps directlyChristoph Hellwig1-1/+3
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik2-4/+4
2025-10-03Merge tag 'for-linus-6.18-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-19/+16
2025-09-30fs/orangefs: Replace kzalloc + copy_from_user with memdup_user_nulThorsten Blum1-6/+5
2025-09-30orangefs: fix xattr related buffer overflow...Mike Marshall1-5/+7
2025-09-30orangefs: Remove unused type in macro fill_default_sys_attrsZhen Ni2-8/+4
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-07-31Merge tag 'for-linus-6.17-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-22/+14
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+6
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+9
2025-07-22fs/orangefs: Allow 2 more characters in do_c_string()Dan Carpenter1-3/+3
2025-07-21fs: orangefs: replace scnprintf() with sysfs_emit()Shankari Anand1-18/+10
2025-07-21fs/orangefs: use snprintf() instead of sprintf()Amir Mohammad Jahangirzad1-1/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-7/+9
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes1-4/+6
2025-06-11new helper: set_default_d_op()Al Viro1-1/+1
2025-05-28Merge tag 'for-linus-6.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-98/+102
2025-05-20orangefs: adjust counting code to recover from 665575cfMike Marshall1-4/+5
2025-05-15orangefs: Convert to use the new mount APIEric Sandeen3-98/+102
2025-03-27Merge tag 'for-linus-6.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-28/+0
2025-03-24Merge tag 'vfs-6.15-rc1.orangefs' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-130/+109
2025-03-19orangefs: Bufmap deadcodingDr. David Alan Gilbert2-28/+0
2025-03-06orangefs: Convert orangefs_writepages to contain an array of foliosMatthew Wilcox (Oracle)1-31/+26
2025-03-06orangefs: Simplify bvec setup in orangefs_writepages_work()Matthew Wilcox (Oracle)1-5/+5
2025-03-06orangefs: Unify error & success paths in orangefs_writepages_work()Matthew Wilcox (Oracle)1-23/+13
2025-03-06orangefs: Pass mapping to orangefs_writepages_work()Matthew Wilcox (Oracle)1-9/+13
2025-03-06orangefs: Convert orangefs_writepage_locked() to take a folioMatthew Wilcox (Oracle)1-15/+15
2025-03-06orangefs: Remove orangefs_writepage()Matthew Wilcox (Oracle)1-10/+1
2025-03-06orangefs: make open_for_read and open_for_write booleanMatthew Wilcox (Oracle)1-2/+2
2025-03-06orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.cMatthew Wilcox (Oracle)2-43/+43
2025-03-06orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)1-4/+3
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-31Merge tag 'for-linus-6.14-ofs4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2