index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
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