summaryrefslogtreecommitdiff
path: root/fs/ceph
Commit message (Expand)AuthorAge
...
| * ceph: fix un-balanced fsc->writeback_count updateYan, Zheng2018-01-29
| * ceph: track read contexts in ceph_file_infoYan, Zheng2018-01-29
| * ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2018-01-29
| * ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-29
| * ceph: cleanup traceless reply handling for renameYan, Zheng2018-01-29
| * ceph: voluntarily drop Fx cap for readdir requestYan, Zheng2018-01-29
| * ceph: properly drop caps for setattr requestYan, Zheng2018-01-29
| * ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng2018-01-29
| * ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng2018-01-29
* | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-31
|\ \ | |/ |/|
| * fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-01
* | ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-08
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-21
|\
| * ceph: silence sparse endianness warning in encode_caps_cbJeff Layton2017-11-13
| * ceph: remove the bump of i_versionJeff Layton2017-11-13
| * ceph: present consistent fsid, regardless of arch endiannessJeff Layton2017-11-13
| * ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton2017-11-13
| * ceph: remove unused and redundant variable droppingColin Ian King2017-11-13
| * ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov2017-11-13
| * ceph: disable cached readdir after dropping positive dentryYan, Zheng2017-11-13
| * ceph: fix bool initialization/comparisonThomas Meyer2017-11-13
| * ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-13
| * ceph: optimize flock encoding during reconnectYan, Zheng2017-11-13
| * ceph: make lock_to_ceph_filelock() staticYan, Zheng2017-11-13
| * ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-13
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-15
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-15
* | ceph: use pagevec_lookup_range_nr_tag()Jan Kara2017-11-15
* | ceph: use pagevec_lookup_range_tag()Jan Kara2017-11-15
|/
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-10-25
|/
* ceph: fix __choose_mds() for LSSNAP requestYan, Zheng2017-10-02
* ceph: properly queue cap snap for newly created snap realmYan, Zheng2017-10-02
* ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2017-09-19
* Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-12
|\
| * ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng2017-09-06
| * ceph: wait on writeback after writing snapshot dataYan, Zheng2017-09-06
| * ceph: fix capsnap dirty pages accountingYan, Zheng2017-09-06
| * ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng2017-09-06
| * ceph: fix "range cyclic" mode writepagesYan, Zheng2017-09-06
| * ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng2017-09-06
| * ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng2017-09-06
| * ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng2017-09-06
| * ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng2017-09-06
| * ceph: remove stale check in ceph_invalidatepage()Yan, Zheng2017-09-06
| * ceph: queue cap snap only when snap realm's context changesYan, Zheng2017-09-06
| * ceph: handle race between vmtruncate and queuing cap snapYan, Zheng2017-09-06
| * ceph: fix message order check in handle_cap_export()Yan, Zheng2017-09-06