aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara1-10/+4
2017-09-06fs: fix performance regression in clean_bdev_aliases()Jan Kara1-6/+8
2017-09-06mm: make pagevec_lookup() update indexJan Kara7-30/+19
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara5-174/+0
2017-09-06ocfs2: clean up some dead codeJun Piao12-71/+19
2017-09-06ocfs2: make ocfs2_set_acl() staticJan Kara2-8/+1
2017-09-06dax: initialize variable pfn before using itNicolas Iooss1-1/+1
2017-09-06dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler1-7/+4
2017-09-06dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler1-0/+5
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler1-0/+34
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-1/+1
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler4-223/+79
2017-09-06dax: relocate some dax functionsRoss Zwisler1-69/+69
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-13/+35
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds23-29/+31
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds6-52/+92
2017-09-06Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds6-30/+35
2017-09-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds9-111/+207
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds48-708/+1025
2017-09-06Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds20-110/+321
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng1-6/+7
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng1-0/+24
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng1-2/+2
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng1-34/+46
2017-09-06ceph: fix "range cyclic" mode writepagesYan, Zheng1-17/+24
2017-09-06ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng1-12/+9
2017-09-06ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng1-29/+25
2017-09-06ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng1-18/+32
2017-09-06ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng1-57/+80
2017-09-06ceph: remove stale check in ceph_invalidatepage()Yan, Zheng1-8/+1
2017-09-06ceph: queue cap snap only when snap realm's context changesYan, Zheng1-21/+16
2017-09-06ceph: handle race between vmtruncate and queuing cap snapYan, Zheng1-1/+12
2017-09-06ceph: fix message order check in handle_cap_export()Yan, Zheng1-1/+1
2017-09-06ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng1-1/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring10-36/+36
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring1-1/+0
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring1-5/+2
2017-09-06ceph: check negative offsets in ceph_llseek()Luis Henriques1-2/+2
2017-09-06ceph: more accurate statfsDouglas Fuller1-1/+8
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng1-1/+1
2017-09-06ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng1-3/+3
2017-09-06ceph: include snapc in debug message of writeYan, Zheng2-7/+8
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng1-5/+7
2017-09-06ceph: fix -EOLDSNAPC handlingYan, Zheng1-10/+7
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2-5/+14
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng1-8/+11
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng1-7/+0
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton1-1/+1
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng1-1/+4
2017-09-06ceph: nuke startsync opYanhu Cao2-22/+4