summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-03f2fs: fix use-after-free issueLi Guifu1-2/+3
2020-09-03f2fs: fix error path in do_recover_data()Chao Yu4-13/+26
2020-09-03xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner3-4/+26
2020-08-26do_epoll_ctl(): clean the failure exits up a bitAl Viro1-6/+4
2020-08-26epoll: Keep a reference on files added to the check listMarc Zyngier1-2/+7
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
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-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-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-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-26btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+4
2020-08-26btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-4/+11
2020-08-26btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov1-8/+8
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
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 getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
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: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
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: open device without device_list_mutexJosef Bacik1-3/+18
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix1-0/+2
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-08-21btrfs: free anon block device right after subvolume deletionQu Wenruo1-0/+2
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-08-19NFS: Don't return layout segments that are in useTrond Myklebust1-19/+15
2020-08-19NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust1-11/+1
2020-08-199p: Fix memory leak in v9fs_mountZheng Bin1-3/+2
2020-08-19fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-19fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-19fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-19pstore: Fix linking when crypto API disabledMatteo Croce1-1/+4
2020-08-19ocfs2: fix unbalanced lockingPavel Machek1-1/+7
2020-08-19dlm: Fix kobject memleakWang Hai1-3/+3
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20