summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+2
2021-02-12Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernelLinus Torvalds-4/+28
2021-02-12Merge tag 'io_uring-5.11-2021-02-12' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue-1/+2
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N-0/+1
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg-2/+17
2021-02-10Revert "io_uring: don't take fs for recvmsg/sendmsg"Jens Axboe-2/+4
2021-02-10nilfs2: make splice write available againJoachim Henke-0/+1
2021-02-09cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg-2/+2
2021-02-09tmpfs: disallow CONFIG_TMPFS_INODE64 on alphaSeth Forshee-1/+1
2021-02-09tmpfs: disallow CONFIG_TMPFS_INODE64 on s390Seth Forshee-1/+1
2021-02-09squashfs: add more sanity checks in xattr id lookupPhillip Lougher-9/+57
2021-02-09squashfs: add more sanity checks in inode lookupPhillip Lougher-8/+33
2021-02-09squashfs: add more sanity checks in id lookupPhillip Lougher-12/+45
2021-02-09squashfs: avoid out of bounds writes in decompressorsPhillip Lougher-1/+7
2021-02-09cifs: fix dfs-linksRonnie Sahlberg-0/+8
2021-02-06Merge tag '5.11-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-6/+36
2021-02-06Merge tag 'io_uring-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+3
2021-02-05cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel-2/+20
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song-1/+2
2021-02-05smb3: fix crediting for compounding when only one request in flightPavel Shilovsky-3/+15
2021-02-04io_uring: drop mm/files between task_work_submitPavel Begunkov-0/+3
2021-02-04Merge tag 'ovl-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+85
2021-02-04io_uring: don't modify identity's files uncess identity is cowedXiaoguang Wang-6/+0
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2021-02-01smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva-1/+1
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-25/+44
2021-01-30Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-20/+81
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells-3/+3
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-51/+46
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+9
2021-01-29Merge tag 'io_uring-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds-42/+53
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg-16/+75
2021-01-28Merge tag 'ecryptfs-5.11-rc6-setxattr-fix' of git://git.kernel.org/pub/scm/li...Linus Torvalds-3/+7
2021-01-28io_uring: reinforce cancel on flush during exitPavel Begunkov-2/+1
2021-01-28cifs: returning mount parm processing errors correctlySteve French-4/+4
2021-01-28io_uring: fix sqo ownership false positive warningPavel Begunkov-2/+0
2021-01-28io_uring: fix list corruption for splice file_getPavel Begunkov-1/+2
2021-01-28cifs: fix mounts to subdirectories of targetSteve French-0/+1
2021-01-28cifs: ignore auto and noauto options if givenAdam Harvey-0/+1
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon-11/+63
2021-01-28ovl: skip getxattr of security labelsAmir Goldstein-7/+8
2021-01-28ovl: fix dentry leak in ovl_get_redirectLiangyan-1/+1
2021-01-28ovl: avoid deadlock on directory ioctlMiklos Szeredi-16/+7
2021-01-28ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi-0/+2
2021-01-28ovl: add warning on user_ns mismatchMiklos Szeredi-0/+4
2021-01-27io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu-2/+6
2021-01-27Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy-1/+9
2021-01-26io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov-8/+2
2021-01-26io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov-17/+22