summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-02-01cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-01-29do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro
2020-01-29afs: Fix characters allowed into cell namesDavid Howells
2020-01-27afs: Remove set but not used variables 'before', 'after'zhengbin
2020-01-27affs: fix a memory leak in affs_remountNavid Emamdoost
2020-01-27afs: Fix large file supportMarc Dionne
2020-01-27afs: Fix missing timeout resetDavid Howells
2020-01-27f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu
2020-01-27btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval
2020-01-27Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana
2020-01-27Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana
2020-01-27Btrfs: fix hang when loading existing inode cache off diskFilipe Manana
2020-01-27f2fs: fix error path of f2fs_convert_inline_page()Chao Yu
2020-01-27f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2020-01-27ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King
2020-01-27cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French
2020-01-27ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp
2020-01-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman
2020-01-27afs: Fix double inc of vnode->cb_breakDavid Howells
2020-01-27afs: Fix lock-wait/callback-break double lockingDavid Howells
2020-01-27afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells
2020-01-27afs: Fix key leak in afs_release() and afs_evict_inode()David Howells
2020-01-27afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells
2020-01-27NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust
2020-01-27afs: Further fix file lockingDavid Howells
2020-01-27afs: Fix AFS file locking to allow fine grained locksDavid Howells
2020-01-27jfs: fix bogus variable self-initializationArnd Bergmann
2020-01-27NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust
2020-01-27NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker
2020-01-27NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust
2020-01-27NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust
2020-01-27fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman
2020-01-27exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing
2020-01-27xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2020-01-23btrfs: do not delete mismatched root refsJosef Bacik
2020-01-23btrfs: fix invalid removal of root refJosef Bacik
2020-01-23btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik
2020-01-17ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li
2020-01-17f2fs: fix potential overflowChao Yu
2020-01-17NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust
2020-01-17NFSv2: Fix a typo in encode_sattr()Trond Myklebust
2020-01-17btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues
2020-01-17afs: Fix missing cell comparison in afs_test_super()David Howells
2020-01-17cifs: Adjust indentation in smb2_open_fileNathan Chancellor
2020-01-17f2fs: check if file namelen exceeds max valueSheng Yong
2020-01-17f2fs: check memory boundary by insane namelenJaegeuk Kim
2020-01-17f2fs: Move err variable to function scope in f2fs_fill_dentries()Ben Hutchings