summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-05ext2: fix potential use after freePan Bian1-1/+1
2018-12-05ext2: initialize opts.s_mount_opt as zero before using itxingaopeng1-0/+1
2018-12-05fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-12-05btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2018-12-05Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana1-1/+2
2018-12-05Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana1-0/+24
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-12-05btrfs: Always try all copies when reading extent buffersNikolay Borisov1-10/+1
2018-12-05udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-12-05userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-0/+15
2018-12-01gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher1-23/+17
2018-12-01dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox1-1/+6
2018-12-01NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2-4/+11
2018-12-01fanotify: fix handling of events on child sub-directoryAmir Goldstein2-7/+11
2018-12-01fsnotify: generalize handling of extra event flagsAmir Goldstein1-4/+3
2018-12-01gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price1-1/+1
2018-12-01bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet1-11/+0
2018-11-27ceph: quota: fix null pointer dereference in quota checkLuis Henriques1-1/+2
2018-11-27fs/exofs: fix potential memory leak in mount option parsingChengguang Xu1-1/+4
2018-11-27afs: Handle EIO from delivery functionDavid Howells1-1/+4
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-11-27hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-11-27cifs: fix return value for cifs_listxattrRonnie Sahlberg1-5/+6
2018-11-27cifs: don't dereference smb_file_target before null checkColin Ian King1-2/+5
2018-11-21mm: don't reclaim inodes with many attached pagesRoman Gushchin1-2/+5
2018-11-21gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher1-4/+10
2018-11-21gfs2: Put bitmap buffers in put_superAndreas Gruenbacher1-1/+2
2018-11-21fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
2018-11-21fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner1-1/+3
2018-11-21nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew1-0/+3
2018-11-21NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust1-3/+5
2018-11-21mnt: fix __detach_mounts infinite loopBenjamin Coddington1-3/+3
2018-11-21mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman1-1/+1
2018-11-21mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman1-2/+8
2018-11-21mount: Retest MNT_LOCKED in do_umountEric W. Biederman1-2/+8
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-21ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin1-2/+5
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin1-0/+2
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin1-0/+2
2018-11-21ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin1-1/+3
2018-11-21ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin1-0/+1
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-11-21ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin1-2/+3
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4