aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds34-111/+265
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds35-670/+365
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+1
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione3-62/+139
2017-09-06userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli1-1/+1
2017-09-06userfaultfd: provide pid in userfault msgAlexey Perevalov1-2/+6
2017-09-06mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa1-0/+3
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-5/+5
2017-09-06fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton1-5/+0
2017-09-06userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAsMike Rapoport1-5/+5
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara6-11/+8
2017-09-06fs: use pagevec_lookup_range() in page_cache_seek_hole_data()Jan Kara1-13/+3
2017-09-06hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages()Jan Kara1-16/+2
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara1-7/+5
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-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-21/+45
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-16/+13
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar13-98/+140
2017-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-26/+26
2017-09-03xfs: use kmem_free to free return value of kmem_zallocPan Bian1-1/+1
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-09-02xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-02xfs: fix compiler warningsDarrick J. Wong5-8/+11
2017-09-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+27
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-153/+210
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong1-4/+3
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen1-3/+1
2017-09-01xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-01xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2