summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-14ep_create_wakeup_source(): dentry name can change under you...Al Viro
2020-10-14epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro
2020-10-14epoll: replace ->visited/visited_list with generation countAl Viro
2020-10-14epoll: do not insert into poll queues until all sanity checks are doneAl Viro
2020-10-14nfs: Fix security label length not being resetJeffrey Mitchell
2020-10-01ceph: fix potential race in ceph_check_capsJeff Layton
2020-10-01fuse: don't check refcount after stealing pageMiklos Szeredi
2020-10-01bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson
2020-10-01ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster
2020-09-23NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia
2020-09-23btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-23xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-09-12affs: fix basic permission bits to actually workMax Staudt
2020-09-12fs/affs: use octal for permissionsFabian Frederick
2020-09-12btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-09-12btrfs: set the lockdep class for log tree extent buffersJosef Bacik
2020-09-12btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov
2020-09-12btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov
2020-09-12btrfs: drop path before adding new uuid tree entryJosef Bacik
2020-09-12fix regression in "epoll: Keep a reference on files added to the check list"Al Viro
2020-09-12ceph: don't allow setlease on cephfsJeff Layton
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-09-03writeback: Fix sync livelock due to b_dirty_time processingJan Kara
2020-09-03writeback: Avoid skipping inode writebackJan Kara
2020-09-03writeback: Protect inode->i_io_list with inode->i_lockJan Kara
2020-09-03jbd2: abort journal if free a async write error metadata bufferzhangyi (F)
2020-09-03jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner
2020-09-03ceph: fix potential mdsc use-after-free crashXiubo Li
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-26ext4: fix potential negative array index in do_split()Eric Sandeen
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata
2020-08-26jffs2: fix UAF problemZhe Li
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara
2020-08-26ext4: clean up ext4_match() and callersEric Biggers
2020-08-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn
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-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-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-219p: Fix memory leak in v9fs_mountZheng Bin
2020-08-21fs/minix: reject too-large maximum file sizeEric Biggers
2020-08-21fs/minix: don't allow getting deleted inodesEric Biggers
2020-08-21fs/minix: check return value of sb_getblk()Eric Biggers