| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-03 | 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-03 | 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 |
| | * | ceph: don't use ->d_time | Miklos Szeredi | 2016-07-28 | 4 | -8/+8 |
| | * | ceph: fix spelling mistake: "resgister" -> "register" | Colin Ian King | 2016-07-28 | 1 | -1/+1 |
| | * | ceph: fix NULL dereference in ceph_queue_cap_snap() | Yan, Zheng | 2016-07-28 | 1 | -1/+1 |
| | * | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng | 2016-07-28 | 5 | -48/+61 |
| | * | ceph: fix use-after-free bug in ceph_direct_read_write() | Yan, Zheng | 2016-07-28 | 1 | -2/+5 |
| | * | ceph: reduce i_nr_by_mode array size | Yan, Zheng | 2016-07-28 | 5 | -23/+36 |
| | * | ceph: set user pages dirty after direct IO read | Yan, Zheng | 2016-07-28 | 1 | -2/+2 |
| | * | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 8 | -77/+159 |
| | * | libceph: make sure redirect does not change namespace | Yan, Zheng | 2016-07-28 | 1 | -0/+15 |
| | * | libceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 7 | -20/+92 |
| | * | libceph: introduce reference counted string | Yan, Zheng | 2016-07-28 | 5 | -1/+177 |
| | * | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 12 | -89/+103 |
| | * | libceph: add start en/decoding block helpers | Ilya Dryomov | 2016-07-28 | 1 | -0/+54 |
| | * | libceph: add an ONSTACK initializer for oids | Ilya Dryomov | 2016-07-28 | 2 | -1/+6 |