summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-143-13/+64
|\
| * btrfs: Use real device structure to verify dev extentQu Wenruo2019-01-101-0/+12
| * Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
| * Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
| * Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
* | Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-144-5/+10
|\ \
| * | sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman2019-01-074-5/+10
* | | Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-1410-65/+211
|\ \ \
| * | | cifs: update internal module version numberSteve French2019-01-111-1/+1
| * | | CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-114-9/+56
| * | | CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky2019-01-111-17/+34
| * | | CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2019-01-112-2/+27
| * | | cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-112-6/+6
| * | | cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-01-112-0/+12
| * | | cifs: move large array from stack to heapAurelien Aptel2019-01-112-14/+32
| * | | CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-111-1/+1
| * | | CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-101-18/+41
| * | | CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-101-2/+0
| * | | CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-101-2/+6
| * | | cifs: Fix a tiny potential memory leakDan Carpenter2019-01-101-0/+1
| * | | cifs: Fix a debug messageDan Carpenter2019-01-101-3/+4
* | | | Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-112-6/+3
|\ \ \ \ | |/ / / |/| | |
| * | | ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder2019-01-071-4/+1
| * | | libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-2/+2
| |/ /
* / / hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz2019-01-081-28/+33
|/ /
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-065-110/+363
|\ \
| * | fscrypt: add Adiantum supportEric Biggers2019-01-065-110/+363
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-064-10/+19
|\ \ \
| * | | ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2018-12-311-1/+1
| * | | ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2018-12-311-0/+3
| * | | ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2018-12-311-4/+9
| * | | ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2018-12-301-1/+1
| * | | ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2018-12-251-3/+3
| * | | ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2018-12-241-1/+2
* | | | Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-054-16/+32
|\ \ \ \
| * | | | smb3: add smb3.1.1 to default dialect listSteve French2019-01-032-14/+28
| * | | | cifs: fix confusing warning message on reconnectSteve French2019-01-021-1/+1
| * | | | smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-021-1/+3
* | | | | Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-01-052-2/+0
|\ \ \ \ \
| * | | | | xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
| * | | | | xfs: xfs_buf: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
* | | | | | Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-055-128/+153
|\ \ \ \ \ \
| * | | | | | ceph: don't encode inode pathes into reconnect messageYan, Zheng2018-12-261-45/+49
| * | | | | | ceph: update wanted caps after resuming stale sessionYan, Zheng2018-12-263-33/+58
| * | | | | | ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng2018-12-261-10/+17
| * | | | | | ceph: don't request excl caps when mount is readonlyYan, Zheng2018-12-261-2/+5
| * | | | | | ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2018-12-261-1/+0
| * | | | | | ceph: remove redundant assignmentChengguang Xu2018-12-261-1/+0
| * | | | | | ceph: cleanup splice_dentry()Yan, Zheng2018-12-261-36/+24
* | | | | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-058-174/+166
|\ \ \ \ \ \ \