summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-30Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher
2020-07-24io_uring: fix lockup in io_fail_links()Pavel Begunkov
2020-07-24io_uring: fix ->work corruption with poll_addPavel Begunkov
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-21btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo
2020-07-21btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon
2020-07-20zonefs: count pages after truncating the iteratorJohannes Thumshirn
2020-07-20zonefs: Fix compilation warningDamien Le Moal
2020-07-18io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano
2020-07-17io_uring: ensure double poll additions work with both request typesJens Axboe
2020-07-17Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ...Linus Torvalds
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-07-17Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m...Linus Torvalds
2020-07-17Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-17Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein
2020-07-16ovl: fix unneeded call to ovl_change_flags()Amir Goldstein
2020-07-15afs: Fix interruption of operationsDavid Howells
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi