summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton3-28/+19
2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-08-03ceph: remove redundant initialization of variable mdsColin Ian King1-1/+1
2020-08-03ceph: fix use-after-free for fsc->mdscXiubo Li1-1/+2
2020-08-03ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang1-6/+4
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap2-2/+2
2020-08-03ceph: send client provided metric flags in client metadataXiubo Li2-2/+71
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li6-1/+275
2020-08-03ceph: check the sesion state and return false in case it is closedXiubo Li1-0/+1
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-03ceph: remove unnecessary cast in kfree()Xu Wang1-6/+6
2020-08-03ceph: do not access the kiocb after aio requestsXiubo Li1-2/+3
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton1-6/+4
2020-08-03ceph: fix potential mdsc use-after-free crashXiubo Li1-1/+13
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li1-11/+35
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li5-12/+7
2020-08-03ceph: add check_session_state() helper and make it globalXiubo Li2-20/+30
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/kerne...Linus 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-25Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds1-1/+19
2020-07-25Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds1-1/+1
2020-07-25Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+21
2020-07-25Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+11
2020-07-25Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus 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-18io_uring: ensure double poll additions work with both request typesJens Axboe1-21/+26
2020-07-18Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ...Linus Torvalds3-12/+22
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2-10/+4
2020-07-17Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m...Linus Torvalds1-2/+8
2020-07-17Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-57/+95
2020-07-17Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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