summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-08fs/9p: detect invalid options as much as possibleChengguang Xu1-17/+12
2018-06-08fs: ocfs2: use new return type vm_fault_tSouptick Joarder1-24/+20
2018-06-08ocfs2: drop a VLA in ocfs2_orphan_del()Salvatore Mesoraca1-2/+1
2018-06-08ocfs2: correct the comments position of struct ocfs2_dir_block_trailerGuozhonghua1-4/+4
2018-06-08ocfs2: eliminate a misreported warningZhen Lei1-1/+1
2018-06-08ocfs2: ocfs2_inode_lock_tracker does not distinguish lock levelLarry Chen2-30/+90
2018-06-08ocfs2: clean up redundant function declarationsJia Guo2-7/+5
2018-06-08fs/dax.c: use new return type vm_fault_tSouptick Joarder1-41/+37
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-6/+7
2018-06-07Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-150/+131
2018-06-07Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-76/+91
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds9-270/+311
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-62/+164
2018-06-07btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder2-15/+13
2018-06-07ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer1-1/+1
2018-06-07ubifs: gc: Fix typoSascha Hauer1-1/+1
2018-06-07ubifs: log: Some spelling fixesSascha Hauer1-3/+3
2018-06-07ubifs: Spelling fix someting -> somethingSascha Hauer1-1/+1
2018-06-07ubifs: journal: Remove wrong commentSascha Hauer1-3/+2
2018-06-07ubifs: remove set but never used variableSascha Hauer2-5/+0
2018-06-07ubifs, xattr: remove misguided quota flagsWang Shilong1-1/+1
2018-06-07fs: ubifs: Adding new return type vm_fault_tSouptick Joarder1-7/+4
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French3-14/+36
2018-06-07CIFS: Fix NULL ptr derefAurelien Aptel3-7/+9
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