summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* aio: fix failure to put the file pointerJens Axboe2018-12-171-0/+1
* sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing2018-12-171-1/+1
* cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-131-1/+1
* flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-12-133-12/+32
* NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-12-132-20/+21
* NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-12-132-5/+13
* btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo2018-12-081-5/+3Star
* ext2: fix potential use after freePan Bian2018-12-051-1/+1
* ext2: initialize opts.s_mount_opt as zero before using itxingaopeng2018-12-051-0/+1
* fs: fix lost error code in dio_completeMaximilian Heyne2018-12-051-2/+2
* btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-12-051-0/+1
* Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana2018-12-051-1/+2
* Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana2018-12-051-0/+24
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-12-051-0/+1
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-12-051-10/+1Star
* udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-12-052-9/+21
* userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli2018-12-051-0/+15
* gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher2018-12-011-23/+17Star
* dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-12-011-1/+6
* NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2018-12-012-4/+11
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-12-012-7/+11
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-12-011-4/+3Star
* gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-12-011-1/+1
* bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-12-011-3/+6
* v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet2018-12-011-11/+0Star
* ceph: quota: fix null pointer dereference in quota checkLuis Henriques2018-11-271-1/+2
* fs/exofs: fix potential memory leak in mount option parsingChengguang Xu2018-11-271-1/+4
* afs: Handle EIO from delivery functionDavid Howells2018-11-271-1/+4
* hfsplus: prevent btree data loss on root splitErnesto A. Fernández2018-11-271-0/+4
* hfs: prevent btree data loss on root splitErnesto A. Fernández2018-11-271-0/+4
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-11-271-0/+7
* cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-271-5/+6
* cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-271-2/+5
* mm: don't reclaim inodes with many attached pagesRoman Gushchin2018-11-211-2/+5
* gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher2018-11-211-4/+10
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-211-1/+2
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-211-3/+9
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-211-1/+3
* nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew2018-11-211-0/+3
* NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust2018-11-211-3/+5
* mnt: fix __detach_mounts infinite loopBenjamin Coddington2018-11-211-3/+3
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2018-11-211-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2018-11-211-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2018-11-211-2/+8
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin2018-11-211-2/+5
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-211-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-211-0/+2
* ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin2018-11-211-1/+3