summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroRobbie Ko1-3/+1
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-24/+419
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2018-06-07CIFS: fix encryption in SMB3.1.1Aurelien Aptel1-1/+1
2018-06-07xfs: fix string handling in label get/set functionsArnd Bergmann1-5/+5
2018-06-07xfs: convert to SPDX license tagsDave Chinner205-2760/+205
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-06-06NFSv4.0: Remove transport protocol name from non-UCS client IDChuck Lever1-10/+4
2018-06-06NFSv4.0: Remove cl_ipaddr from non-UCS client IDChuck Lever1-6/+20
2018-06-06xfs: validate btree records on retrievalDave Chinner4-9/+132
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2-8/+12
2018-06-06xfs: verify root inode more thoroughlyDave Chinner1-2/+5
2018-06-06xfs: verify COW extent size hint is valid in inode verifierDave Chinner1-0/+6
2018-06-06xfs: verify extent size hint is valid in inode verifierDave Chinner1-1/+8
2018-06-06xfs: catch bad stripe alignment configurationsDave Chinner1-0/+16
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+1
2018-06-06Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-16/+24
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani75-327/+419
2018-06-06pstore: Convert internal records to timespec64Kees Cook3-9/+17
2018-06-06Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-13/+9
2018-06-06CIFS: Pass page offset for encryptingSteve French1-7/+13
2018-06-06CIFS: Pass page offset for calculating signatureLong Li1-4/+5
2018-06-06CIFS: SMBD: Support page offset in memory registrationLong Li3-38/+58
2018-06-06CIFS: SMBD: Support page offset in RDMA recvLong Li1-7/+11
2018-06-06CIFS: SMBD: Support page offset in RDMA sendLong Li1-8/+19
2018-06-06CIFS: When sending data on socket, pass the correct page offsetLong Li1-8/+6
2018-06-06CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li2-0/+20
2018-06-06CIFS: Calculate the correct request length based on page offset and tail sizeLong Li1-3/+17
2018-06-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-186/+233
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds117-1895/+5391
2018-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds17-167/+240
2018-06-05ncpfs: remove compat functionalityGreg Kroah-Hartman1-71/+1
2018-06-05iomap: fsync swap files before iterating mappingsDarrick J. Wong1-1/+5
2018-06-05NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefinedTrond Myklebust1-5/+0
2018-06-05btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userMisono Tomohiro1-0/+4
2018-06-05xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen1-3/+5
2018-06-05xfs: don't assert on corrupted unlinked inode listDarrick J. Wong1-5/+14
2018-06-05xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong9-19/+31
2018-06-05xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong1-7/+16
2018-06-05xfs: strengthen btree pointer checks before useDarrick J. Wong1-15/+35
2018-06-05xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong1-47/+29
2018-06-05xfs: check directory bestfree information in the verifierDarrick J. Wong1-35/+68
2018-06-05cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2-2/+15
2018-06-05CIFS: Fix signing for SMB2/3Aurelien Aptel3-10/+12
2018-06-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-45/+48
2018-06-05Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-16/+44
2018-06-05xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong1-3/+5
2018-06-05xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong3-3/+0
2018-06-05xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong1-1/+6
2018-06-05xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong1-4/+8