summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-11ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2020-02-11ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2
2020-02-11ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-02-11ubifs: Reject unsupported ioctl flags explicitlyHou Tao1-0/+8
2020-02-11smb3: fix signing verification of large readsSteve French1-2/+2
2020-02-11udf: Allow writing to 'Rewritable' partitionsJan Kara1-1/+0
2020-02-11ocfs2: fix oops when writing cloned fileGang He1-8/+6
2020-02-11ovl: fix lseek overflow on 32bitMiklos Szeredi1-1/+1
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-02-05reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2020-02-05ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o1-61/+66
2020-02-05vfs: fix do_last() regressionAl Viro1-2/+2
2020-02-01cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)1-1/+1
2020-01-29do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro1-7/+10
2020-01-29afs: Fix characters allowed into cell namesDavid Howells1-1/+10
2020-01-27afs: Remove set but not used variables 'before', 'after'zhengbin1-10/+2
2020-01-27affs: fix a memory leak in affs_remountNavid Emamdoost1-6/+0
2020-01-27afs: Fix large file supportMarc Dionne1-0/+1
2020-01-27afs: Fix missing timeout resetDavid Howells1-0/+1
2020-01-27f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2-0/+10
2020-01-27btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval1-1/+2
2020-01-27Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana1-1/+3
2020-01-27Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana1-5/+18
2020-01-27Btrfs: fix hang when loading existing inode cache off diskFilipe Manana1-0/+1
2020-01-27f2fs: fix error path of f2fs_convert_inline_page()Chao Yu1-0/+1
2020-01-27f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu1-1/+2
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+1
2020-01-27ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King1-1/+1
2020-01-27cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2020-01-27ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp1-1/+1
2020-01-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman1-1/+1
2020-01-27afs: Fix double inc of vnode->cb_breakDavid Howells1-3/+1
2020-01-27afs: Fix lock-wait/callback-break double lockingDavid Howells2-10/+1
2020-01-27afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells1-5/+2
2020-01-27afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2-3/+5
2020-01-27afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells1-2/+2
2020-01-27NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust1-1/+1
2020-01-27afs: Further fix file lockingDavid Howells1-196/+196
2020-01-27afs: Fix AFS file locking to allow fine grained locksDavid Howells1-14/+9
2020-01-27jfs: fix bogus variable self-initializationArnd Bergmann1-2/+1
2020-01-27NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust1-13/+19
2020-01-27NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker1-0/+10
2020-01-27NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2-10/+24
2020-01-27NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2-8/+13
2020-01-27fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman1-1/+1
2020-01-27exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2020-01-27xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney1-2/+6
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn1-1/+5
2020-01-23btrfs: do not delete mismatched root refsJosef Bacik1-4/+6