Martin Brandenburg ([email protected])

Number of posts: 107 (0.18 per day)
First post: 2016-03-31 16:17:31
Last post: 2017-11-08 02:34:59

Date List Subject
2018-01-26 19:09:08 linux-kernel [PATCH 7/7] orangefs: create uapi interface
2018-01-26 19:09:03 linux-kernel [PATCH 4/7] orangefs: make orangefs_make_bad_inode static
2018-01-26 00:41:10 linux-kernel [PATCH for 4.15] orangefs: fix deadlock; do not write i_size in read_iter
2018-01-22 20:46:24 linux-kernel [PATCH 2/2] orangefs: initialize op on loop restart in orangefs_devreq_read
2018-01-22 20:46:20 linux-kernel [PATCH 1/2] orangefs: use list_for_each_entry_safe in purge_waiting_ops
2018-01-22 20:45:43 linux-kernel [PATCH 0/2] orangefs: bugfixes for 4.15
2017-12-12 18:40:12 linux-kernel [PATCH 01/18] orangefs: open code short single-use functions
2017-12-12 18:39:36 linux-kernel [PATCH 04/18] orangefs: do not invalidate attribute cache on setattr
2017-12-12 18:39:18 linux-kernel [PATCH 05/18] orangefs: reverse sense of revalidate is-inode-stale test
2017-12-12 18:38:43 linux-kernel [PATCH 06/18] orangefs: move orangefs_address_operations to file.c
2017-12-12 18:38:09 linux-kernel [PATCH 07/18] orangefs: remove orangefs_readpages
2017-12-12 18:38:06 linux-kernel [PATCH 08/18] orangefs: make orangefs_inode_read static
2017-12-12 18:37:42 linux-kernel [PATCH 10/18] orangefs: BUG_ON if i_mode invalid
2017-12-12 18:36:39 linux-kernel [PATCH 11/18] orangefs: remove mapping_nrpages macro
2017-12-12 18:36:35 linux-kernel [PATCH 14/18] orangefs: implement direct_IO for the read case
2017-12-12 18:36:33 linux-kernel [PATCH 15/18] orangefs: call generic_file_read_iter
2017-12-12 18:36:08 linux-kernel [PATCH 16/18] orangefs: implement write through the page cache
2017-12-12 18:35:50 linux-kernel [PATCH 17/18] orangefs: no more explicit setattr
2017-12-12 18:35:31 linux-kernel [PATCH 18/18] orangefs: implement xattr cache
2017-12-12 18:35:14 linux-kernel [PATCH 13/18] orangefs: inodes linger in cache
2017-12-12 18:35:08 linux-kernel [PATCH 12/18] orangefs: set up and use backing_dev_info
2017-12-12 18:34:59 linux-kernel [PATCH 09/18] orangefs: only set a_ops for regular files
2017-12-12 18:34:53 linux-kernel [PATCH 02/18] orangefs: implement vm_ops->fault
2017-12-12 18:34:49 linux-kernel [PATCH 03/18] orangefs: do not invalidate attributes on inode create
2017-12-12 18:34:37 linux-kernel [PATCH 00/18] orangefs: page cache
2017-11-28 21:18:57 linux-kernel [PATCH 5/5] orangefs: reverse sense of revalidate is-inode-stale test
2017-11-28 21:18:46 linux-kernel [PATCH 2/5] orangefs: implement vm_ops->fault
2017-11-28 21:05:25 linux-kernel Re: [PATCH 0/5] orangefs: misc attribute fixes
2017-11-28 20:25:26 linux-kernel [PATCH 0/5] orangefs: misc attribute fixes
2017-11-28 20:24:34 linux-kernel [PATCH 4/5] orangefs: do not invalidate attribute cache on setattr
2017-11-28 20:24:33 linux-kernel [PATCH 1/5] orangefs: open code short single-use functions
2017-11-28 20:24:14 linux-kernel [PATCH 3/5] orangefs: do not invalidate attributes on inode create
2017-11-10 17:09:13 linux-kernel [PATCH] orangefs: call op_release sooner when creating inodes
2017-11-08 02:34:59 linux-kernel [PATCH] orangefs: stop setting atime on inode dirty
2017-04-14 18:23:11 linux-kernel [PATCH] orangefs: free superblock when mount fails
2017-04-07 21:19:54 linux-kernel [PATCH 01/10] orangefs: remove unused get_fsid_from_ino
2017-04-07 21:19:51 linux-kernel [PATCH 03/10] orangefs: clean up oversize xattr validation
2017-04-07 21:19:45 linux-kernel [PATCH 04/10] orangefs: do not set getattr_time on orangefs_lookup
2017-04-07 21:19:21 linux-kernel [PATCH 06/10] orangefs: support llseek on directories
2017-04-07 21:19:12 linux-kernel [PATCH 08/10] orangefs: remove ORANGEFS_READDIR macros
2017-04-07 21:19:00 linux-kernel [PATCH 09/10] orangefs: implement statx
2017-04-07 21:18:40 linux-kernel [PATCH 10/10] orangefs: do not check possibly stale size on truncate
2017-04-07 21:18:25 linux-kernel [PATCH 05/10] orangefs: rewrite readdir to fix several bugs
2017-04-07 21:18:11 linux-kernel [PATCH 07/10] orangefs: support very large directories
2017-04-07 21:17:49 linux-kernel [PATCH 02/10] orangefs: fix bounds check for listxattr
2017-04-07 21:17:41 linux-kernel [PATCH 00/10] orangefs changes for 4.12
2016-11-22 15:49:35 linux-kernel Re: [PATCH] orangefs: Axe some dead code
2016-04-08 17:34:10 linux-kernel [PATCH] orangefs: strncpy -> strscpy
2016-04-08 17:17:06 linux-kernel Re: [PATCH 2/3] orangefs: strncpy -> strlcpy
2016-04-08 15:34:10 linux-kernel Re: [PATCH 2/3] orangefs: strncpy -> strlcpy
2016-04-04 20:27:34 linux-kernel [PATCH 1/3] orangefs: clean up truncate ctime and mtime setting