summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara
2017-09-06ocfs2: clean up some dead codeJun Piao
2017-09-06ocfs2: make ocfs2_set_acl() staticJan Kara
2017-09-06dax: initialize variable pfn before using itNicolas Iooss
2017-09-06dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler
2017-09-06dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-09-06dax: relocate some dax functionsRoss Zwisler
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2017-09-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-09-06Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng
2017-09-06ceph: fix "range cyclic" mode writepagesYan, Zheng
2017-09-06ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng
2017-09-06ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng
2017-09-06ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng
2017-09-06ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng
2017-09-06ceph: remove stale check in ceph_invalidatepage()Yan, Zheng
2017-09-06ceph: queue cap snap only when snap realm's context changesYan, Zheng
2017-09-06ceph: handle race between vmtruncate and queuing cap snapYan, Zheng
2017-09-06ceph: fix message order check in handle_cap_export()Yan, Zheng
2017-09-06ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring
2017-09-06ceph: check negative offsets in ceph_llseek()Luis Henriques
2017-09-06ceph: more accurate statfsDouglas Fuller
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng
2017-09-06ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng
2017-09-06ceph: include snapc in debug message of writeYan, Zheng
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng
2017-09-06ceph: fix -EOLDSNAPC handlingYan, Zheng
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng
2017-09-06ceph: nuke startsync opYanhu Cao
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng
2017-09-06ceph: limit osd write sizeYan, Zheng