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
/
namei.c
Age
Commit message (
Expand
)
Author
2018-10-18
orangefs: no need to check for service_operation returns > 0
Mike Marshall
2018-10-18
orangefs: some error code paths missed kmem_cache_free
Mike Marshall
2018-06-07
Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-01
orangefs: set i_size on new symlink
Martin Brandenburg
2018-05-22
orangefs_lookup: simplify
Al Viro
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-02-06
orangefs: use correct string length
Xiongfeng Wang
2017-11-13
orangefs: call op_release sooner when creating inodes
Martin Brandenburg
2017-11-13
orangefs: stop setting atime on inode dirty
Martin Brandenburg
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-26
orangefs: implement statx
Martin Brandenburg
2017-04-26
orangefs: do not set getattr_time on orangefs_lookup
Martin Brandenburg
2016-10-24
orangefs: don't use d_time
Miklos Szeredi
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-09-27
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
2016-08-16
orangefs: rename most remaining global variables
Martin Brandenburg
2016-08-07
orangefs: use %pd/%pD
Al Viro
2016-08-02
orangefs: Account for jiffies wraparound.
Martin Brandenburg
2016-08-02
orangefs: Allow dcache and getattr cache time to be configured.
Martin Brandenburg
2016-08-02
orangefs: Cache getattr results.
Martin Brandenburg
2016-08-02
orangefs: Use d_time to avoid excessive lookups
Martin Brandenburg
2016-05-29
orangefs: constify inode_operations
Al Viro
2016-05-29
orangefs: don't open-code %pd2
Al Viro
2016-03-09
orangefs: Avoid symlink upcall if target is too long.
Martin Brandenburg
2016-02-24
orangefs: we never lookup with sym_follow set
Martin Brandenburg
2016-02-24
orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX
Martin Brandenburg
2016-02-19
Orangefs: make some gossip statements more helpful.
Mike Marshall
2016-02-04
orangefs: Implement inode_operations->permission().
Martin Brandenburg
2015-12-11
Orangefs: don't keep checking stuff in on Friday afternoon.
Mike Marshall
2015-12-04
Orangefs: don't expose internal details of pathname resolution to userspace.
Mike Marshall
2015-12-04
Orangefs: change pvfs2 filenames to orangefs
Mike Marshall
2015-12-03
OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.
Yi Liu
2015-11-13
orangefs: kill pointless ->link() and ->mknod()
Al Viro
2015-10-03
Orangefs: choose return codes from among the expected ones.
Mike Marshall
2015-10-03
Orangefs: kernel client part 3
Mike Marshall