summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg3-68/+48
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg7-55/+41
2018-06-01CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expir...Mark Syms1-2/+3
2018-06-01cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg3-20/+22
2018-06-01cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg1-6/+4
2018-06-01cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg3-16/+4
2018-06-01cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg6-78/+87
2018-06-01smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1
2018-06-01smb3: Add posix create context for smb3.11 posix mountsSteve French5-3/+101
2018-06-01Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang4-12/+10
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong5-10/+37
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-05-31fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman1-1/+1
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman3-0/+51
2018-05-31btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono1-0/+204
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono1-0/+99
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono1-0/+121
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein3-12/+60