summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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: 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-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-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn
2020-08-26btrfs: sysfs: use NOFS for device creationJosef Bacik
2020-08-26btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo
2020-08-26btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza
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 getxattr kernel panic and memory overflowJeffrey Mitchell
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: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
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: open device without device_list_mutexJosef Bacik
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo
2020-08-21btrfs: free anon block device right after subvolume deletionQu Wenruo
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French
2020-08-19NFS: Don't return layout segments that are in useTrond Myklebust
2020-08-19NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust
2020-08-199p: Fix memory leak in v9fs_mountZheng Bin
2020-08-19fs/minix: reject too-large maximum file sizeEric Biggers
2020-08-19fs/minix: don't allow getting deleted inodesEric Biggers
2020-08-19fs/minix: check return value of sb_getblk()Eric Biggers
2020-08-19pstore: Fix linking when crypto API disabledMatteo Croce
2020-08-19ocfs2: fix unbalanced lockingPavel Machek
2020-08-19dlm: Fix kobject memleakWang Hai
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-08-11xattr: break delegations in {set,remove}xattrFrank van der Linden
2020-08-07ext4: fix direct I/O read errorJiang Ying