| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "orangefs: bump minimum userspace version" | Mike Marshall | 2016-10-03 | 1 | -2/+2 |
* | Merge tag 'for-hubcap-v4.9-more' into for-next | Mike Marshall | 2016-10-03 | 17 | -1707/+1071 |
|\ |
|
| * | Merge branch 'misc' into for-next | Martin Brandenburg | 2016-09-28 | 13 | -1711/+994 |
| |\ |
|
| | * | orangefs: rename most remaining global variables | Martin Brandenburg | 2016-08-16 | 9 | -46/+47 |
| | * | orangefs: g_orangefs_stats -> orangefs_stats for consistency | Martin Brandenburg | 2016-08-15 | 4 | -8/+7 |
| | * | orangefs: make devreq_mutex static | Martin Brandenburg | 2016-08-15 | 3 | -4/+2 |
| | * | orangefs: describe organization of sysfs | Martin Brandenburg | 2016-08-15 | 1 | -0/+7 |
| | * | orangefs: remove duplicated sysfs_ops structures | Martin Brandenburg | 2016-08-15 | 1 | -58/+15 |
| | * | orangefs: consolidate sysfs show and store functions | Martin Brandenburg | 2016-08-15 | 1 | -317/+148 |
| | * | orangefs: reorganize duplicated sysfs attribute structs | Martin Brandenburg | 2016-08-15 | 1 | -391/+81 |
| | * | orangefs: remove dead code in sysfs | Martin Brandenburg | 2016-08-15 | 1 | -280/+81 |
| | * | orangefs: clean up debugfs globals | Martin Brandenburg | 2016-08-15 | 7 | -705/+705 |
| |/
|/| |
|
| * | Merge branch 'features' into for-next | Martin Brandenburg | 2016-09-28 | 9 | -5/+86 |
| |\
|/ / |
|
| * | orangefs: bump minimum userspace version | Martin Brandenburg | 2016-09-21 | 1 | -2/+2 |
| * | orangefs: do not allow client readahead cache without feature bit | Martin Brandenburg | 2016-08-12 | 2 | -5/+27 |
| * | orangefs: add features op | Martin Brandenburg | 2016-08-12 | 7 | -6/+53 |
| * | orangefs: record userspace version for feature compatbility | Martin Brandenburg | 2016-08-09 | 2 | -0/+12 |
|/ |
|
* | Merge tag 'for-hubcap-v4.9-readahead' of git://github.com/martinbrandenburg/l... | Mike Marshall | 2016-08-08 | 391 | -11628/+24818 |
|\ |
|
| * | orangefs: add readahead count and size to sysfs | Martin Brandenburg | 2016-08-08 | 1 | -8/+115 |
| * | orangefs: re-add flush_racache from out-of-tree | Martin Brandenburg | 2016-08-08 | 1 | -1/+33 |
| * | orangefs: turn param response value into union | Martin Brandenburg | 2016-08-08 | 3 | -7/+11 |
| * | orangefs: add missing param request ops | Martin Brandenburg | 2016-08-08 | 1 | -0/+3 |
| * | orangefs: rename remaining bits of mmap readahead cache | Martin Brandenburg | 2016-08-08 | 5 | -7/+7 |
| * | Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux | Linus Torvalds | 2016-08-02 | 9 | -34/+135 |
| |\
| |/
|/| |
|
* | | Orangefs: update orangefs.txt | Mike Marshall | 2016-08-02 | 1 | -4/+46 |
* | | orangefs: Account for jiffies wraparound. | Martin Brandenburg | 2016-08-02 | 3 | -8/+8 |
* | | orangefs: Change default dcache and getattr timeout to 50 msec. | Martin Brandenburg | 2016-08-02 | 1 | -2/+2 |
* | | orangefs: Allow dcache and getattr cache time to be configured. | Martin Brandenburg | 2016-08-02 | 6 | -7/+52 |
* | | orangefs: Cache getattr results. | Martin Brandenburg | 2016-08-02 | 5 | -29/+34 |
* | | orangefs: Use d_time to avoid excessive lookups | Martin Brandenburg | 2016-08-02 | 2 | -0/+9 |
| * | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 | 31 | -823/+1412 |
| |\ |
|
| | * | ceph: fix symbol versioning for ceph_monc_do_statfs | Arnd Bergmann | 2016-07-28 | 1 | -1/+2 |
| | * | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull | 2016-07-28 | 1 | -7/+5 |
| | * | ceph: Mark the file cache as unreclaimable | Nikolay Borisov | 2016-07-28 | 1 | -2/+2 |
| | * | ceph: optimize cap flush waiting | Yan, Zheng | 2016-07-28 | 3 | -27/+73 |
| | * | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 2016-07-28 | 3 | -88/+105 |
| | * | ceph: kick cap flushes before sending other cap message | Yan, Zheng | 2016-07-28 | 1 | -9/+34 |
| | * | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 2016-07-28 | 3 | -15/+36 |
| | * | ceph: avoid sending duplicated cap flush message | Yan, Zheng | 2016-07-28 | 2 | -1/+18 |
| | * | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 5 | -222/+175 |
| | * | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 5 | -118/+56 |
| | * | ceph: update types of some local varibles | Yan, Zheng | 2016-07-28 | 1 | -11/+12 |
| | * | ceph: include 'follows' of pending snapflush in cap reconnect message | Yan, Zheng | 2016-07-28 | 1 | -1/+16 |
| | * | ceph: update cap reconnect message to version 3 | Yan, Zheng | 2016-07-28 | 1 | -21/+47 |
| | * | ceph: mount non-default filesystem by name | Yan, Zheng | 2016-07-28 | 4 | -17/+117 |
| | * | libceph: fsmap.user subscription support | Yan, Zheng | 2016-07-28 | 3 | -4/+8 |
| | * | ceph: handle LOOKUP_RCU in ceph_d_revalidate | Jeff Layton | 2016-07-28 | 1 | -6/+14 |
| | * | ceph: allow dentry_lease_is_valid to work under RCU walk | Jeff Layton | 2016-07-28 | 1 | -15/+26 |
| | * | ceph: clear d_fsinfo pointer under d_lock | Jeff Layton | 2016-07-28 | 1 | -1/+5 |
| | * | ceph: remove ceph_mdsc_lease_release | Jeff Layton | 2016-07-28 | 2 | -45/+0 |