summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | nfs: define nfs_access_get_cached functionFrank van der Linden2020-07-131-4/+16
| | * | | | NFSv4.2: add client side XDR handling for extended attributesFrank van der Linden2020-07-132-2/+372
| | * | | | NFSv4.2: query the server for extended attribute supportFrank van der Linden2020-07-133-1/+30
| | * | | | NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden2020-07-135-2/+144
| | | |/ / | | |/| |
| * | | | pNFS/flexfiles: The mirror count could depend on the layout segment rangeTrond Myklebust2020-07-121-2/+2
| * | | | pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Trond Myklebust2020-07-121-8/+2
| * | | | NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNCTrond Myklebust2020-07-121-1/+3
| |/ / /
* | | | fs: autofs: delete repeated words in commentsRandy Dunlap2020-08-141-2/+2
* | | | exec: restore EACCES of S_ISDIR execve()Kees Cook2020-08-141-1/+3
* | | | 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
|\ \ \ \ \ \ \