summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-20cifs: fix leaked reference on requeued writeAdam McCoy1-1/+1
2020-05-20NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski1-18/+16
2020-05-20nfs: fscache: use timespec64 in inode auxdataArnd Bergmann3-11/+21
2020-05-20NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski1-1/+2
2020-05-20gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher1-7/+9
2020-05-14coredump: fix crash when umh is disabledLuis Chamberlain1-0/+8
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-05-06btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo1-2/+11
2020-05-06btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-05-06nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher1-7/+15
2020-05-06btrfs: fix block group leak when removing failsXiyu Yang1-6/+10
2020-05-02propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro1-5/+4
2020-05-02ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani1-1/+2
2020-05-02ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o1-2/+4
2020-05-02ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o1-1/+1
2020-05-02ext4: use matching invalidatepage in ext4_writepageyangerkun1-1/+1
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong1-0/+1
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers1-1/+3
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2-1/+14
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin1-0/+2
2020-04-29xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia1-43/+42
2020-04-29vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-2/+3
2020-04-29fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk1-1/+1
2020-04-29f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+14
2020-04-29ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-04-29ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang1-0/+5
2020-04-29ext4: fix extent_status fragmentation for plain filesDmitry Monakhov1-20/+27
2020-04-23f2fs: fix to wait all node page writebackChao Yu1-3/+4
2020-04-23ext2: fix debug reference to ext2_xattr_cacheJan Kara1-2/+1
2020-04-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap1-2/+3
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu1-2/+3
2020-04-23NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust1-9/+8
2020-04-23cifs: Allocate encryption header through kmallocLong Li1-11/+17
2020-04-23ext4: do not commit super on read-only bdevEric Sandeen1-1/+2
2020-04-23NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro1-0/+2
2020-04-23NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust1-0/+2
2020-04-23ext4: use non-movable memory for superblock readaheadRoman Gushchin3-2/+13
2020-04-21ext4: do not zeroout extents beyond i_disksizeJan Kara1-4/+4
2020-04-21btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-04-21ext4: fix incorrect inodes per group in error messageJosh Triplett1-1/+1