summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-129/+313
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds-3/+0
2018-01-30ceph: improving efficiency of syncfsChengguang Xu-1/+1
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang-16/+74
2018-01-29ceph: fix race of queuing delayed capsYan, Zheng-17/+16
2018-01-29ceph: delete unreachable code in ceph_check_caps()Yan, Zheng-12/+3
2018-01-29ceph: limit rate of cap import/export error messagesYan, Zheng-7/+15
2018-01-29ceph: fix incorrect snaprealm when adding capsYan, Zheng-3/+19
2018-01-29ceph: fix un-balanced fsc->writeback_count updateYan, Zheng-3/+6
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng-9/+66
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng-19/+66
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng-12/+13
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng-12/+6
2018-01-29ceph: voluntarily drop Fx cap for readdir requestYan, Zheng-0/+1
2018-01-29ceph: properly drop caps for setattr requestYan, Zheng-6/+6
2018-01-29ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng-2/+2
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng-10/+19
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski-3/+0
2017-12-08ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng-4/+38
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-4/+4
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-94/+206
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman-2/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara-2/+1
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara-4/+2
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara-16/+3
2017-11-13ceph: silence sparse endianness warning in encode_caps_cbJeff Layton-2/+2
2017-11-13ceph: remove the bump of i_versionJeff Layton-1/+0
2017-11-13ceph: present consistent fsid, regardless of arch endiannessJeff Layton-2/+3
2017-11-13ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton-13/+21
2017-11-13ceph: remove unused and redundant variable droppingColin Ian King-2/+1
2017-11-13ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov-2/+2
2017-11-13ceph: disable cached readdir after dropping positive dentryYan, Zheng-1/+6
2017-11-13ceph: fix bool initialization/comparisonThomas Meyer-3/+3
2017-11-13ceph: handle 'session get evicted while there are file locks'Yan, Zheng-17/+58
2017-11-13ceph: optimize flock encoding during reconnectYan, Zheng-21/+30
2017-11-13ceph: make lock_to_ceph_filelock() staticYan, Zheng-32/+31
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng-9/+60
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+19
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton-1/+4
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng-5/+6
2017-10-02ceph: properly queue cap snap for newly created snap realmYan, Zheng-5/+3
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng-3/+7
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-330/+408
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-31/+0
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara-31/+0
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-1/+1
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng-6/+7
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng-0/+24
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng-2/+2