index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
orangefs
/
devorangefs-req.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-16
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-42
/
+12
2018-06-15
orangefs: simplify compat ioctl handling
Al Viro
1
-42
/
+12
2018-06-01
orangefs: formatting cleanups
Mike Marshall
1
-7
/
+10
2018-04-03
orangefs: make several *_operations structs static
Martin Brandenburg
1
-26
/
+26
2018-04-02
orangefs: replace vmalloc and memset with vzalloc
Colin Ian King
1
-2
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2018-01-22
orangefs: initialize op on loop restart in orangefs_devreq_read
Martin Brandenburg
1
-1
/
+2
2017-11-27
fs: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-27
orangefs: fix a braino in ->poll()
Al Viro
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-14
orangefs: Delete error messages for a failed memory allocation in five functions
Markus Elfring
1
-6
/
+3
2017-04-26
orangefs: return from orangefs_devreq_read quickly if possible
Martin Brandenburg
1
-0
/
+4
2017-04-15
orangefs: free superblock when mount fails
Martin Brandenburg
1
-2
/
+7
2017-02-25
Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...
Mike Marshall
1
-9
/
+4
2017-02-09
orangefs: Dan Carpenter influenced cleanups...
Mike Marshall
1
-2
/
+3
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
1
-9
/
+4
2016-09-28
Merge branch 'misc' into for-next
Martin Brandenburg
1
-138
/
+16
2016-08-16
orangefs: rename most remaining global variables
Martin Brandenburg
1
-10
/
+10
2016-08-15
orangefs: make devreq_mutex static
Martin Brandenburg
1
-0
/
+2
2016-08-15
orangefs: clean up debugfs globals
Martin Brandenburg
1
-128
/
+4
2016-08-12
orangefs: add features op
Martin Brandenburg
1
-5
/
+5
2016-08-09
orangefs: record userspace version for feature compatbility
Martin Brandenburg
1
-0
/
+10
2016-07-05
orangefs: fix namespace handling
Jann Horn
1
-0
/
+7
2016-03-26
orangefs: fix orangefs_superblock locking
Al Viro
1
-18
/
+23
2016-03-14
Orangefs: Extra sanity insurance on buffer before using string functions on it.
Mike Marshall
1
-0
/
+13
2016-03-09
orangefs: make fs_mount_pending static
Martin Brandenburg
1
-38
/
+38
2016-03-03
Orangefs: improve gossip statements
Mike Marshall
1
-0
/
+18
2016-02-26
Orangefs: update orangefs.txt
Mike Marshall
1
-2
/
+2
2016-02-26
Orangefs: code sanitation.
Mike Marshall
1
-10
/
+10
2016-02-24
Orangefs: code sanitation
Mike Marshall
1
-1
/
+1
2016-02-19
orangefs: have ..._clean_interrupted_...() wait for copy to/from daemon
Al Viro
1
-10
/
+10
2016-02-19
orangefs: set correct ->downcall.status on failing to copy reply from daemon
Al Viro
1
-39
/
+22
2016-02-19
orangefs: get rid of op->done
Al Viro
1
-13
/
+0
2016-02-19
orangefs: bufmap rewrite
Al Viro
1
-9
/
+6
2016-02-19
orangefs: delay freeing slot until cancel completes
Al Viro
1
-0
/
+7
2016-02-04
Orangefs: improve gossip statement
Mike Marshall
1
-2
/
+5
2016-01-23
orangefs: don't reinvent completion.h...
Al Viro
1
-54
/
+21
2016-01-23
if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waiting
Al Viro
1
-16
/
+16
2016-01-23
orangefs: get rid of MSECS_TO_JIFFIES
Al Viro
1
-3
/
+1
2016-01-23
orangefs: hopefully saner op refcounting and locking
Al Viro
1
-52
/
+60
2016-01-23
orangefs: make sure that reopening pvfs2-req won't overlap with the end of close
Al Viro
1
-3
/
+4
2016-01-23
orangefs: move wakeups into set_op_state_{serviced,purged}()
Al Viro
1
-9
/
+4
2016-01-23
orangefs: ->poll() doesn't need spinlock
Al Viro
1
-2
/
+0
2016-01-23
orangefs: kill ioctl32 rudiments
Al Viro
1
-27
/
+0
2016-01-23
orangefs: ->poll() is only called between successful ->open() and ->release()
Al Viro
1
-7
/
+5
2016-01-23
orangefs: generic_file_open() is pointless for character devices
Al Viro
1
-3
/
+2
2016-01-19
Orangefs: make gossip statement more palatable to xtensa
Mike Marshall
1
-2
/
+2
2016-01-13
Orangefs: implement .write_iter
Mike Marshall
1
-263
/
+199
2016-01-04
orangefs: Fix some more global namespace pollution.
Martin Brandenburg
1
-2
/
+2
[next]