summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o2020-06-251-12/+10
* ext4: fix partial cluster initialization when splitting extentSasha Levin2020-06-251-1/+1
* block: Fix use-after-free in blkdev_get()Jason Yan2020-06-251-5/+7
* afs: afs_write_end() should change i_size under the right lockDavid Howells2020-06-251-2/+2
* afs: Fix non-setting of mtime when writing into mmapDavid Howells2020-06-251-0/+1
* ext4: stop overwrite the errcode in ext4_setup_superyangerkun2020-06-251-0/+1
* afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng2020-06-251-0/+1
* gfs2: fix use-after-free on transaction ail listsBob Peterson2020-06-251-2/+9
* gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-251-1/+1
* NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia2020-06-251-1/+1
* dlm: remove BUG() before panic()Arnd Bergmann2020-06-251-1/+0
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-06-251-0/+2
* f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-06-251-1/+2
* btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana2020-06-221-2/+2
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-06-221-3/+3
* ext4: fix race between ext4_sync_parent() and rename()Eric Biggers2020-06-221-15/+13
* ext4: fix error pointer dereferenceJeffle Xu2020-06-221-2/+5
* ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar2020-06-221-3/+6
* btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-06-221-0/+67
* btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain2020-06-221-0/+2
* btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo2020-06-221-0/+14
* xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster2020-06-221-5/+4
* xfs: reset buffer write failure state on successful completionBrian Foster2020-06-221-3/+5
* xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong2020-06-221-1/+1
* btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-06-221-2/+4
* fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi2020-06-221-0/+6
* proc: Use new_inode not new_inode_pseudoEric W. Biederman2020-06-223-3/+3
* ovl: initialize error in ovl_copy_xattrYuxuan Shui2020-06-221-1/+1
* nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi2020-06-221-0/+2
* cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2020-06-221-0/+1
* btrfs: tree-checker: Check level for leaves and nodesQu Wenruo2020-06-221-0/+14
* aio: fix async fsync credsMiklos Szeredi2020-06-221-0/+8
* btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo2020-06-222-0/+16
* btrfs: merge btrfs_find_device and find_deviceAnand Jain2020-06-225-52/+53
* fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko2020-06-031-1/+1
* cifs: Fix null pointer check in cifs_readSteve French2020-06-031-1/+1
* cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue2020-06-031-1/+1
* gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2020-06-032-3/+3
* Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-271-3/+0
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-271-0/+1
* configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang2020-05-271-0/+1
* ubifs: remove broken lazytime supportChristoph Hellwig2020-05-271-5/+1
* fix multiplication overflow in copy_fdtable()Al Viro2020-05-271-1/+1
* exec: Move would_dump into flush_old_execEric W. Biederman2020-05-201-2/+2
* cifs: fix leaked reference on requeued writeAdam McCoy2020-05-201-1/+1
* NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-201-18/+16
* nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-05-203-11/+21
* NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-201-1/+2
* gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher2020-05-201-7/+9
* coredump: fix crash when umh is disabledLuis Chamberlain2020-05-141-0/+8