| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | ceph: encode ctime in cap message | Yan, Zheng | 2016-03-25 | 1 | -4/+7 |
* | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 2016-03-04 | 1 | -3/+24 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 2015-11-02 | 1 | -37/+34 |
* | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng | 2015-11-02 | 1 | -3/+2 |
* | ceph: EIO all operations after forced umount | Yan, Zheng | 2015-09-08 | 1 | -0/+8 |
* | ceph: always re-send cap flushes when MDS recovers | Yan, Zheng | 2015-07-31 | 1 | -17/+5 |
* | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 | 1 | -5/+9 |
* | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 1 | -4/+22 |
* | ceph: re-send flushing caps (which are revoked) in reconnect stage | Yan, Zheng | 2015-06-25 | 1 | -4/+53 |
* | ceph: send TID of the oldest pending caps flush to MDS | Yan, Zheng | 2015-06-25 | 1 | -18/+49 |
* | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 | 1 | -9/+41 |
* | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 | 1 | -85/+160 |
* | ceph: fix directory fsync | Yan, Zheng | 2015-06-25 | 1 | -9/+64 |
* | ceph: fix flushing caps | Yan, Zheng | 2015-06-25 | 1 | -24/+25 |
* | ceph: don't include used caps in cap_wanted | Yan, Zheng | 2015-06-25 | 1 | -3/+3 |
* | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 2015-06-25 | 1 | -56/+29 |
* | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 2015-06-25 | 1 | -7/+11 |
* | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 2015-06-25 | 1 | -1/+3 |
* | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 2015-06-25 | 1 | -31/+38 |
* | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 2015-06-25 | 1 | -46/+109 |
* | ceph: check OSD caps before read/write | Yan, Zheng | 2015-06-25 | 1 | -0/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -1/+1 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | | ceph: hold on to exclusive caps on complete directories | Yan, Zheng | 2015-04-20 | 1 | -0/+12 |
* | | ceph: don't mark dirty caps when there is no auth cap | Yan, Zheng | 2015-04-20 | 1 | -1/+7 |
* | | ceph: keep i_snap_realm while there are writers | Yan, Zheng | 2015-04-20 | 1 | -9/+22 |
|/ |
|
* | ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) | Yan, Zheng | 2015-02-19 | 1 | -44/+42 |
* | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) | Yan, Zheng | 2015-02-19 | 1 | -1/+1 |
* | ceph: improve reference tracking for snaprealm | Yan, Zheng | 2015-02-19 | 1 | -8/+16 |
* | ceph: handle SESSION_FORCE_RO message | Yan, Zheng | 2015-02-19 | 1 | -0/+15 |
* | ceph: flush inline version | Yan, Zheng | 2014-12-17 | 1 | -4/+20 |
* | ceph: fetch inline data when getting Fcr cap refs | Yan, Zheng | 2014-12-17 | 1 | -13/+47 |
* | ceph: add inline data to pagecache | Yan, Zheng | 2014-12-17 | 1 | -0/+11 |
* | ceph: parse inline data in MClientReply and MClientCaps | Yan, Zheng | 2014-12-17 | 1 | -11/+23 |
* | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | 2014-12-17 | 1 | -2/+1 |
* | ceph: fix flush tid comparision | Yan, Zheng | 2014-11-13 | 1 | -1/+1 |
* | ceph: fix bool assignments | Fabian Frederick | 2014-10-14 | 1 | -13/+13 |
* | ceph: move ceph_find_inode() outside the s_mutex | Yan, Zheng | 2014-10-14 | 1 | -5/+6 |
* | ceph: replace comma with a semicolon | Himangi Saraogi | 2014-07-24 | 1 | -1/+1 |
* | mds: check cap ID when handling cap export message | Yan, Zheng | 2014-06-06 | 1 | -1/+1 |
* | ceph: handle cap import atomically | Yan, Zheng | 2014-06-06 | 1 | -45/+54 |
* | ceph: pre-allocate ceph_cap struct for ceph_add_cap() | Yan, Zheng | 2014-06-06 | 1 | -42/+39 |
* | ceph: update inode fields according to issued caps | Yan, Zheng | 2014-06-06 | 1 | -26/+32 |
* | ceph: queue vmtruncate if necessary when handing cap grant/revoke | Yan, Zheng | 2014-06-06 | 1 | -10/+16 |
* | ceph: avoid releasing caps that are being used | Yan, Zheng | 2014-04-28 | 1 | -1/+1 |
* | ceph: set mds_wanted when MDS reply changes a cap to auth cap | Yan, Zheng | 2014-04-04 | 1 | -1/+3 |
* | ceph: make sure write caps are registered with auth MDS | Yan, Zheng | 2014-04-04 | 1 | -1/+4 |
* | ceph: add imported caps when handling cap export message | Yan, Zheng | 2014-01-21 | 1 | -76/+144 |