| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-11 | fs: Fix return in jfs_mkdir and orangefs_mkdir | Hongling Zeng | 1 | -1/+1 |
| 2026-04-17 | Merge tag 'for-linus-7.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -73/+411 |
| 2026-04-13 | bufmap: manage as folios, V2. | Mike Marshall | 1 | -43/+358 |
| 2026-04-07 | orangefs: validate getxattr response length | HyungJung Joo | 1 | -0/+4 |
| 2026-04-07 | orangefs_readahead: don't overflow the bufmap slot. | Mike Marshall | 1 | -9/+27 |
| 2026-04-07 | debugfs: take better advantage of strscpy. | Mike Marshall | 1 | -10/+6 |
| 2026-04-07 | orangefs: add usercopy whitelist to orangefs_op_cache | Ziyi Guo | 1 | -1/+5 |
| 2026-04-07 | orangefs-debugfs.c: fix parsing problem with kernel debug keywords. | Mike Marshall | 1 | -10/+11 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 8 | -20/+20 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 8 | -25/+22 |
| 2026-02-18 | Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2026-02-12 | mm: update all remaining mmap_prepare users to use vma_flags_t | Lorenzo Stoakes | 1 | -2/+2 |
| 2026-02-12 | Merge tag 'for-linus-7.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -23/+25 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+1 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -1/+4 |
| 2026-01-19 | fs/orangefs: Replace deprecated strcpy with memcpy + strscpy | Thorsten Blum | 1 | -17/+19 |
| 2026-01-19 | orangefs: Replace deprecated strcpy with strscpy | Thorsten Blum | 1 | -6/+6 |
| 2026-01-16 | posix_acl: make posix_acl_to_xattr() alloc the buffer | Miklos Szeredi | 1 | -7/+1 |
| 2026-01-12 | fs: add support for non-blocking timestamp updates | Christoph Hellwig | 1 | -0/+3 |
| 2026-01-12 | fs: refactor ->update_time handling | Christoph Hellwig | 2 | -14/+17 |
| 2026-01-12 | orangefs: add setlease file operation | Jeff Layton | 2 | -1/+4 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -4/+4 |
| 2025-11-26 | orangefs: use inode_update_timestamps directly | Christoph Hellwig | 1 | -1/+3 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 2 | -4/+4 |
| 2025-10-03 | Merge tag 'for-linus-6.18-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -19/+16 |
| 2025-09-30 | fs/orangefs: Replace kzalloc + copy_from_user with memdup_user_nul | Thorsten Blum | 1 | -6/+5 |
| 2025-09-30 | orangefs: fix xattr related buffer overflow... | Mike Marshall | 1 | -5/+7 |
| 2025-09-30 | orangefs: Remove unused type in macro fill_default_sys_attrs | Zhen Ni | 2 | -8/+4 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-07-31 | Merge tag 'for-linus-6.17-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -22/+14 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+6 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+9 |
| 2025-07-22 | fs/orangefs: Allow 2 more characters in do_c_string() | Dan Carpenter | 1 | -3/+3 |
| 2025-07-21 | fs: orangefs: replace scnprintf() with sysfs_emit() | Shankari Anand | 1 | -18/+10 |
| 2025-07-21 | fs/orangefs: use snprintf() instead of sprintf() | Amir Mohammad Jahangirzad | 1 | -1/+1 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -7/+9 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -2/+2 |
| 2025-06-19 | fs: replace mmap hook with .mmap_prepare for simple mappings | Lorenzo Stoakes | 1 | -4/+6 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-05-28 | Merge tag 'for-linus-6.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -96/+100 |
| 2025-05-20 | orangefs: adjust counting code to recover from 665575cf | Mike Marshall | 1 | -4/+5 |
| 2025-05-14 | orangefs: Convert to use the new mount API | Eric Sandeen | 3 | -96/+100 |
| 2025-03-27 | Merge tag 'for-linus-6.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -28/+0 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.orangefs' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -130/+109 |
| 2025-03-18 | orangefs: Bufmap deadcoding | Dr. David Alan Gilbert | 2 | -28/+0 |
| 2025-03-06 | orangefs: Convert orangefs_writepages to contain an array of folios | Matthew Wilcox (Oracle) | 1 | -31/+26 |
| 2025-03-06 | orangefs: Simplify bvec setup in orangefs_writepages_work() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-03-06 | orangefs: Unify error & success paths in orangefs_writepages_work() | Matthew Wilcox (Oracle) | 1 | -23/+13 |
| 2025-03-06 | orangefs: Pass mapping to orangefs_writepages_work() | Matthew Wilcox (Oracle) | 1 | -9/+13 |
| 2025-03-06 | orangefs: Convert orangefs_writepage_locked() to take a folio | Matthew Wilcox (Oracle) | 1 | -15/+15 |
| 2025-03-06 | orangefs: Remove orangefs_writepage() | Matthew Wilcox (Oracle) | 1 | -10/+1 |
| 2025-03-06 | orangefs: make open_for_read and open_for_write boolean | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-03-06 | orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.c | Matthew Wilcox (Oracle) | 2 | -43/+43 |
| 2025-03-06 | orangefs: Do not truncate file size | Matthew Wilcox (Oracle) | 1 | -4/+3 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+4 |
| 2025-01-31 | Merge tag 'for-linus-6.14-ofs4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2025-01-30 | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+10 |
| 2025-01-27 | orangefs_d_revalidate(): use stable parent inode and name passed by caller | Al Viro | 1 | -11/+8 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -1/+2 |
| 2025-01-15 | orangefs-debugfs: don't mess with ->d_name | Al Viro | 1 | -9/+7 |
| 2025-01-08 | orangefs: fix a oob in orangefs_debug_write | Mike Marshall | 1 | -2/+2 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-20 | Merge tag 'for-linux-6.12-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+7 |
| 2024-09-06 | orangefs: Constify struct kobj_type | Huang Xiaojia | 1 | -7/+7 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | orangefs: Convert orangefs_write_begin() to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+5 |
| 2024-08-07 | orangefs: Convert orangefs_write_end() to use a folio | Matthew Wilcox (Oracle) | 1 | -10/+11 |
| 2024-05-31 | orangefs: Remove calls to set/clear the error flag | Matthew Wilcox (Oracle) | 2 | -13/+4 |
| 2024-05-14 | Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
| 2024-05-06 | orangefs: fix out-of-bounds fsid access | Mike Marshall | 1 | -1/+2 |
| 2024-04-09 | orangefs: cleanup uses of strncpy | Justin Stitt | 3 | -32/+15 |
| 2024-02-14 | Julia Lawall reported this null pointer dereference, this should fix it. | Mike Marshall | 1 | -1/+1 |
| 2024-02-14 | fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGS | Vlastimil Babka | 3 | -12/+2 |
| 2023-12-21 | orangefs: saner arguments passing in readdir guts | Al Viro | 1 | -20/+12 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -8/+8 |
| 2023-10-18 | orangefs: convert to new timestamp accessors | Jeff Layton | 1 | -8/+8 |
| 2023-10-09 | orangefs: move orangefs_xattr_handlers to .rodata | Wedson Almeida Filho | 2 | -2/+2 |
| 2023-08-11 | fs: drop the timespec64 argument from update_time | Jeff Layton | 2 | -2/+2 |
| 2023-08-09 | fs: drop the timespec64 arg from generic_update_time | Jeff Layton | 1 | -1/+2 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-07-24 | orangefs: convert to ctime accessor functions | Jeff Layton | 2 | -4/+4 |
| 2023-05-24 | orangefs: Provide a splice-read wrapper | David Howells | 1 | -1/+21 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+5 |
| 2023-04-18 | orangefs: use folios in orangefs_readahead | Pankaj Raghav | 1 | -4/+5 |
| 2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -2/+0 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -14/+12 |
| 2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -15/+7 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -20/+20 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+1 |
| 2023-02-03 | orangefs: use bvec_set_{page,folio} to initialize bvecs | Christoph Hellwig | 1 | -15/+7 |
| 2023-02-02 | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) | 1 | -12/+11 |
| 2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 3 | -3/+3 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+4 |
| 2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 1 | -0/+1 |
| 2022-12-14 | Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -38/+73 |
| 2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -55/+55 |
| 2022-12-07 | orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() | Zhang Xiaoxu | 1 | -23/+3 |
| 2022-12-07 | orangefs: Fix kmemleak in orangefs_sysfs_init() | Zhang Xiaoxu | 1 | -8/+63 |
| 2022-12-07 | orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string() | Zhang Xiaoxu | 1 | -0/+3 |
| 2022-12-07 | orangefs: Fix sysfs not cleanup when dev init failed | Zhang Xiaoxu | 1 | -4/+4 |
| 2022-12-07 | orangefs: remove redundant assignment to variable buffer_index | Colin Ian King | 1 | -1/+0 |
| 2022-12-07 | orangefs: remove variable i | Colin Ian King | 1 | -2/+0 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -4/+4 |
| 2022-11-13 | orangefs: fix mode handling | Christian Brauner | 3 | -10/+12 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 2 | -2/+2 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 3 | -7/+9 |
| 2022-10-19 | orangefs: rework posix acl handling when creating new filesystem objects | Christian Brauner | 4 | -54/+50 |
| 2022-10-13 | Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-03 | Orangefs: change iterate to iterate_shared | Mike Marshall | 1 | -1/+1 |
| 2022-09-01 | orangefs: use ->f_mapping | Al Viro | 1 | -3/+1 |
| 2022-06-29 | orangefs: Remove test for folio error | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2022-05-09 | orangefs: Convert to free_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-09 | orangefs: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-09 | orangefs: Convert orangefs to read_folio | Matthew Wilcox (Oracle) | 1 | -17/+16 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -3/+2 |
| 2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -60/+61 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | orangefs: Convert launder_page to launder_folio | Matthew Wilcox (Oracle) | 1 | -33/+36 |
| 2022-03-15 | orangefs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -27/+25 |
| 2021-12-31 | orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() | Christophe JAILLET | 1 | -4/+3 |
| 2021-12-31 | orangefs: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -7/+14 |
| 2021-11-09 | Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+5 |
| 2021-10-18 | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -1/+1 |
| 2021-10-18 | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -0/+1 |
| 2021-10-11 | orangefs: Fix sb refcount leak when allocate sb info failed. | Chenyuan Mi | 1 | -1/+1 |
| 2021-10-11 | fs: orangefs: fix error return code of orangefs_revalidate_lookup() | Jia-Ju Bai | 1 | -1/+3 |
| 2021-10-11 | orangefs: Remove redundant initialization of variable ret | Colin Ian King | 1 | -1/+1 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2 | -2/+5 |
| 2021-08-17 | fs: add generic helper for filling statx attribute flags | Amir Goldstein | 1 | -6/+1 |
| 2021-06-28 | orangefs: fix orangefs df output. | Mike Marshall | 1 | -1/+1 |
| 2021-06-28 | orangefs: readahead adjustment | Mike Marshall | 1 | -4/+3 |
| 2021-04-29 | orangefs: leave files in the page cache for a few micro seconds at least | Mike Marshall | 1 | -1/+1 |
| 2021-04-28 | Orangef: implement orangefs_readahead. | Mike Marshall | 2 | -103/+53 |
| 2021-04-27 | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -79/+50 |
| 2021-04-12 | orangefs: convert to fileattr | Miklos Szeredi | 2 | -79/+50 |
| 2021-03-12 | orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap... | Al Viro | 1 | -1/+1 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -20/+32 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 4 | -14/+24 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 3 | -2/+4 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2021-01-06 | orangefs_file_mmap(): use %pD | Al Viro | 1 | -4/+1 |
| 2020-12-16 | orangefs: add splice file operations | Mike Marshall | 1 | -0/+2 |
| 2020-08-04 | orangefs: remove unnecessary assignment to variable ret | Jing Xiangfeng | 1 | -1/+0 |
| 2020-07-28 | orangefs: posix acl fix... | Mike Marshall | 1 | -9/+10 |
| 2020-06-05 | Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -7/+4 |
| 2020-06-02 | orangefs: use attach/detach_page_private | Guoqing Jiang | 1 | -26/+6 |
| 2020-05-29 | orangefs: convert get_user_pages() --> pin_user_pages() | John Hubbard | 1 | -6/+3 |
| 2020-05-29 | orangefs: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
| 2020-04-08 | orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush | Mike Marshall | 1 | -8/+0 |
| 2020-04-08 | orangefs: get rid of knob code... | Mike Marshall | 3 | -62/+7 |
| 2020-02-04 | help_next should increase position index | Vasily Averin | 1 | -0/+1 |
| 2019-12-04 | orangefs: posix open permission checking... | Mike Marshall | 3 | -7/+43 |
| 2019-09-19 | Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
| 2019-09-12 | orangefs: remove redundant assignment to err | Colin Ian King | 1 | -1/+1 |
| 2019-09-12 | orangefs: Add octal zero prefix | Artur Świgoń | 1 | -1/+1 |
| 2019-07-31 | docs: fs: convert porting to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-07-31 | docs: fs: convert docs without extension to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-07-16 | Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+1 |
| 2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -9/+28 |
| 2019-07-11 | orangefs: eliminate needless variable assignments | Mike Marshall | 1 | -2/+0 |
| 2019-07-11 | orangefs: remove redundant assignment to variable buffer_index | Colin Ian King | 1 | -1/+1 |
| 2019-07-04 | orangefs: fix build warning from debugfs cleanup patch | Greg Kroah-Hartman | 3 | -21/+6 |
| 2019-07-03 | orangefs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -31/+4 |
| 2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -9/+28 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+1 |
| 2019-05-09 | Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -488/+1298 |
| 2019-05-03 | orangefs: truncate before updating size | Martin Brandenburg | 1 | -1/+5 |
| 2019-05-03 | orangefs: copy Orangefs-sized blocks into the pagecache if possible. | Mike Marshall | 5 | -15/+156 |
| 2019-05-03 | orangefs: pass slot index back to readpage. | Mike Marshall | 3 | -6/+6 |
| 2019-05-03 | orangefs: remember count when reading. | Mike Marshall | 2 | -1/+29 |
| 2019-05-03 | orangefs: add orangefs_revalidate_mapping | Martin Brandenburg | 5 | -19/+328 |
| 2019-05-03 | orangefs: implement writepages | Martin Brandenburg | 1 | -0/+1 |
| 2019-05-03 | orangefs: write range tracking | Martin Brandenburg | 3 | -35/+274 |
| 2019-05-03 | orangefs: avoid fsync service operation on flush | Martin Brandenburg | 1 | -1/+23 |
| 2019-05-03 | orangefs: skip inode writeout if nothing to write | Martin Brandenburg | 1 | -0/+5 |
| 2019-05-03 | orangefs: move do_readv_writev to direct_IO | Martin Brandenburg | 2 | -111/+111 |
| 2019-05-03 | orangefs: do not return successful read when the client-core disappeared | Martin Brandenburg | 1 | -1/+4 |
| 2019-05-03 | orangefs: implement writepage | Martin Brandenburg | 3 | -68/+80 |
| 2019-05-03 | orangefs: migrate to generic_file_read_iter | Martin Brandenburg | 3 | -102/+36 |
| 2019-05-03 | orangefs: service ops done for writeback are not killable | Martin Brandenburg | 3 | -9/+12 |
| 2019-05-03 | orangefs: remove orangefs_readpages | Martin Brandenburg | 1 | -38/+1 |