summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-15xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong
2021-07-15iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher
2021-07-15iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher
2021-07-15iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher
2021-07-15iomap: remove the length variable in iomap_seek_holeChristoph Hellwig
2021-07-15iomap: remove the length variable in iomap_seek_dataChristoph Hellwig
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee
2021-07-14cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N
2021-07-13Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-13configfs: fix the read and write iteratorsBart Van Assche
2021-07-12fcntl: Fix unreachable code in do_fcntl()Gustavo A. R. Silva
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva
2021-07-11io_uring: fix io_drain_req()Pavel Begunkov
2021-07-11io_uring: use right task for exiting checksPavel Begunkov
2021-07-10Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-09Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-09cifs: update internal version numberSteve French
2021-07-09cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-07-09Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-07-09Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-07-09io_uring: remove dead non-zero 'poll' checkJens Axboe
2021-07-08cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg
2021-07-08io_uring: mitigate unlikely iopoll lagPavel Begunkov
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust
2021-07-08NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust
2021-07-08NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust
2021-07-08NFSv4/pnfs: Clean up layout get on openTrond Myklebust
2021-07-08NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust
2021-07-08NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust
2021-07-08NFS: Fix fscache read from NFS after cache errorDave Wysochanski
2021-07-08NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski
2021-07-08NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o
2021-07-08ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o
2021-07-07CIFS: Clarify SMB1 code for POSIX LockSteve French
2021-07-07CIFS: Clarify SMB1 code for rename open fileSteve French
2021-07-07Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-07-07io_uring: fix drain alloc fail return codePavel Begunkov