summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: queue cap snap only when snap realm's context changesYan, Zheng2017-09-061-21/+16Star
| * ceph: handle race between vmtruncate and queuing cap snapYan, Zheng2017-09-061-1/+12
| * ceph: fix message order check in handle_cap_export()Yan, Zheng2017-09-061-1/+1
| * ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng2017-09-061-1/+1
| * ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-0610-36/+36
| * ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring2017-09-061-1/+0Star
| * ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring2017-09-061-5/+2Star
| * ceph: check negative offsets in ceph_llseek()Luis Henriques2017-09-061-2/+2
| * ceph: more accurate statfsDouglas Fuller2017-09-061-1/+8
| * ceph: properly set snap follows for cap reconnectYan, Zheng2017-09-061-1/+1
| * ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng2017-09-061-3/+3
| * ceph: include snapc in debug message of writeYan, Zheng2017-09-062-7/+8
| * ceph: make sure flushsnap messages are sent in proper orderYan, Zheng2017-09-061-5/+7
| * ceph: fix -EOLDSNAPC handlingYan, Zheng2017-09-061-10/+7Star
| * ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2017-09-062-5/+14
| * ceph: don't fill readdir cache for LSSNAP replyYan, Zheng2017-09-061-8/+11
| * ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng2017-09-061-7/+0Star
| * ceph: use errseq_t for writeback error reportingJeff Layton2017-09-061-1/+1
| * ceph: new cap message flags indicate if there is pending capsnapYan, Zheng2017-09-061-1/+4
| * ceph: nuke startsync opYanhu Cao2017-09-062-22/+4Star
| * ceph: validate correctness of some mount optionsYan, Zheng2017-09-062-7/+23
| * ceph: limit osd write sizeYan, Zheng2017-09-064-5/+11
| * ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-064-18/+15Star
| * ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-062-7/+0Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-31/+0Star
|\ \
| * | fscache: remove unused ->now_uncached callbackJan Kara2017-09-071-31/+0Star
| |/
* | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ | |/ |/|
| * fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
* | ceph: fix readpage from fscacheYan, Zheng2017-09-012-18/+18
* | ceph: fix race in concurrent readdirYan, Zheng2017-07-171-0/+5
|/
* ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng2017-07-071-2/+7
* ceph: new mount option that specifies fscache uniquifierYan, Zheng2017-07-073-21/+113
* ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng2017-07-071-2/+9
* ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-072-4/+6
* ceph: getattr before read on ceph.* xattrsYan, Zheng2017-07-071-0/+3
* ceph: don't re-send interrupted flock requestYan, Zheng2017-07-071-1/+24
* ceph: cleanup writepage_nounlock()Yan, Zheng2017-07-071-6/+6
* ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng2017-07-071-1/+2
* ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng2017-07-071-4/+0Star
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-075-11/+23
* ceph: re-request max size after importing capsYan, Zheng2017-07-071-3/+8
* ceph: unify inode i_ctime updateYan, Zheng2017-06-142-3/+3
* ceph: use current_kernel_time() to get request time stampYan, Zheng2017-06-141-3/+1Star
* ceph: check i_nlink while converting a file handle to dentryLuis Henriques2017-06-141-0/+4
* ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques2017-05-241-1/+5
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-1013-86/+255
|\
| * ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-041-0/+3
| * ceph: fix file open flags on ppc64Alexander Graf2017-05-041-1/+33
| * ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-05-041-7/+12
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-043-14/+49