aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAge
...
| * ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-25
| * ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng2015-06-25
| * ceph: send TID of the oldest pending caps flush to MDSYan, Zheng2015-06-25
| * ceph: track pending caps flushing globallyYan, Zheng2015-06-25
| * ceph: track pending caps flushing accuratelyYan, Zheng2015-06-25
| * ceph: fix directory fsyncYan, Zheng2015-06-25
| * ceph: fix flushing capsYan, Zheng2015-06-25
| * ceph: don't include used caps in cap_wantedYan, Zheng2015-06-25
| * ceph: ratelimit warn messages for MDS closes sessionYan, Zheng2015-06-25
| * ceph: simplify two mount_timeout sitesIlya Dryomov2015-06-25
| * libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-25
| * ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng2015-06-25
| * ceph: don't pre-allocate space for cap release messagesYan, Zheng2015-06-25
| * ceph: make sure syncfs flushes all cap snapsYan, Zheng2015-06-25
| * ceph: don't trim auth cap when there are cap snapsYan, Zheng2015-06-25
| * ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng2015-06-25
| * ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng2015-06-25
| * ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng2015-06-25
| * ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng2015-06-25
| * ceph: check OSD caps before read/writeYan, Zheng2015-06-25
| * libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-25
* | ceph: switch to simple_follow_link()Al Viro2015-05-10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-04-22
|\ \ | |/ |/|
| * ceph: fix uninline data functionYan, Zheng2015-04-22
| * ceph: rename snapshot supportYan, Zheng2015-04-22
| * ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng2015-04-22
| * ceph: hold on to exclusive caps on complete directoriesYan, Zheng2015-04-20
| * ceph: show non-default options onlyIlya Dryomov2015-04-20
| * libceph, ceph: split ceph_show_options()Ilya Dryomov2015-04-20
| * ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng2015-04-20
| * ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng2015-04-20
| * ceph: don't mark dirty caps when there is no auth capYan, Zheng2015-04-20
| * ceph: keep i_snap_realm while there are writersYan, Zheng2015-04-20
| * ceph: kstrdup() memory handlingSanidhya Kashyap2015-04-20
| * ceph: properly release page upon errorTaesoo Kim2015-04-20
| * ceph: match wait_for_completion_timeout return typeNicholas Mc Guire2015-04-20
| * ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-20
| * ceph: remove redundant declarationFabian Frederick2015-04-20
| * ceph: fix dcache/nocache mount optionYan, Zheng2015-04-20
| * ceph: drop cap releases in requests composed before cap reconnectYan, Zheng2015-04-20
* | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-11
* | switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* | make new_sync_{read,write}() staticAl Viro2015-04-11
* | Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
| * fs: remove ki_nbytesChristoph Hellwig2015-03-12