aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-11Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-08-10Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-63/+101
2019-08-09Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-17/+16
2019-08-09gfs2: gfs2_walk_metadata fixGravatar Andreas Gruenbacher 1-63/+101
2019-08-08Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 10-75/+135
2019-08-08Merge tag '5.3-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-14/+33
2019-08-08bdev: Fixup error handling in blkdev_get()Gravatar Jan Kara 1-1/+4
2019-08-07block: fix O_DIRECT error handling for bio fragmentsGravatar Jens Axboe 1-16/+12
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyGravatar Trond Myklebust 2-2/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-3/+0
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALGravatar Sebastien Tisserant 1-1/+9
2019-08-05smb3: send CAP_DFS capability during session setupGravatar Steve French 1-0/+5
2019-08-05SMB3: Fix potential memory leak when processing compound chainGravatar Pavel Shilovsky 1-12/+17
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectGravatar Pavel Shilovsky 1-1/+1
2019-08-05dax: dax_layout_busy_page() should not unmap cow pagesGravatar Vivek Goyal 1-1/+1
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesGravatar Steve French 1-0/+1
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsGravatar Trond Myklebust 3-2/+8
2019-08-04NFSv4: Fix an Oops in nfs4_do_setattrGravatar Trond Myklebust 1-1/+1
2019-08-04NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Gravatar Trond Myklebust 3-7/+28
2019-08-04NFSv4: Check the return value of update_open_stateid()Gravatar Trond Myklebust 1-4/+8
2019-08-04NFSv4.1: Only reap expired delegationsGravatar Trond Myklebust 1-6/+17
2019-08-04NFSv4.1: Fix open stateid recoveryGravatar Trond Myklebust 1-27/+38
2019-08-04NFSv4: Report the error from nfs4_select_rw_stateid()Gravatar Trond Myklebust 1-6/+1
2019-08-04NFSv4: When recovering state fails with EAGAIN, retry the same recoveryGravatar Trond Myklebust 1-1/+8
2019-08-04NFSv4: Print an error in the syslog when state is marked as irrecoverableGravatar Trond Myklebust 1-2/+4
2019-08-04NFSv4: Fix delegation state recoveryGravatar Trond Myklebust 3-15/+14
2019-08-04NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateidGravatar Trond Myklebust 1-2/+1
2019-08-03Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-1/+8
2019-08-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-8/+39
2019-08-03coredump: split pipe command whitespace before expanding templateGravatar Paul Wise 1-5/+39
2019-08-03ocfs2: remove set but not used variable 'last_hash'Gravatar YueHaibing 1-3/+0
2019-08-02Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-27/+62
2019-08-02Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-67/+47
2019-08-02Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+12
2019-08-01block: Fix __blkdev_direct_IO() for bio fragmentsGravatar Damien Le Moal 1-1/+2
2019-07-31Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-4/+1
2019-07-31gfs2: Inode dirtying fixGravatar Andreas Gruenbacher 1-3/+12
2019-07-31Unbreak mount_capable()Gravatar Al Viro 1-4/+1
2019-07-31io_uring: fix KASAN use after free in io_sq_wq_submit_workGravatar Jackie Liu 1-1/+2
2019-07-30Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingGravatar Arnd Bergmann 1-3/+0
2019-07-30Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-100/+81
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDGravatar Jan Kara 1-25/+58
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Gravatar Jia-Ju Bai 1-1/+5
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsGravatar Filipe Manana 3-5/+22
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortGravatar Filipe Manana 1-0/+10
2019-07-30Btrfs: fix incremental send failure after deduplicationGravatar Filipe Manana 1-62/+15
2019-07-29dax: Fix missed wakeup in put_unlocked_entry()Gravatar Jan Kara 1-1/+1
2019-07-28f2fs: use EINVAL for superblock with invalid magicGravatar Icenowy Zheng 1-24/+24
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsGravatar Darrick J. Wong 1-0/+3