Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
73230ce484f3575c710255abed157942e5270d57
/
fs
/
orangefs
/
orangefs-kernel.h
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
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
78fee0b
orangefs: fix namespace handling
by Jann Horn
· 8 years ago
d373a71
orangefs: Remove useless xattr prefix arguments
by Andreas Gruenbacher
· 8 years ago
972a734
orangefs: Remove useless defines
by Andreas Gruenbacher
· 8 years ago
6f3fc10
orangefs: constify inode_operations
by Al Viro
· 9 years ago
5ecfcb2
orangefs: don't open-code inode_lock/inode_unlock
by Al Viro
· 9 years ago
4599649
orangefs: fix orangefs_superblock locking
by Al Viro
· 9 years ago
177f8fc
orangefs: sanitize ->llseek()
by Al Viro
· 9 years ago
05d31c5
orangefs: remove needless wrapper around GFP_KERNEL
by Martin Brandenburg
· 9 years ago
93d53a4
orangefs: remove wrapper around mutex_lock(&inode->i_mutex)
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
acfcbaf
orangefs: make fs_mount_pending static
by Martin Brandenburg
· 9 years ago
401898e
orangefs: remove unused 'diff' function
by Arnd Bergmann
· 9 years ago
be81ce4
orangefs: avoid time conversion function
by Arnd Bergmann
· 9 years ago
69a23de
orangefs: clean up fill_default_sys_attrs
by Martin Brandenburg
· 9 years ago
9c2bcf2
orangefs: remove vestigial async io code
by Martin Brandenburg
· 9 years ago
adcf34a
Orangefs: code sanitation
by Mike Marshall
· 9 years ago
d37c0f3
Orangefs: clean up orangefs_kernel_op_s comments.
by Mike Marshall
· 9 years ago
c1223ca
orangefs: get rid of op refcounts
by Al Viro
· 9 years ago
05a50a5
orangefs: have ..._clean_interrupted_...() wait for copy to/from daemon
by Al Viro
· 9 years ago
897c5df
orangefs: get rid of op->done
by Al Viro
· 9 years ago
c72f15b
service_operation(): don't block signals, just use ..._killable
by Al Viro
· 9 years ago
d2d87a3
orangefs: get rid of loop in wait_for_matching_downcall()
by Al Viro
· 9 years ago
78699e2
orangefs: delay freeing slot until cancel completes
by Al Viro
· 9 years ago
933287d
orangefs: Implement inode_operations->permission().
by Martin Brandenburg
· 9 years ago
2d4cae0
Orangefs: clean up slab allocation.
by Mike Marshall
· 9 years ago
9910982
orangefs: Fix revalidate.
by Martin Brandenburg
· 9 years ago
115b93a
orangefs: clean up op_alloc()
by Al Viro
· 9 years ago
b0bc3a7
orangefs: move handle_io_error() to file.c
by Al Viro
· 9 years ago
2a9e5c2
orangefs: don't reinvent completion.h...
by Al Viro
· 9 years ago
727cbfe
orangefs: get rid of MSECS_TO_JIFFIES
by Al Viro
· 9 years ago
ed42fe0
orangefs: hopefully saner op refcounting and locking
by Al Viro
· 9 years ago
6083194
orangefs: move wakeups into set_op_state_{serviced,purged}()
by Al Viro
· 9 years ago
831d094
orangefs: move wakeups into set_op_state_{serviced,purged}()
by Al Viro
· 9 years ago
b7ae37b
orangefs: make wait_for_...downcall() static
by Al Viro
· 9 years ago
e07db0a
make orangefs_clean_up_interrupted_operation() static
by Al Viro
· 9 years ago
1264ddf
orangefs: kill orangefs_inode_s ->list
by Al Viro
· 9 years ago
fc916da
orangefs: get rid of <censored> macros
by Al Viro
· 9 years ago
cf0c277
Orangefs: make gossip statement more palatable to xtensa
by Mike Marshall
· 9 years ago
c817e26
Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.
by Mike Marshall
· 9 years ago
c146c0b
orangefs: Don't pollute global namespace
by Richard Weinberger
· 9 years ago
eb57bcc
orangefs: fix typo in ornagefs_inode_lock
by Arnd Bergmann
· 9 years ago
fef8b67
Orangefs: don't use deprecated xattr defines.
by Mike Marshall
· 9 years ago
a762ae6
orangefs: Remove ``aligned'' upcall and downcall length macros.
by Martin Brandenburg
· 9 years ago
575e946
Orangefs: change pvfs2 filenames to orangefs
by Mike Marshall
· 9 years ago
[Renamed (99%) from fs/orangefs/pvfs2-kernel.h]
8bb8aef
OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.
by Yi Liu
· 9 years ago
555fa0f
fs: out of bounds on stack in iov_iter_advance
by Al Viro
· 9 years ago
f0ed441
Orangefs: Remove upcall trailers which are not used.
by Martin Brandenburg
· 9 years ago
6d0dd76
Orangefs: Remove unused #defines from signal blocking code.
by Martin Brandenburg
· 9 years ago
5714156
orangefs: sanitize pvfs2_convert_time_field()
by Al Viro
· 9 years ago
5c0dbbc
orangefs: kill struct pvfs2_mount_sb_info_s
by Al Viro
· 9 years ago
a0435ca
orangefs: kill kmap/kunmap wrappers
by Al Viro
· 9 years ago
74f68fc
orangefs: make pvfs2_inode_read() take iov_iter
by Al Viro
· 9 years ago
5480494
Orangefs: fix some checkpatch.pl complaints that had creeped in.
by Mike Marshall
· 9 years ago
8c3905a
Orangefs: update signal blocking code before Oleg sees it.
by Mike Marshall
· 9 years ago
84d0215
Orangefs: sooth most sparse complaints
by Mike Marshall
· 9 years ago
f7ab093
Orangefs: kernel client part 1
by Mike Marshall
· 9 years ago