summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-20io_uring: use right task for exiting checksPavel Begunkov
2021-07-20cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg
2021-07-20cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara
2021-07-20cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N
2021-07-19f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu
2021-07-19jfs: fix GPF in diFreePavel Skripkin
2021-07-19ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o
2021-07-19ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng
2021-07-19io_uring: fix false WARN_ONCEPavel Begunkov
2021-07-19ext4: fix memory leak in ext4_fill_superPavel Skripkin
2021-07-19udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti
2021-07-19reiserfs: add check for invalid 1st journal blockPavel Skripkin
2021-07-14io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe
2021-07-14io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe
2021-07-14io_uring: fix blocking inline submissionPavel Begunkov
2021-07-14erofs: fix error return code in erofs_read_superblock()Wei Yongjun
2021-07-14fscrypt: fix derivation of SipHash keys on big endian CPUsEric Biggers
2021-07-14fscrypt: don't ignore minor_hash when hash is 0Eric Biggers
2021-07-14exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-07-14configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng
2021-07-14writeback: fix obtain a reference to a freeing memcg cssMuchun Song
2021-07-14dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara
2021-07-14ocfs2: fix snprintf() checkingDan Carpenter
2021-07-14mark pstore-blk as brokenChristoph Hellwig
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-07-14writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin
2021-07-14cifs: fix missing spinlock around update to ses->statusSteve French
2021-07-14smb3: fix possible access to uninitialized pointer to DACLSteve French
2021-07-14cifs: fix SMB1 error path in cifs_get_file_info_unixSteve French
2021-07-14smb3: fix uninitialized value for port in witness protocol moveSteve French
2021-07-14cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker
2021-07-14cifs: fix check of dfs interlinksPaulo Alcantara
2021-07-14cifs: improve fallocate emulationRonnie Sahlberg
2021-07-14fs: dlm: fix memory leak when fencedAlexander Aring
2021-07-14fs: dlm: fix lowcomms_start error caseAlexander Aring
2021-07-14open: don't silently ignore unknown O-flags in openat2()Christian Brauner
2021-07-14fs: dlm: fix connection tcp EOF handlingAlexander Aring
2021-07-14fs: dlm: cancel work sync otherconAlexander Aring
2021-07-14fs: dlm: reconnect if socket error report occursAlexander Aring
2021-07-14fs: dlm: fix srcu read lock usageAlexander Aring
2021-07-14block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)
2021-07-14btrfs: disable build on platforms having page size 256KChristophe Leroy
2021-07-14btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo
2021-07-14btrfs: sysfs: fix format string for some discard statsDavid Sterba
2021-07-14btrfs: always abort the transaction if we abort a trans handleJosef Bacik
2021-07-14btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik
2021-07-14btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik
2021-07-14Add a reference to ucounts for each credAlexey Gladkov
2021-07-14fuse: reject internal errnoMiklos Szeredi