summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-07-01ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2-1/+17
2020-07-01btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0
2020-07-01btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-07-01cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+6
2020-07-01cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-07-01fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein1-1/+4
2020-06-25ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o1-12/+10
2020-06-25ext4: fix partial cluster initialization when splitting extentSasha Levin1-1/+1
2020-06-25block: Fix use-after-free in blkdev_get()Jason Yan1-5/+7
2020-06-25afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-25afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-25ext4: stop overwrite the errcode in ext4_setup_superyangerkun1-0/+1
2020-06-25afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-06-25gfs2: fix use-after-free on transaction ail listsBob Peterson1-2/+9
2020-06-25gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1
2020-06-25NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia1-1/+1
2020-06-25dlm: remove BUG() before panic()Arnd Bergmann1-1/+0
2020-06-25nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2020-06-22btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana1-2/+2
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval1-3/+3
2020-06-22ext4: fix race between ext4_sync_parent() and rename()Eric Biggers1-15/+13
2020-06-22ext4: fix error pointer dereferenceJeffle Xu1-2/+5
2020-06-22ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar1-3/+6
2020-06-22btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain1-0/+2
2020-06-22btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo1-0/+14
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster1-5/+4
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster1-3/+5
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong1-1/+1
2020-06-22btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-06-22fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-22proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-22ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-22nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-22cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo1-0/+1
2020-06-22btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2020-06-22aio: fix async fsync credsMiklos Szeredi1-0/+8
2020-06-22btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo2-0/+16
2020-06-22btrfs: merge btrfs_find_device and find_deviceAnand Jain5-52/+53
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-06-03cifs: Fix null pointer check in cifs_readSteve French1-1/+1
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue1-1/+1
2020-06-03gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-05-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang1-0/+1
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig1-5/+1
2020-05-27fix multiplication overflow in copy_fdtable()Al Viro1-1/+1
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2