| Commit message (Expand) | Author | Age | Files | Lines |
* | block: add REQ_HIPRI and inherit it from IOCB_HIPRI | Jens Axboe | 2018-11-07 | 3 | -1/+12 |
* | Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2018-11-04 | 21 | -292/+1982 |
|\ |
|
| * | ubifs: Remove unneeded semicolon | Ding Xiang | 2018-10-23 | 1 | -1/+1 |
| * | ubifs: Enable authentication support | Sascha Hauer | 2018-10-23 | 2 | -1/+45 |
| * | ubifs: Do not update inode size in-place in authenticated mode | Sascha Hauer | 2018-10-23 | 3 | -38/+113 |
| * | ubifs: Add hashes and HMACs to default filesystem | Sascha Hauer | 2018-10-23 | 1 | -7/+27 |
| * | ubifs: authentication: Authenticate super block node | Sascha Hauer | 2018-10-23 | 1 | -1/+69 |
| * | ubifs: Create hash for default LPT | Sascha Hauer | 2018-10-23 | 3 | -3/+23 |
| * | ubfis: authentication: Authenticate master node | Sascha Hauer | 2018-10-23 | 3 | -10/+61 |
| * | ubifs: authentication: Authenticate LPT | Sascha Hauer | 2018-10-23 | 3 | -0/+134 |
| * | ubifs: Authenticate replayed journal | Sascha Hauer | 2018-10-23 | 1 | -2/+144 |
| * | ubifs: Add auth nodes to garbage collector journal head | Sascha Hauer | 2018-10-23 | 1 | -3/+43 |
| * | ubifs: Add authentication nodes to journal | Sascha Hauer | 2018-10-23 | 6 | -18/+153 |
| * | ubifs: authentication: Add hashes to index nodes | Sascha Hauer | 2018-10-23 | 7 | -14/+81 |
| * | ubifs: Add hashes to the tree node cache | Sascha Hauer | 2018-10-23 | 4 | -30/+135 |
| * | ubifs: Create functions to embed a HMAC in a node | Sascha Hauer | 2018-10-23 | 2 | -6/+70 |
| * | ubifs: Add helper functions for authentication support | Sascha Hauer | 2018-10-23 | 4 | -0/+722 |
| * | ubifs: Add separate functions to init/crc a node | Sascha Hauer | 2018-10-23 | 2 | -15/+29 |
| * | ubifs: Format changes for authentication support | Sascha Hauer | 2018-10-23 | 3 | -3/+50 |
| * | ubifs: Store read superblock node | Sascha Hauer | 2018-10-23 | 3 | -22/+8 |
| * | ubifs: Drop write_node | Sascha Hauer | 2018-10-23 | 1 | -34/+5 |
| * | ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookup | Sascha Hauer | 2018-10-23 | 1 | -18/+2 |
| * | ubifs: Export pnode_lookup as ubifs_pnode_lookup | Sascha Hauer | 2018-10-23 | 3 | -36/+37 |
| * | ubifs: Pass ubifs_zbranch to read_znode() | Sascha Hauer | 2018-10-23 | 1 | -5/+6 |
| * | ubifs: Pass ubifs_zbranch to try_read_node() | Sascha Hauer | 2018-10-23 | 1 | -7/+7 |
| * | ubifs: Refactor create_default_filesystem() | Sascha Hauer | 2018-10-23 | 1 | -48/+47 |
* | | Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2018-11-04 | 1 | -1/+1 |
|\ \ |
|
| * | | NFS: fix spelling mistake, EACCESS -> EACCES | Colin Ian King | 2018-11-01 | 1 | -1/+1 |
* | | | Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2018-11-03 | 12 | -99/+530 |
|\ \ \ |
|
| * | | | cifs: fix signed/unsigned mismatch on aio_read patch | Steve French | 2018-11-02 | 1 | -6/+11 |
| * | | | cifs: don't dereference smb_file_target before null check | Colin Ian King | 2018-11-02 | 1 | -2/+5 |
| * | | | CIFS: Add direct I/O functions to file_operations | Long Li | 2018-11-02 | 1 | -6/+4 |
| * | | | CIFS: Add support for direct I/O write | Long Li | 2018-11-02 | 2 | -41/+164 |
| * | | | CIFS: Add support for direct I/O read | Long Li | 2018-11-02 | 3 | -39/+192 |
| * | | | smb3: missing defines and structs for reparse point handling | Steve French | 2018-11-02 | 2 | -0/+38 |
| * | | | smb3: allow more detailed protocol info on open files for debugging | Steve French | 2018-11-02 | 4 | -0/+65 |
| * | | | smb3: on kerberos mount if server doesn't specify auth type use krb5 | Steve French | 2018-11-02 | 1 | -2/+4 |
| * | | | smb3: add trace point for tree connection | Steve French | 2018-11-02 | 2 | -1/+44 |
| * | | | cifs: fix spelling mistake, EACCESS -> EACCES | Colin Ian King | 2018-11-02 | 2 | -3/+3 |
| * | | | cifs: fix return value for cifs_listxattr | Ronnie Sahlberg | 2018-11-02 | 1 | -5/+6 |
* | | | | bfs: add sanity check at bfs_fill_super() | Tetsuo Handa | 2018-11-03 | 1 | -3/+6 |
* | | | | ocfs2: fix clusters leak in ocfs2_defrag_extent() | Larry Chen | 2018-11-03 | 1 | -0/+17 |
* | | | | ocfs2: dlmglue: clean up timestamp handling | Arnd Bergmann | 2018-11-03 | 1 | -17/+9 |
* | | | | ocfs2: don't put and assigning null to bh allocated outside | Changwei Ge | 2018-11-03 | 1 | -18/+59 |
* | | | | ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry | Changwei Ge | 2018-11-03 | 1 | -2/+1 |
* | | | | ocfs2: don't use iocb when EIOCBQUEUED returns | Changwei Ge | 2018-11-03 | 1 | -2/+2 |
* | | | | ocfs2: without quota support, avoid calling quota recovery | Guozhonghua | 2018-11-03 | 1 | -17/+34 |
* | | | | ocfs2: remove ocfs2_is_o2cb_active() | Gang He | 2018-11-03 | 3 | -10/+1 |
|/ / / |
|
* | | | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-11-02 | 2 | -6/+6 |
|\ \ \ |
|
| * | | | blkcg: revert blkcg cleanups series | Dennis Zhou | 2018-11-02 | 2 | -6/+6 |