summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-25btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana
2020-03-25futex: Fix inode life-time issuePeter Zijlstra
2020-03-25io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}Pavel Begunkov
2020-03-25epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev
2020-03-25btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-03-25CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-25io_uring: fix lockup with timeoutsPavel Begunkov
2020-03-25io-wq: fix IO_WQ_WORK_NO_CANCEL cancellationPavel Begunkov
2020-03-25cifs: add missing mount option to /proc/mountsSteve French
2020-03-25cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)
2020-03-25locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-25locks: fix a potential use-after-free problem when wakeup a waiteryangerkun
2020-03-21jbd2: fix data races at struct journal_headQian Cai
2020-03-21io_uring: pick up link work on submit reference dropJens Axboe
2020-03-21io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLLXiaoguang Wang
2020-03-18fscrypt: don't evict dirty inodes after removing keyEric Biggers
2020-03-18fuse: fix stack use after returnMiklos Szeredi
2020-03-18gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro
2020-03-18cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-03-12btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval
2020-03-12fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-03-12cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg
2020-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-03-05ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven
2020-03-05f2fs: fix to add swap extent correctlyChao Yu
2020-03-05namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai
2020-03-05io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe
2020-03-05ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson
2020-03-05io-wq: don't call kXalloc_node() with non-online nodeJens Axboe
2020-03-05ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li
2020-03-05NFSv4: Fix races between open and dentry revalidationTrond Myklebust
2020-03-05io_uring: flush overflowed CQ events in the io_uring_poll()Stefano Garzarella
2020-03-05dax: pass NOWAIT flag to iomap_applyJeff Moyer
2020-02-28io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang
2020-02-28io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki
2020-02-28Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik
2020-02-28btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-02-28ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara
2020-02-28ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-02-28ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh
2020-02-28ext4: fix potential race between online resizing and write operationsTheodore Ts'o