#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null ink rel='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/orangefs?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
2025-07-31Merge tag 'for-linus-6.17-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-22fs/orangefs: Allow 2 more characters in do_c_string()Dan Carpenter
2025-07-21fs: orangefs: replace scnprintf() with sysfs_emit()Shankari Anand
2025-07-21fs/orangefs: use snprintf() instead of sprintf()Amir Mohammad Jahangirzad
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-28Merge tag 'for-linus-6.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-20orangefs: adjust counting code to recover from 665575cfMike Marshall
2025-05-14orangefs: Convert to use the new mount APIEric Sandeen
2025-03-27Merge tag 'for-linus-6.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.orangefs' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-18orangefs: Bufmap deadcodingDr. David Alan Gilbert
2025-03-06orangefs: Convert orangefs_writepages to contain an array of foliosMatthew Wilcox (Oracle)
2025-03-06orangefs: Simplify bvec setup in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Unify error & success paths in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Pass mapping to orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Convert orangefs_writepage_locked() to take a folioMatthew Wilcox (Oracle)
2025-03-06orangefs: Remove orangefs_writepage()Matthew Wilcox (Oracle)
2025-03-06orangefs: make open_for_read and open_for_write booleanMatthew Wilcox (Oracle)
2025-03-06orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.cMatthew Wilcox (Oracle)
2025-03-06orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-01-31Merge tag 'for-linus-6.14-ofs4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27orangefs_d_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-15orangefs-debugfs: don't mess with ->d_nameAl Viro
2025-01-08orangefs: fix a oob in orangefs_debug_writeMike Marshall
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-20Merge tag 'for-linux-6.12-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds