aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds1-3/+3
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds1-8/+2
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds1-1/+19
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds1-1/+1
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into masterLinus Torvalds4-14/+21
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs into masterLinus Torvalds1-7/+11
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into masterLinus Torvalds1-25/+36
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher1-1/+1
2020-07-24io_uring: fix lockup in io_fail_links()Pavel Begunkov1-2/+1
2020-07-24io_uring: fix ->work corruption with poll_addPavel Begunkov1-0/+4
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov1-0/+1
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields1-1/+19
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-21btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo1-13/+10
2020-07-21btrfs: fix double free on ulist after backref resolution failureFilipe Manana1-0/+1
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev1-4/+4
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim1-1/+1
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon1-1/+1
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon1-1/+1
2020-07-20zonefs: count pages after truncating the iteratorJohannes Thumshirn1-4/+4
2020-07-20zonefs: Fix compilation warningDamien Le Moal1-3/+7
2020-07-18io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano1-4/+9
2020-07-17io_uring: ensure double poll additions work with both request typesJens Axboe1-21/+26
2020-07-17Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs into masterLinus Torvalds3-12/+22
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO compeletion")Olga Kornievskaia2-10/+4
2020-07-17Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into masterLinus Torvalds1-2/+8
2020-07-17Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse into masterLinus Torvalds3-57/+95
2020-07-17Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into masterLinus Torvalds6-40/+63
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein1-0/+4
2020-07-16ovl: fix unneeded call to ovl_change_flags()Amir Goldstein1-4/+6
2020-07-15afs: Fix interruption of operationsDavid Howells2-2/+3
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein1-13/+18
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein1-5/+6
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein1-0/+12
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein1-9/+7
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein1-1/+1
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun1-9/+2
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun2-2/+1
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun1-1/+10
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov1-2/+8
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin1-2/+0
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi1-18/+35
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi2-6/+11
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi1-0/+7
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi1-3/+5
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi1-32/+30