summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-06-01iomap: add a iomap_sector helperChristoph Hellwig
2018-06-01iomap: use __bio_add_page in iomap_dio_zeroChristoph Hellwig
2018-06-01iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig
2018-06-01iomap: inline data should be an iomap type, not a flagChristoph Hellwig
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Mike Marshall
2018-06-01orangefs: make debug_help_fops staticMike Marshall
2018-06-01orangefs: remove unused function orangefs_get_bufmap_initMike Marshall
2018-06-01orangefs: specify user pointers when using dev_map_desc and bufmapMike Marshall
2018-06-01orangefs: formatting cleanupsMike Marshall
2018-06-01orangefs: set i_size on new symlinkMartin Brandenburg
2018-06-01orangefs: report attributes_mask and attributes for statxMartin Brandenburg
2018-06-01orangefs: make struct orangefs_file_vm_ops staticColin Ian King
2018-06-01orangefs: revamp block sizesMartin Brandenburg
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg
2018-06-01CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expir...Mark Syms
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg
2018-05-31cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg
2018-05-31cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg
2018-05-31smb3: on reconnect set PreviousSessionId fieldSteve French
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa
2018-05-31fuse: fix control dir setup and teardownMiklos Szeredi
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman
2018-05-31btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-05-31vfs: factor out inode_insert5()Miklos Szeredi
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi
2018-05-31ovl: return EIO on internal errorMiklos Szeredi
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi
2018-05-31ovl: struct cattr cleanupsAmir Goldstein
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein
2018-05-31ovl: Kconfig documentation fixesMiklos Szeredi