summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+8
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5
| * ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2
| * 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/+47
* | 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/+4
| * | | 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/+9
* | | | ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2018-11-031-18/+59
* | | | ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-031-2/+1
* | | | ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2018-11-031-2/+2
* | | | ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2018-11-031-17/+34
* | | | ocfs2: remove ocfs2_is_o2cb_active()Gang He2018-11-033-10/+1
|/ / /
* | | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-022-6/+6
|\ \ \
| * | | blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-012-6/+6
* | | | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-0216-546/+558
|\ \ \ \