summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-301-2/+5
|\
| * io_uring: fix lockup in io_fail_links()Pavel Begunkov2020-07-241-2/+1
| * io_uring: fix ->work corruption with poll_addPavel Begunkov2020-07-241-0/+4
* | Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-251-3/+3
|\ \
| * | efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel2020-07-091-3/+3
* | | Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds2020-07-251-8/+2
|\ \ \
| * | | Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-231-8/+2
* | | | Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds2020-07-241-1/+19
|\ \ \ \
| * | | | nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields2020-07-221-1/+19
* | | | | Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds2020-07-241-1/+1
|\ \ \ \ \
| * | | | | squashfs: fix length field overlap check in metadata readingPhillip Lougher2020-07-241-1/+1
* | | | | | Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-244-14/+21
|\ \ \ \ \ \
| * | | | | | btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-211-0/+8
| * | | | | | btrfs: fix page leaks after failure to lock page for delallocRobbie Ko2020-07-211-1/+2
| * | | | | | btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-07-211-13/+10
| * | | | | | btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-211-0/+1
* | | | | | | Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-07-241-7/+11
|\ \ \ \ \ \ \
| * | | | | | | zonefs: count pages after truncating the iteratorJohannes Thumshirn2020-07-201-4/+4
| * | | | | | | zonefs: Fix compilation warningDamien Le Moal2020-07-201-3/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds2020-07-241-25/+36
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov2020-07-231-0/+1
| * | | | | io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano2020-07-181-4/+9
| * | | | | io_uring: ensure double poll additions work with both request typesJens Axboe2020-07-171-21/+26
* | | | | | exfat: fix name_hash computation on big endian systemsIlya Ponetayev2020-07-211-4/+4
* | | | | | exfat: fix wrong size update of stream entry by typoHyeongseok Kim2020-07-211-1/+1
* | | | | | exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon2020-07-211-1/+1
* | | | | | exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon2020-07-211-1/+1
| |/ / / / |/| | | |
* | | | | Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ...Linus Torvalds2020-07-173-12/+22
|\ \ \ \ \
| * | | | | SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-172-10/+4
| * | | | | NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker2020-07-131-2/+18
* | | | | | Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m...Linus Torvalds2020-07-171-2/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov2020-07-151-2/+8
* | | | | | Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-07-173-57/+95
|\ \ \ \ \ \
| * | | | | | fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-151-1/+11
| * | | | | | fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin2020-07-141-2/+0
| * | | | | | fuse: clean up condition for writepage sendingMiklos Szeredi2020-07-141-18/+35
| * | | | | | fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi2020-07-142-6/+11
| * | | | | | fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi2020-07-141-0/+7
| * | | | | | fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi2020-07-141-3/+5
| * | | | | | fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi2020-07-141-32/+30
| * | | | | | fuse: move rb_erase() before tree_insert()Miklos Szeredi2020-07-141-1/+2
* | | | | | | Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-176-40/+63
|\ \ \ \ \ \ \
| * | | | | | | ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein2020-07-161-0/+4
| * | | | | | | ovl: fix unneeded call to ovl_change_flags()Amir Goldstein2020-07-161-4/+6
| * | | | | | | ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein2020-07-161-13/+18
| * | | | | | | ovl: force read-only sb on failure to create index dirAmir Goldstein2020-07-161-5/+6
| * | | | | | | ovl: fix regression with re-formatted lower squashfsAmir Goldstein2020-07-161-0/+12
| * | | | | | | ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein2020-07-161-9/+7
| * | | | | | | ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein2020-07-161-1/+1
| * | | | | | | ovl: remove not used argument in ovl_check_originyoungjun2020-07-161-9/+2