Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
785d74ec3bbf26ac7f6e92e6e96a259aec0f107a
/
fs
/
orangefs
9f198a2
help_next should increase position index
by Vasily Averin
· 5 years ago
f9bbb68
orangefs: posix open permission checking...
by Mike Marshall
· 5 years ago
7a0d796
Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 5 years ago
e6b998a
orangefs: remove redundant assignment to err
by Colin Ian King
· 5 years ago
c42293a
orangefs: Add octal zero prefix
by Artur Świgoń
· 5 years ago
25b532c
docs: fs: convert porting to ReST
by Mauro Carvalho Chehab
· 5 years ago
ec23eb5
docs: fs: convert docs without extension to ReST
by Mauro Carvalho Chehab
· 5 years ago
0a8ad0ff
Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 5 years ago
5010fe9
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
e65682b
orangefs: eliminate needless variable assignments
by Mike Marshall
· 5 years ago
f10789e
orangefs: remove redundant assignment to variable buffer_index
by Colin Ian King
· 6 years ago
0979cf9
orangefs: fix build warning from debugfs cleanup patch
by Greg Kroah-Hartman
· 5 years ago
f095adb
orangefs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
5aca284
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
by Darrick J. Wong
· 5 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
8823880
Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 6 years ago
33713cd
orangefs: truncate before updating size
by Martin Brandenburg
· 6 years ago
dd59a64
orangefs: copy Orangefs-sized blocks into the pagecache if possible.
by Mike Marshall
· 6 years ago
4077a0f
orangefs: pass slot index back to readpage.
by Mike Marshall
· 6 years ago
c2549f8
orangefs: remember count when reading.
by Mike Marshall
· 6 years ago
8f04e1b
orangefs: add orangefs_revalidate_mapping
by Martin Brandenburg
· 6 years ago
c472ebc
orangefs: implement writepages
by Martin Brandenburg
· 6 years ago
52e2d0a
orangefs: write range tracking
by Martin Brandenburg
· 6 years ago
90fc070
orangefs: avoid fsync service operation on flush
by Martin Brandenburg
· 7 years ago
8a88bbc
orangefs: skip inode writeout if nothing to write
by Martin Brandenburg
· 7 years ago
3e9dfc6
orangefs: move do_readv_writev to direct_IO
by Martin Brandenburg
· 6 years ago
43f3457
orangefs: do not return successful read when the client-core disappeared
by Martin Brandenburg
· 6 years ago
85ac799
orangefs: implement writepage
by Martin Brandenburg
· 7 years ago
c453dcf
orangefs: migrate to generic_file_read_iter
by Martin Brandenburg
· 7 years ago
0dcac0f
orangefs: service ops done for writeback are not killable
by Martin Brandenburg
· 7 years ago
a68d9c6
orangefs: remove orangefs_readpages
by Martin Brandenburg
· 7 years ago
afd9fb2
orangefs: reorganize setattr functions to track attribute changes
by Martin Brandenburg
· 7 years ago
df2d733
orangefs: let setattr write to cached inode
by Martin Brandenburg
· 7 years ago
f2d34c7
orangefs: set up and use backing_dev_info
by Martin Brandenburg
· 7 years ago
5e4f606
orangefs: hold i_lock during inode_getattr
by Martin Brandenburg
· 7 years ago
5e7f1d4
orangefs: update attributes rather than relying on server
by Martin Brandenburg
· 7 years ago
8b60785
orangefs: simplify orangefs_inode_getattr interface
by Martin Brandenburg
· 7 years ago
66d5477
orangefs: do not invalidate attributes on inode create
by Martin Brandenburg
· 6 years ago
fc2e2e9
orangefs: implement xattr cache
by Martin Brandenburg
· 7 years ago
f276ae0
orangefs: make use of ->free_inode()
by Al Viro
· 6 years ago
5f739e4
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
6e356d4
orangefs: remove two un-needed BUG_ONs...
by Mike Marshall
· 6 years ago
5678b5d
orangefs: don't reinitialize result_mask in ->getattr
by Christoph Hellwig
· 6 years ago
f86196e
fs: don't open code lru_to_page()
by Nikolay Borisov
· 6 years ago
08d405c
fs/: remove caller signal_pending branch predictions
by Davidlohr Bueso
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
22fc9db
orangefs: no need to check for service_operation returns > 0
by Mike Marshall
· 6 years ago
34e6148a
orangefs: some error code paths missed kmem_cache_free
by Mike Marshall
· 6 years ago
b5d72cd
orangefs: don't let orangefs_iget return NULL.
by Mike Marshall
· 6 years ago
5624999
orangefs: don't let orangefs_new_inode return NULL
by Mike Marshall
· 6 years ago
2978d87
orangefs: rate limit the client not running info message
by Colin Ian King
· 6 years ago
052d127
orangefs: cache NULL when both default_acl and acl are NULL
by Chengguang Xu
· 6 years ago
e1b43769
orangefs: remove redundant pointer orangefs_inode
by Colin Ian King
· 6 years ago
8bf782f
orangefs: Adding new return type vm_fault_t
by Souptick Joarder
· 7 years ago
5e7b921
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
by Linus Torvalds
· 7 years ago
29d6849
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
44348e8a
fix a series of Documentation/ broken file name references
by Mauro Carvalho Chehab
· 7 years ago
430ff7917
orangefs: simplify compat ioctl handling
by Al Viro
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
15eefe2
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
by Arnd Bergmann
· 7 years ago
091a0f2
Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
b1116bc
orangefs: use sparse annotations for holding locks across function calls.
by Mike Marshall
· 7 years ago
3cf796a
orangefs: make debug_help_fops static
by Mike Marshall
· 7 years ago
8a6080f
orangefs: remove unused function orangefs_get_bufmap_init
by Mike Marshall
· 7 years ago
817e9b4
orangefs: specify user pointers when using dev_map_desc and bufmap
by Mike Marshall
· 7 years ago
95f5f88
orangefs: formatting cleanups
by Mike Marshall
· 7 years ago
f6a4b4c
orangefs: set i_size on new symlink
by Martin Brandenburg
· 7 years ago
7f54910
orangefs: report attributes_mask and attributes for statx
by Martin Brandenburg
· 7 years ago
ec62e95a
orangefs: make struct orangefs_file_vm_ops static
by Colin Ian King
· 7 years ago
9f8fd53
orangefs: revamp block sizes
by Martin Brandenburg
· 7 years ago
04bb1ba
orangefs_lookup: simplify
by Al Viro
· 7 years ago
1e2e547
do d_instantiate/unlock_new_inode combinations safely
by Al Viro
· 7 years ago
6590384
orangefs_kill_sb(): deal with allocation failures
by Al Viro
· 7 years ago
8ea4a5d
Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 7 years ago
9022ca6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
209469d
orangefs: remove unused code
by Martin Brandenburg
· 7 years ago
bdd6f08
orangefs: make several *_operations structs static
by Martin Brandenburg
· 7 years ago
a5135ee
orangefs: implement vm_ops->fault
by Martin Brandenburg
· 7 years ago
dbcb5e7
orangefs: open code short single-use functions
by Martin Brandenburg
· 7 years ago
81e3d02
orangefs: replace vmalloc and memset with vzalloc
by Colin Ian King
· 7 years ago
c2676ef
orangefs: bug fix for a race condition when getting a slot
by David Reynolds
· 7 years ago
bc8282a
treewide: Fix typos in printk
by Masanari Iida
· 7 years ago
304ec48
get rid of pointless includes of fs_struct.h
by Al Viro
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
a0f7938
Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 7 years ago
74e938c
orangefs: reverse sense of is-inode-stale test in d_revalidate
by Martin Brandenburg
· 7 years ago
480e5ae
orangefs: simplify orangefs_inode_is_stale
by Martin Brandenburg
· 7 years ago
cf546ab
Orangefs: don't propogate whacky error codes
by Mike Marshall
· 7 years ago
6bdfb48
orangefs: use correct string length
by Xiongfeng Wang
· 7 years ago
4d0cac7
orangefs: make orangefs_make_bad_inode static
by Martin Brandenburg
· 7 years ago
538e304
orangefs: remove ORANGEFS_KERNEL_DEBUG
by Martin Brandenburg
· 7 years ago
79d7cd6
orangefs: remove gossip_ldebug and gossip_lerr
by Martin Brandenburg
· 7 years ago
7a3bc1f
orangefs: make orangefs_client_debug_init static
by Martin Brandenburg
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
6793f1c
orangefs: fix deadlock; do not write i_size in read_iter
by Martin Brandenburg
· 7 years ago
Next »