Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6e8793674bb0d1135ca0e5c9f7e16fecbf815926
/
fs
/
orangefs
/
orangefs-utils.c
e89f00d
orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...
by Al Viro
· 3 years, 11 months ago
8a88bbc
orangefs: skip inode writeout if nothing to write
by Martin Brandenburg
· 7 years ago
85ac799
orangefs: implement writepage
by Martin Brandenburg
· 7 years ago
0dcac0f
orangefs: service ops done for writeback are not killable
by Martin Brandenburg
· 7 years ago
afd9fb2
orangefs: reorganize setattr functions to track attribute changes
by Martin Brandenburg
· 7 years ago
5e4f606
orangefs: hold i_lock during inode_getattr
by Martin Brandenburg
· 7 years ago
8b60785
orangefs: simplify orangefs_inode_getattr interface
by Martin Brandenburg
· 7 years ago
95f5f88
orangefs: formatting cleanups
by Mike Marshall
· 7 years ago
9f8fd53
orangefs: revamp block sizes
by Martin Brandenburg
· 7 years ago
bc8282a
treewide: Fix typos in printk
by Masanari Iida
· 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
4d0cac7
orangefs: make orangefs_make_bad_inode static
by Martin Brandenburg
· 7 years ago
a55f2d8
orangefs: stop setting atime on inode dirty
by Martin Brandenburg
· 7 years ago
296200d
orangefs: use ARRAY_SIZE
by Jérémy Lefaure
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
9d286b0
orangefs: ensure the userspace component is unmounted if mount fails
by Martin Brandenburg
· 8 years ago
68a24a6
orangefs: implement statx
by Martin Brandenburg
· 8 years ago
9340747
fs: add i_blocksize()
by Fabian Frederick
· 8 years ago
1d50361
orangefs: rename most remaining global variables
by Martin Brandenburg
· 8 years ago
44f4641
orangefs: clean up debugfs globals
by Martin Brandenburg
· 8 years ago
6eaff8c
orangefs: rename remaining bits of mmap readahead cache
by Martin Brandenburg
· 8 years ago
8bbb20a
orangefs: Account for jiffies wraparound.
by Martin Brandenburg
· 8 years ago
4cd8f31
orangefs: Allow dcache and getattr cache time to be configured.
by Martin Brandenburg
· 8 years ago
71680c1
orangefs: Cache getattr results.
by Martin Brandenburg
· 9 years ago
78fee0b
orangefs: fix namespace handling
by Jann Horn
· 9 years ago
6759212
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 9 years ago
2eacea7
orangefs: strncpy -> strscpy
by Martin Brandenburg
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
e8da254
orangefs: move code which sets i_link to orangefs_inode_getattr
by Martin Brandenburg
· 9 years ago
2666263
orangefs: refactor inode type or link_target change detection
by Martin Brandenburg
· 9 years ago
5859d77
orangefs: use new getattr for revalidate and remove old getattr
by Martin Brandenburg
· 9 years ago
3c9cf98
orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr
by Martin Brandenburg
· 9 years ago
d57521a
orangefs: remove inode->i_lock wrapper
by Martin Brandenburg
· 9 years ago
be81ce4
orangefs: avoid time conversion function
by Arnd Bergmann
· 9 years ago
c72f15b
service_operation(): don't block signals, just use ..._killable
by Al Viro
· 9 years ago
cf22644a
orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG.
by Martin Brandenburg
· 9 years ago
78699e2
orangefs: delay freeing slot until cancel completes
by Al Viro
· 9 years ago
fe88adc
orangefs: Only compare attributes specified in orangefs_inode_getattr.
by Martin Brandenburg
· 9 years ago
9910982
orangefs: Fix revalidate.
by Martin Brandenburg
· 9 years ago
394f647
orangefs: Util functions shouldn't operate on inode where it can be avoided.
by Martin Brandenburg
· 9 years ago
115b93a
orangefs: clean up op_alloc()
by Al Viro
· 9 years ago
2a9e5c2
orangefs: don't reinvent completion.h...
by Al Viro
· 9 years ago
ed42fe0
orangefs: hopefully saner op refcounting and locking
by Al Viro
· 9 years ago
c146c0b
orangefs: Don't pollute global namespace
by Richard Weinberger
· 9 years ago
575e946
Orangefs: change pvfs2 filenames to orangefs
by Mike Marshall
· 9 years ago
[Renamed (99%) from fs/orangefs/pvfs2-utils.c]
8bb8aef
OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.
by Yi Liu
· 9 years ago
5714156
orangefs: sanitize pvfs2_convert_time_field()
by Al Viro
· 9 years ago
5480494
Orangefs: fix some checkpatch.pl complaints that had creeped in.
by Mike Marshall
· 9 years ago
894ac43
Orangefs: Clean up error decoding.
by Martin Brandenburg
· 9 years ago
8c3905a
Orangefs: update signal blocking code before Oleg sees it.
by Mike Marshall
· 9 years ago
f056653
Orangefs: use inode_set_bytes for directories
by Mike Marshall
· 9 years ago
c36316b
Orangefs: large integer implicitly truncated to unsigned type
by Mike Marshall
· 9 years ago
eeaa3d4
Orangefs: address problems found by static checker
by Mike Marshall
· 9 years ago
f7be4ee
Orangefs: kernel client part 4
by Mike Marshall
· 9 years ago