summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-26do_epoll_ctl(): clean the failure exits up a bitAl Viro1-13/+6
2020-08-26epoll: Keep a reference on files added to the check listMarc Zyngier1-2/+9
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
2020-08-26afs: Fix key ref leak in afs_put_operation()David Howells1-0/+1
2020-08-26ext4: check journal inode extents more carefullyJan Kara6-47/+41
2020-08-26ext4: don't allow overlapping system zonesJan Kara1-23/+13
2020-08-26ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-08-26fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller1-4/+6
2020-08-26fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi1-0/+3
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26ceph: fix use-after-free for fsc->mdscXiubo Li1-1/+2
2020-08-26jffs2: fix UAF problemZhe Li1-1/+5
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-26f2fs: should avoid inode eviction in synchronous pathJaegeuk Kim1-3/+7
2020-08-26f2fs: fix to check page dirty status before writebackChao Yu1-0/+6
2020-08-26jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)1-1/+3
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-26ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara1-0/+4
2020-08-26squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher1-1/+5
2020-08-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-26io_uring: find and cancel head link async work on files exitJens Axboe1-4/+29
2020-08-21fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-21fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-21fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-21fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-21NFS: Fix flexfiles read failoverTrond Myklebust3-16/+40
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-21nfs: nfs_file_write() should check for writeback errorsScott Mayhew1-3/+9
2020-08-21ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-08-21nfs: ensure correct writeback errors are returned on close()Scott Mayhew2-2/+8
2020-08-21f2fs: compress: fix to update isize when overwriting compressed fileChao Yu1-0/+4
2020-08-21f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu1-0/+2
2020-08-21gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson1-30/+39
2020-08-21gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher1-1/+3
2020-08-21ceph: handle zero-length feature mask in session messagesJeff Layton1-2/+4
2020-08-21ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-21ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-08-21cifs: Fix leak when handling lease break for cached root fidPaul Aurich1-21/+52
2020-08-21btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su1-1/+1
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-21btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-21btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo3-0/+20
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-5/+11
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-08-21btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik1-1/+1