summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-08-27binfmt_flat: revert "binfmt_flat: don't offset the data start"Max Filippov
2020-08-26do_epoll_ctl(): clean the failure exits up a bitAl Viro
2020-08-26epoll: Keep a reference on files added to the check listMarc Zyngier
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells
2020-08-26ext4: check journal inode extents more carefullyJan Kara
2020-08-26ext4: don't allow overlapping system zonesJan Kara
2020-08-26ext4: fix potential negative array index in do_split()Eric Sandeen
2020-08-26fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata
2020-08-26ceph: fix use-after-free for fsc->mdscXiubo Li
2020-08-26jffs2: fix UAF problemZhe Li
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong
2020-08-26f2fs: fix to check page dirty status before writebackChao Yu
2020-08-26io_uring: find and cancel head link async work on files exitJens Axboe
2020-08-26io_uring: cancel all task's requests on exitPavel Begunkov
2020-08-26io-wq: add an option to cancel all matched reqsPavel Begunkov
2020-08-26io-wq: reorder cancellation pending -> runningPavel Begunkov
2020-08-26jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara
2020-08-26ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara
2020-08-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn
2020-08-21fs/ufs: avoid potential u32 multiplication overflowColin Ian King
2020-08-21fs/minix: remove expected error message in block_to_path()Eric Biggers
2020-08-21fs/minix: fix block limit check for V1 filesystemsEric Biggers
2020-08-21fs/minix: set s_maxbytes correctlyEric Biggers
2020-08-21NFS: Fix flexfiles read failoverTrond Myklebust
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell
2020-08-21nfs: nfs_file_write() should check for writeback errorsScott Mayhew
2020-08-21ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng
2020-08-21nfs: ensure correct writeback errors are returned on close()Scott Mayhew
2020-08-21f2fs: compress: fix to update isize when overwriting compressed fileChao Yu
2020-08-21f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu
2020-08-21gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson
2020-08-21ceph: handle zero-length feature mask in session messagesJeff Layton
2020-08-21ceph: set sec_context xattr on symlink creationJeff Layton
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi
2020-08-21ext2: fix missing percpu_counter_incMikulas Patocka
2020-08-21cifs: Fix leak when handling lease break for cached root fidPaul Aurich
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek
2020-08-21btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik
2020-08-21btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba
2020-08-21btrfs: don't show full path of bind mounts in subvol=Josef Bacik
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik
2020-08-21btrfs: sysfs: use NOFS for device creationJosef Bacik
2020-08-21btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik