| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-01-13 | 3 | -13/+64 |
|\ |
|
| * | btrfs: Use real device structure to verify dev extent | Qu Wenruo | 2019-01-10 | 1 | -0/+12 |
| * | Btrfs: fix deadlock when using free space tree due to block group creation | Filipe Manana | 2019-01-09 | 1 | -7/+9 |
| * | Btrfs: fix race between reflink/dedupe and relocation | Filipe Manana | 2019-01-09 | 1 | -6/+28 |
| * | Btrfs: fix race between cloning range ending at eof and writeback | Filipe Manana | 2019-01-09 | 1 | -0/+15 |
* | | Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-01-13 | 4 | -5/+10 |
|\ \ |
|
| * | | sysfs: convert BUG_ON to WARN_ON | Greg Kroah-Hartman | 2019-01-07 | 4 | -5/+10 |
* | | | Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-01-13 | 10 | -65/+211 |
|\ \ \ |
|
| * | | | cifs: update internal module version number | Steve French | 2019-01-11 | 1 | -1/+1 |
| * | | | CIFS: Fix error paths in writeback code | Pavel Shilovsky | 2019-01-11 | 4 | -9/+56 |
| * | | | CIFS: Move credit processing to mid callbacks for SMB3 | Pavel Shilovsky | 2019-01-11 | 1 | -17/+34 |
| * | | | CIFS: Fix credits calculation for cancelled requests | Pavel Shilovsky | 2019-01-11 | 2 | -2/+27 |
| * | | | cifs: Fix potential OOB access of lock element array | Ross Lagerwall | 2019-01-11 | 2 | -6/+6 |
| * | | | cifs: Limit memory used by lock request calls to a page | Ross Lagerwall | 2019-01-11 | 2 | -0/+12 |
| * | | | cifs: move large array from stack to heap | Aurelien Aptel | 2019-01-11 | 2 | -14/+32 |
| * | | | CIFS: Do not hide EINTR after sending network packets | Pavel Shilovsky | 2019-01-11 | 1 | -1/+1 |
| * | | | CIFS: Fix credit computation for compounded requests | Pavel Shilovsky | 2019-01-10 | 1 | -18/+41 |
| * | | | CIFS: Do not set credits to 1 if the server didn't grant anything | Pavel Shilovsky | 2019-01-10 | 1 | -2/+0 |
| * | | | CIFS: Fix adjustment of credits for MTU requests | Pavel Shilovsky | 2019-01-10 | 1 | -2/+6 |
| * | | | cifs: Fix a tiny potential memory leak | Dan Carpenter | 2019-01-10 | 1 | -0/+1 |
| * | | | cifs: Fix a debug message | Dan Carpenter | 2019-01-10 | 1 | -3/+4 |
* | | | | Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-01-11 | 2 | -6/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ceph: use vmf_error() in ceph_filemap_fault() | Souptick Joarder | 2019-01-07 | 1 | -4/+1 |
| * | | | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 2019-01-07 | 1 | -2/+2 |
| |/ / |
|
* / / | hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race" | Mike Kravetz | 2019-01-09 | 1 | -28/+33 |
|/ / |
|
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-01-06 | 5 | -110/+363 |
|\ \ |
|
| * | | fscrypt: add Adiantum support | Eric Biggers | 2019-01-06 | 5 | -110/+363 |
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-01-06 | 4 | -10/+19 |
|\ \ \ |
|
| * | | | ext4: fix special inode number checks in __ext4_iget() | Theodore Ts'o | 2019-01-01 | 1 | -1/+1 |
| * | | | ext4: track writeback errors using the generic tracking infrastructure | Theodore Ts'o | 2018-12-31 | 1 | -0/+3 |
| * | | | ext4: use ext4_write_inode() when fsyncing w/o a journal | Theodore Ts'o | 2018-12-31 | 1 | -4/+9 |
| * | | | ext4: avoid kernel warning when writing the superblock to a dead device | Theodore Ts'o | 2018-12-31 | 1 | -1/+1 |
| * | | | ext4: fix a potential fiemap/page fault deadlock w/ inline_data | Theodore Ts'o | 2018-12-25 | 1 | -3/+3 |
| * | | | ext4: make sure enough credits are reserved for dioread_nolock writes | Theodore Ts'o | 2018-12-25 | 1 | -1/+2 |
* | | | | Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-01-05 | 4 | -16/+32 |
|\ \ \ \ |
|
| * | | | | smb3: add smb3.1.1 to default dialect list | Steve French | 2019-01-03 | 2 | -14/+28 |
| * | | | | cifs: fix confusing warning message on reconnect | Steve French | 2019-01-03 | 1 | -1/+1 |
| * | | | | smb3: fix large reads on encrypted connections | Paul Aurich | 2019-01-03 | 1 | -1/+3 |
* | | | | | Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-01-05 | 2 | -2/+0 |
|\ \ \ \ \ |
|
| * | | | | | xfs: xfs_fsops: drop useless LIST_HEAD | Julia Lawall | 2018-12-29 | 1 | -1/+0 |
| * | | | | | xfs: xfs_buf: drop useless LIST_HEAD | Julia Lawall | 2018-12-29 | 1 | -1/+0 |
* | | | | | | Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-01-05 | 5 | -128/+153 |
|\ \ \ \ \ \ |
|
| * | | | | | | ceph: don't encode inode pathes into reconnect message | Yan, Zheng | 2018-12-26 | 1 | -45/+49 |
| * | | | | | | ceph: update wanted caps after resuming stale session | Yan, Zheng | 2018-12-26 | 3 | -33/+58 |
| * | | | | | | ceph: skip updating 'wanted' caps if caps are already issued | Yan, Zheng | 2018-12-26 | 1 | -10/+17 |
| * | | | | | | ceph: don't request excl caps when mount is readonly | Yan, Zheng | 2018-12-26 | 1 | -2/+5 |
| * | | | | | | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 2018-12-26 | 1 | -1/+0 |
| * | | | | | | ceph: remove redundant assignment | Chengguang Xu | 2018-12-26 | 1 | -1/+0 |
| * | | | | | | ceph: cleanup splice_dentry() | Yan, Zheng | 2018-12-26 | 1 | -36/+24 |
* | | | | | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-01-05 | 8 | -174/+166 |
|\ \ \ \ \ \ \ |
|