summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-12-05ext2: fix potential use after freePan Bian
2018-12-05ext2: initialize opts.s_mount_opt as zero before using itxingaopeng
2018-12-05fs: fix lost error code in dio_completeMaximilian Heyne
2018-12-05btrfs: relocation: set trans to be NULL after ending transactionPan Bian
2018-12-05Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana
2018-12-05Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-12-05btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-12-05udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-12-05userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli
2018-12-01gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher
2018-12-01dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox
2018-12-01NFSv4: Fix an Oops during delegation callbacksTrond Myklebust
2018-12-01fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-12-01fsnotify: generalize handling of extra event flagsAmir Goldstein
2018-12-01gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price
2018-12-01bfs: add sanity check at bfs_fill_super()Tetsuo Handa
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet
2018-11-27ceph: quota: fix null pointer dereference in quota checkLuis Henriques
2018-11-27fs/exofs: fix potential memory leak in mount option parsingChengguang Xu
2018-11-27afs: Handle EIO from delivery functionDavid Howells
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández
2018-11-27hfs: prevent btree data loss on root splitErnesto A. Fernández
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn
2018-11-27cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-11-27cifs: don't dereference smb_file_target before null checkColin Ian King
2018-11-21mm: don't reclaim inodes with many attached pagesRoman Gushchin
2018-11-21gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher
2018-11-21gfs2: Put bitmap buffers in put_superAndreas Gruenbacher
2018-11-21fuse: fix possibly missed wake-up after abortMiklos Szeredi
2018-11-21fuse: fix leaked notify replyMiklos Szeredi
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
2018-11-21nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew
2018-11-21NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust
2018-11-21mnt: fix __detach_mounts infinite loopBenjamin Coddington
2018-11-21mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman
2018-11-21mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman
2018-11-21mount: Retest MNT_LOCKED in do_umountEric W. Biederman
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2018-11-21ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin
2018-11-21ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin
2018-11-21ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2018-11-21ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin