summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2017-12-20ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng1-4/+38
2017-11-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-10-21ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-10-21ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton1-2/+2
2017-10-21ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-09-07ceph: fix readpage from fscacheYan, Zheng2-18/+18
2017-07-28ceph: fix race in concurrent readdirYan, Zheng1-0/+5
2017-07-12ceph: choose readdir frag based on previous readdir replyYan, Zheng1-7/+12
2017-06-14fs: add i_blocksize()Fabian Frederick1-1/+1
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-08ceph: try getting buffer capability for readahead/fadviseYan, Zheng4-11/+73
2017-05-03ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-01-26ceph: fix endianness bug in frag_tree_split_cmpJeff Layton1-1/+2
2017-01-26ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton1-2/+3
2017-01-26ceph: fix ceph_get_caps() interruptionYan, Zheng1-1/+6
2017-01-26ceph: fix scheduler warning due to nested blockingNikolay Borisov1-3/+9
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2016-11-10ceph: use default file splice read callbackYan, Zheng1-1/+0
2016-10-18ceph: fix non static symbol warningWei Yongjun1-2/+2
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven1-0/+2
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng1-1/+2
2016-10-16ceph: fix error handling in ceph_read_iterNikolay Borisov1-1/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-5/+9
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-9/+0
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-53/+61
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-12/+18
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-9/+0
2016-10-03ceph: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng3-5/+25
2016-10-03ceph: avoid accessing / when mounting a subpathYan, Zheng1-29/+20
2016-10-03ceph: fix mandatory flock checkYan, Zheng1-2/+2
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown1-3/+2
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown1-2/+2
2016-10-03ceph: fix error handling of start_read()Yan, Zheng1-10/+9
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani3-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+2
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-3/+7
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara2-8/+16
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-09-05ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss1-1/+1
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov1-0/+1
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng1-1/+4
2016-08-03Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-752/+999
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds2-3/+3
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+5