summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* dlm: fix missing idr_destroy for recover_idrDavid Teigland2018-11-151-0/+1
* dlm: memory leaks on error path in dlm_user_request()Vasily Averin2018-11-151-7/+7
* dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin2018-11-151-0/+2
* dlm: possible memory leak on error path in create_lkb()Vasily Averin2018-11-151-0/+1
* dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin2018-11-151-1/+1
* dlm: fix possible call to kfree() for non-initialized pointerDenis V. Lunev2018-11-131-1/+1
* dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson2018-11-081-0/+10
* dlm: don't leak kernel pointer to userspaceTycho Andersen2018-11-071-1/+1
* dlm: don't allow zero length namesTycho Andersen2018-11-071-1/+1
* dlm: fix invalid freeTycho Andersen2018-11-071-2/+3
* 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