summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-10-279-37/+75
|\
| * cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski2019-10-244-9/+22
| * CIFS: Fix use after free of file info structuresPavel Shilovsky2019-10-241-3/+3
| * CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-10-242-20/+32
| * cifs: Fix missed free operationsChuhong Yuan2019-10-201-2/+2
| * CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-201-0/+3
| * cifs: clarify comment about timestamp granularity for old serversSteve French2019-10-201-1/+7
| * cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)2019-10-201-2/+6
* | Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-261-94/+113
|\ \
| * | io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe2019-10-251-12/+32
| * | io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe2019-10-251-5/+8
| * | io_uring: Fix race for sqes with userspacePavel Begunkov2019-10-251-1/+2
| * | io_uring: Fix broken links with offloadingPavel Begunkov2019-10-251-29/+33
| * | io_uring: Fix corrupted user_dataPavel Begunkov2019-10-251-0/+2
| * | io_uring: correct timeout req sequence when inserting a new entryzhangyi (F)2019-10-231-1/+10
| * | io_uring : correct timeout req sequence when waiting timeoutzhangyi (F)2019-10-231-1/+10
| * | io_uring: revert "io_uring: optimize submit_and_wait API"Jens Axboe2019-10-231-46/+17
| |/
* | Merge tag 'dax-fix-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-261-2/+3
|\ \
| * | fs/dax: Fix pmd vs pte conflict detectionDan Williams2019-10-221-2/+3
* | | Merge tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-241-0/+1
|\ \ \
| * | | gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price2019-10-241-0/+1
| | |/ | |/|
* | | Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-2310-56/+41
|\ \ \ | |/ / |/| |
| * | Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana2019-10-171-19/+17
| * | Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana2019-10-171-1/+0
| * | btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo2019-10-171-2/+2
| * | btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-10-157-27/+20
| * | btrfs: don't needlessly create extent-refs kernel threadDavid Sterba2019-10-152-8/+0
| * | btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-111-0/+1
| * | Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana2019-10-111-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-10-195-16/+24
|\ \ \
| * | | proc/meminfo: fix output alignmentKirill A. Shutemov2019-10-191-2/+2
| * | | ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-192-2/+4
| * | | ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu2019-10-191-0/+2
| * | | fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand2019-10-191-12/+16
* | | | Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-181-24/+60
|\ \ \ \ | |/ / / |/| | |
| * | | io_uring: fix logic error in io_timeoutyangerkun2019-10-171-1/+1
| * | | io_uring: fix up O_NONBLOCK handling for socketsJens Axboe2019-10-171-18/+39
| * | | io_uring: consider the overflow of sequence for timeout reqyangerkun2019-10-151-6/+21
* | | | filldir[64]: remove WARN_ON_ONCE() for bad directory entriesLinus Torvalds2019-10-181-2/+2
* | | | Merge tag 'ceph-for-5.4-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2019-10-181-10/+11
|\ \ \ \
| * | | | ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton2019-10-151-10/+11
| | |_|/ | |/| |
* | | | Merge tag 'xfs-5.4-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-10-171-4/+4
|\ \ \ \
| * | | | xfs: change the seconds fields in xfs_bulkstat to signedDarrick J. Wong2019-10-151-4/+4
* | | | | fs/fs-writeback.c: fix kernel-doc warningRandy Dunlap2019-10-141-1/+1
* | | | | fs/libfs.c: fix kernel-doc warningRandy Dunlap2019-10-141-2/+1
* | | | | fs/direct-io.c: fix kernel-doc warningRandy Dunlap2019-10-141-2/+1
| |/ / / |/| | |
* | | | Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-131-41/+5
|\ \ \ \
| * | | | tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)2019-10-121-0/+4
| * | | | tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)2019-10-121-41/+1
* | | | | Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-131-17/+20
|\ \ \ \ \ | | |_|/ / | |/| | |