summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: fix lost error code in dio_completeMaximilian Heyne2018-11-301-2/+2
* Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2018-11-093-12/+14
|\
| * libceph: assume argonaut on the server sideIlya Dryomov2018-11-081-9/+3Star
| * ceph: quota: fix null pointer dereference in quota checkLuis Henriques2018-11-081-1/+2
| * ceph: add destination file data sync before doing any remote copyLuis Henriques2018-11-081-2/+9
* | xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2018-11-061-2/+9
* | xfs: print buffer offsets when dumping corrupt buffersDarrick J. Wong2018-11-061-1/+1
* | xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET2018-11-061-1/+1
|/
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0421-292/+1982
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * ubifs: Enable authentication supportSascha Hauer2018-10-232-1/+45
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722
| * ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-232-15/+29
| * ubifs: Format changes for authentication supportSascha Hauer2018-10-233-3/+50
| * ubifs: Store read superblock nodeSascha Hauer2018-10-233-22/+8Star
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5Star
| * ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2Star
| * ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-233-36/+37
| * ubifs: Pass ubifs_zbranch to read_znode()Sascha Hauer2018-10-231-5/+6
| * ubifs: Pass ubifs_zbranch to try_read_node()Sascha Hauer2018-10-231-7/+7
| * ubifs: Refactor create_default_filesystem()Sascha Hauer2018-10-231-48/+47Star
* | Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-1/+1
|\ \
| * | NFS: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-011-1/+1
* | | Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-11-0312-99/+530
|\ \ \
| * | | cifs: fix signed/unsigned mismatch on aio_read patchSteve French2018-11-021-6/+11
| * | | cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-021-2/+5
| * | | CIFS: Add direct I/O functions to file_operationsLong Li2018-11-021-6/+4Star
| * | | CIFS: Add support for direct I/O writeLong Li2018-11-022-41/+164
| * | | CIFS: Add support for direct I/O readLong Li2018-11-023-39/+192
| * | | smb3: missing defines and structs for reparse point handlingSteve French2018-11-022-0/+38
| * | | smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-024-0/+65
| * | | smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-021-2/+4
| * | | smb3: add trace point for tree connectionSteve French2018-11-022-1/+44
| * | | cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-022-3/+3
| * | | cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-021-5/+6
* | | | bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-11-031-3/+6
* | | | ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2018-11-031-0/+17
* | | | ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann2018-11-031-17/+9Star