index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
orangefs
/
devorangefs-req.c
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-14
orangefs: Delete error messages for a failed memory allocation in five functions
Markus Elfring
2017-04-26
orangefs: return from orangefs_devreq_read quickly if possible
Martin Brandenburg
2017-04-15
orangefs: free superblock when mount fails
Martin Brandenburg
2017-02-25
Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...
Mike Marshall
2017-02-09
orangefs: Dan Carpenter influenced cleanups...
Mike Marshall
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-09-28
Merge branch 'misc' into for-next
Martin Brandenburg
2016-08-16
orangefs: rename most remaining global variables
Martin Brandenburg
2016-08-15
orangefs: make devreq_mutex static
Martin Brandenburg
2016-08-15
orangefs: clean up debugfs globals
Martin Brandenburg
2016-08-12
orangefs: add features op
Martin Brandenburg
2016-08-09
orangefs: record userspace version for feature compatbility
Martin Brandenburg
2016-07-05
orangefs: fix namespace handling
Jann Horn
2016-03-26
orangefs: fix orangefs_superblock locking
Al Viro
2016-03-14
Orangefs: Extra sanity insurance on buffer before using string functions on it.
Mike Marshall
2016-03-09
orangefs: make fs_mount_pending static
Martin Brandenburg
2016-03-03
Orangefs: improve gossip statements
Mike Marshall
2016-02-26
Orangefs: update orangefs.txt
Mike Marshall
2016-02-26
Orangefs: code sanitation.
Mike Marshall
2016-02-24
Orangefs: code sanitation
Mike Marshall
2016-02-19
orangefs: have ..._clean_interrupted_...() wait for copy to/from daemon
Al Viro
2016-02-19
orangefs: set correct ->downcall.status on failing to copy reply from daemon
Al Viro
2016-02-19
orangefs: get rid of op->done
Al Viro
2016-02-19
orangefs: bufmap rewrite
Al Viro
2016-02-19
orangefs: delay freeing slot until cancel completes
Al Viro
2016-02-04
Orangefs: improve gossip statement
Mike Marshall
2016-01-23
orangefs: don't reinvent completion.h...
Al Viro
2016-01-23
if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waiting
Al Viro
2016-01-23
orangefs: get rid of MSECS_TO_JIFFIES
Al Viro
2016-01-23
orangefs: hopefully saner op refcounting and locking
Al Viro
2016-01-23
orangefs: make sure that reopening pvfs2-req won't overlap with the end of close
Al Viro
2016-01-23
orangefs: move wakeups into set_op_state_{serviced,purged}()
Al Viro
2016-01-23
orangefs: ->poll() doesn't need spinlock
Al Viro
2016-01-23
orangefs: kill ioctl32 rudiments
Al Viro
2016-01-23
orangefs: ->poll() is only called between successful ->open() and ->release()
Al Viro
2016-01-23
orangefs: generic_file_open() is pointless for character devices
Al Viro
2016-01-19
Orangefs: make gossip statement more palatable to xtensa
Mike Marshall
2016-01-13
Orangefs: implement .write_iter
Mike Marshall
2016-01-04
orangefs: Fix some more global namespace pollution.
Martin Brandenburg
2015-12-17
orangefs: Remove ``aligned'' upcall and downcall length macros.
Martin Brandenburg
2015-12-15
Orangefs: do not finalize bufmap if it was never initialized.
Martin Brandenburg
2015-12-14
Orangefs: Don't wait the old-fashioned way.
Mike Marshall
2015-12-14
Orangefs: de-uglify orangefs_devreq_writev, and devorangefs-req.c in general
Mike Marshall
2015-12-04
Orangefs: change pvfs2 filenames to orangefs
Mike Marshall