summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0635-670/+365
|\
| * mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+1
| * mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-063-62/+139
| * userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli2017-09-061-1/+1
| * userfaultfd: provide pid in userfault msgAlexey Perevalov2017-09-061-2/+6
| * mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa2017-09-061-0/+3
| * mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-5/+5
| * fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton2017-09-061-5/+0
| * userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAsMike Rapoport2017-09-061-5/+5
| * mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-066-11/+8
| * fs: use pagevec_lookup_range() in page_cache_seek_hole_data()Jan Kara2017-09-061-13/+3
| * hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages()Jan Kara2017-09-061-16/+2
| * ext4: use pagevec_lookup_range() in writeback codeJan Kara2017-09-061-7/+5
| * ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara2017-09-061-10/+4
| * fs: fix performance regression in clean_bdev_aliases()Jan Kara2017-09-061-6/+8
| * mm: make pagevec_lookup() update indexJan Kara2017-09-067-30/+19
| * fscache: remove unused ->now_uncached callbackJan Kara2017-09-065-174/+0
| * ocfs2: clean up some dead codeJun Piao2017-09-0612-71/+19
| * ocfs2: make ocfs2_set_acl() staticJan Kara2017-09-062-8/+1
| * dax: initialize variable pfn before using itNicolas Iooss2017-09-061-1/+1
| * dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler2017-09-061-7/+4
| * dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler2017-09-061-0/+5
| * dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2017-09-061-0/+34
| * dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-061-1/+1
| * dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-064-223/+79
| * dax: relocate some dax functionsRoss Zwisler2017-09-061-69/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-062-13/+35
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0118-153/+210
| |\ \
| * | | rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-291-11/+35
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-217-22/+35
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-158-14/+20
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-092-5/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-0717-205/+307
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-0128-106/+236
| |\ \ \ \ \ \ \
| * | | | | | | | rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-212-2/+0
* | | | | | | | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-0623-29/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ecryptfs: convert to file_write_and_wait in ->fsyncJeff Layton2017-08-031-1/+1
| * | | | | | | | | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-0119-21/+21
| * | | | | | | | | gfs2: convert to errseq_t based writeback error reporting for fsyncJeff Layton2017-08-011-2/+4
| * | | | | | | | | fs: convert sync_file_range to use errseq_t based error-trackingJeff Layton2017-08-011-2/+2
| * | | | | | | | | fuse: convert to errseq_t based error tracking for fsyncJeff Layton2017-07-311-3/+3
* | | | | | | | | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-066-52/+92
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | locks: restore a warn for leaked locks on closeBenjamin Coddington2017-07-211-0/+22
| * | | | | | | | | | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-166-32/+44
| * | | | | | | | | | fs/locks: Use allocation rather than the stack in fcntl_getlk()Benjamin Coddington2017-07-161-20/+26
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2017-09-066-30/+35
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dlm: use sock_create_lite inside tcp_accept_from_sockGuoqing Jiang2017-08-071-1/+1
| * | | | | | | | | | dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török2017-08-071-0/+4
| * | | | | | | | | | dlm: constify kset_uevent_ops structureBhumika Goyal2017-08-071-1/+1
| * | | | | | | | | | dlm: print log message when cluster name is not setZhu Lingshan2017-08-071-0/+4