summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds6-1113/+1463
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds18-251/+128
2020-08-03userfaultfd: simplify fault handlingLinus Torvalds1-38/+1
2020-08-03Merge tag 'filelock-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-08-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-3/+12
2020-08-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds19-130/+798
2020-08-03Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds44-1157/+1811
2020-08-03erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang1-2/+2
2020-08-03erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gao Xiang1-11/+3
2020-08-03erofs: fix extended inode could cross boundaryGao Xiang1-42/+79
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov16-16/+16
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki1-1/+1
2020-08-02cifs: document and cleanup dfs mountPaulo Alcantara1-188/+182
2020-08-02cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara1-2/+7
2020-08-02cifs: fix double free error on share and prefixColin Ian King1-0/+2
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara5-29/+62
2020-08-02cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara1-4/+6
2020-08-02cifs: rename reconn_inval_dfs_target()Paulo Alcantara1-7/+6
2020-08-02cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara1-11/+68
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher4-223/+105
2020-08-02cifs: convert to use be32_add_cpu()Qinglang Miao2-4/+2
2020-08-02cifs: delete duplicated words in header filesRandy Dunlap3-4/+4
2020-08-02cifs: Remove the superfluous breakLiao Pingfang1-1/+0
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg3-4/+41
2020-08-02cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas3-1/+29
2020-08-02cifs: remove unused variable 'server'Wei Yongjun1-2/+0
2020-08-02smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-08-02cifs: Fix leak when handling lease break for cached root fidPaul Aurich1-21/+52
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+5
2020-08-01io_uring: flip if handling after io_setup_async_rwPavel Begunkov1-74/+72
2020-07-31io_uring: don't touch 'ctx' after installing file descriptorJens Axboe1-3/+9
2020-07-31init: add an init_utimes helperChristoph Hellwig1-0/+13
2020-07-31init: add an init_stat helperChristoph Hellwig1-0/+15
2020-07-31init: add an init_mknod helperChristoph Hellwig3-3/+26
2020-07-31init: add an init_mkdir helperChristoph Hellwig3-2/+19
2020-07-31init: add an init_symlink helperChristoph Hellwig3-3/+17
2020-07-31init: add an init_link helperChristoph Hellwig3-4/+36
2020-07-31init: add an init_eaccess helperChristoph Hellwig2-1/+14
2020-07-31init: add an init_chmod helperChristoph Hellwig3-3/+16
2020-07-31init: add an init_chown helperChristoph Hellwig3-2/+20
2020-07-31init: add an init_chroot helperChristoph Hellwig2-6/+25
2020-07-31init: add an init_chdir helperChristoph Hellwig2-6/+17
2020-07-31init: add an init_rmdir helperChristoph Hellwig1-0/+5
2020-07-31init: add an init_unlink helperChristoph Hellwig1-0/+5
2020-07-31init: add an init_umount helperChristoph Hellwig3-2/+17
2020-07-31init: add an init_mount helperChristoph Hellwig4-2/+31
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig2-7/+5
2020-07-31fs: refactor ksys_umountChristoph Hellwig1-22/+18
2020-07-31fs: refactor do_mountChristoph Hellwig1-32/+35
2020-07-31fs: expose utimes_commonChristoph Hellwig1-3/+3