summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds47-2746/+3248
2018-06-05Merge tag 'affs-for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds6-302/+578
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds25-424/+278
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells1-0/+4
2018-06-04Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-8/+7
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds3-4/+4
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-75/+41
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds40-747/+298
2018-06-04Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-4/+4
2018-06-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-79/+43
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds9-43/+39
2018-06-04gfs2: Iomap cleanups and improvementsAndreas Gruenbacher4-95/+126
2018-06-04gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher5-28/+30
2018-06-04gfs2: gfs2_stuffed_write_end cleanupAndreas Gruenbacher1-31/+18
2018-06-04gfs2: hole_size improvementAndreas Gruenbacher1-57/+153
2018-06-04GFS2: gfs2_free_extlen can return an extent that is too longBob Peterson2-1/+2
2018-06-04GFS2: Fix allocation error bug with recursive rgrp glockingAndreas Gruenbacher1-5/+8
2018-06-04gfs2: Update find_metapath commentAndreas Gruenbacher1-3/+2
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+34
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro3-19/+33
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+15
2018-06-03CIFS: Add support for direct pages in wdataLong Li3-4/+17
2018-06-03CIFS: Use offset when reading pagesLong Li5-19/+45
2018-06-03CIFS: Add support for direct pages in rdataLong Li2-4/+21
2018-06-03cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg4-5/+39
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-06-02fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig1-43/+40
2018-06-02fs: remove the buffer_unwritten check in page_seek_hole_dataChristoph Hellwig1-9/+4
2018-06-02fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig2-114/+116
2018-06-02xfs: use iomap_bmapChristoph Hellwig1-6/+3
2018-06-02iomap: add an iomap-based bmap implementationChristoph Hellwig1-0/+34
2018-06-02iomap: add a iomap_sector helperChristoph Hellwig1-9/+10
2018-06-02iomap: use __bio_add_page in iomap_dio_zeroChristoph Hellwig1-2/+1
2018-06-02iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig1-3/+5
2018-06-02iomap: inline data should be an iomap type, not a flagChristoph Hellwig3-13/+15
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Mike Marshall1-4/+10
2018-06-01orangefs: make debug_help_fops staticMike Marshall1-1/+1
2018-06-01orangefs: remove unused function orangefs_get_bufmap_initMike Marshall1-14/+0
2018-06-01orangefs: specify user pointers when using dev_map_desc and bufmapMike Marshall2-2/+2
2018-06-01orangefs: formatting cleanupsMike Marshall6-39/+55
2018-06-01orangefs: set i_size on new symlinkMartin Brandenburg1-0/+7
2018-06-01orangefs: report attributes_mask and attributes for statxMartin Brandenburg1-0/+7
2018-06-01orangefs: make struct orangefs_file_vm_ops staticColin Ian King1-1/+1
2018-06-01orangefs: revamp block sizesMartin Brandenburg4-15/+8
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner1-0/+3
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong4-26/+46
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong1-2/+5
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong1-0/+3
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong1-1/+1