summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-08-139-25/+65
|\
| * btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo2020-08-123-0/+20
| * btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-08-111-1/+1
| * btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo2020-08-101-3/+5
| * btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su2020-08-101-1/+1
| * btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik2020-08-101-0/+6
| * btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-101-6/+2
| * btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-101-2/+8
| * btrfs: fix messages after changing compression level by remountDavid Sterba2020-08-101-5/+9
| * btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-101-2/+2
| * btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo2020-08-101-5/+11
* | Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-1315-19/+21
|\ \
| * | xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-071-2/+4
| * | xfs: delete duplicated words + other fixesRandy Dunlap2020-08-0514-17/+17
* | | Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-1310-116/+121
|\ \ \
| * | | exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-126-28/+47
| * | | exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada2020-08-121-43/+10
| * | | exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-124-7/+12
| * | | exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-123-6/+29
| * | | exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-127-35/+26
* | | | Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-1214-103/+482
|\ \ \ \
| * | | | ceph: handle zero-length feature mask in session messagesJeff Layton2020-08-051-2/+4
| * | | | ceph: use frag's MDS in either modeYanhu Cao2020-08-041-2/+1
| * | | | ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-043-28/+19
| * | | | ceph: set sec_context xattr on symlink creationJeff Layton2020-08-041-0/+4
| * | | | ceph: remove redundant initialization of variable mdsColin Ian King2020-08-031-1/+1
| * | | | ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-031-1/+2
| * | | | ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang2020-08-031-6/+4
| * | | | ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-032-2/+2
| * | | | ceph: send client provided metric flags in client metadataXiubo Li2020-08-032-2/+71
| * | | | ceph: periodically send perf metrics to MDSesXiubo Li2020-08-036-1/+275
| * | | | ceph: check the sesion state and return false in case it is closedXiubo Li2020-08-031-0/+1
| * | | | libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
| * | | | ceph: remove unnecessary cast in kfree()Xu Wang2020-08-031-6/+6
| * | | | ceph: do not access the kiocb after aio requestsXiubo Li2020-08-031-2/+3
| * | | | ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton2020-08-031-6/+4
| * | | | ceph: fix potential mdsc use-after-free crashXiubo Li2020-08-031-1/+13
| * | | | ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li2020-08-031-11/+35
| * | | | ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-035-12/+7
| * | | | ceph: add check_session_state() helper and make it globalXiubo Li2020-08-032-20/+30
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-1237-315/+386
|\ \ \ \
| * | | | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
| * | | | exec: move path_noexec() check earlierKees Cook2020-08-122-8/+8
| * | | | exec: move S_ISREG() check earlierKees Cook2020-08-123-10/+16
| * | | | exec: change uselib(2) IS_SREG() failure to EACCESKees Cook2020-08-121-2/+1
| * | | | coredump: add %f for executable filenameLepton Wu2020-08-121-4/+13
| * | | | fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller2020-08-121-4/+6
| * | | | fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi2020-08-121-0/+3
| * | | | VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-121-1/+1
| * | | | fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng2020-08-121-2/+2