summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2020-10-23Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds-301/+675
2020-10-23Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-342/+607
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-438/+679
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+9
2020-10-23gfs2: Recover statfs info in journal headAbhi Das-1/+106
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das-36/+139
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-388/+4282
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French-1/+24
2020-10-22cifs: remove bogus debug codeDan Carpenter-8/+8
2020-10-22smb3.1.1: fix typo in compression flagSteve French-1/+1
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg-97/+99
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg-62/+63
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg-85/+96
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg-1/+24
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-202/+166
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1219/+1330
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-127/+71
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds-2/+2
2020-10-21ext4: fix invalid inode checksumLuo Meng-5/+6
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar-1/+37
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar-1/+5
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar-127/+1769
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar-4/+68
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar-29/+1535
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar-1/+241
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar-6/+83
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar-5/+26
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada-20/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian-1/+1
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon-3/+3
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French-1/+4
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French-1/+6
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero-2/+10
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula-5/+7
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-396/+451
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo-8/+152
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das-1/+11
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher-1/+1
2020-10-20gfs2: Eliminate gl_vmBob Peterson-30/+16
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson-4/+7
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson-2/+1
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-115/+397
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds-289/+432
2020-10-20cifs: make const array static, makes object smallerColin Ian King-3/+5
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French-9/+18