summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/dax: Fix pmd vs pte conflict detectionDan Williams2019-10-291-2/+3
* CIFS: Fix use after free of file info structuresPavel Shilovsky2019-10-291-3/+3
* cifs: Fix missed free operationsChuhong Yuan2019-10-291-2/+2
* CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-291-0/+3
* io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe2019-10-291-5/+8
* io_uring: Fix race for sqes with userspacePavel Begunkov2019-10-291-1/+2
* io_uring: Fix broken links with offloadingPavel Begunkov2019-10-291-27/+31
* fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand2019-10-291-12/+16
* io_uring: Fix corrupted user_dataPavel Begunkov2019-10-291-0/+2
* io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe2019-10-291-12/+32
* ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-292-2/+4
* filldir[64]: remove WARN_ON_ONCE() for bad directory entriesLinus Torvalds2019-10-291-2/+2
* uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-291-42/+2
* Make filldir[64]() verify the directory entry filename is validLinus Torvalds2019-10-291-0/+40
* elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds2019-10-291-10/+3
* Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds2019-10-291-35/+93
* io_uring: only flush workqueues on fileset removalJens Axboe2019-10-171-1/+2
* Fix the locking in dcache_readdir() and friendsAl Viro2019-10-171-65/+69
* NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-171-35/+43
* btrfs: fix uninitialized ret in ref-verifyJosef Bacik2019-10-171-1/+1
* btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-171-9/+27
* Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana2019-10-171-1/+12
* btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell2019-10-171-1/+5
* btrfs: allocate new inode in NOFS contextJosef Bacik2019-10-171-0/+3
* btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-10-171-1/+8
* cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski2019-10-171-16/+11
* CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky2019-10-171-1/+7
* CIFS: Force revalidate inode when dentry is stalePavel Shilovsky2019-10-171-0/+4
* CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky2019-10-171-0/+6
* vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen2019-10-111-13/+4
* Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-10-111-1/+7
* fuse: fix memleak in cuse_channel_openzhengbin2019-10-111-0/+1
* pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-10-111-2/+7
* ceph: reconnect connection if session hang in opening stateErqi Chen2019-10-111-1/+3
* ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton2019-10-111-2/+7
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-10-111-1/+6
* fuse: fix request limitMiklos Szeredi2019-10-111-2/+5
* 9p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu2019-10-111-0/+3
* fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-10-111-1/+1
* vfs: set fs_context::user_ns for reconfigureEric Biggers2019-10-071-3/+1
* 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookieBharath Vedartham2019-10-071-0/+2
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-10-071-4/+19
* fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-10-072-2/+14
* ext4: fix potential use after free after remounting with noblock_validityzhangyi (F)2019-10-072-52/+147
* f2fs: fix to drop meta/node pages during umountChao Yu2019-10-071-0/+14
* pstore: fs superblock limitsDeepa Dinamani2019-10-071-0/+2
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-10-051-0/+5
* CIFS: fix max ea value sizeMurphy Zhou2019-10-051-1/+1
* ext4: fix punch hole for inline_data file systemsTheodore Ts'o2019-10-051-0/+9
* ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-10-051-2/+2