summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-10-28squashfs: fix buffer release race condition in readahead codePhillip Lougher
2022-10-28squashfs: fix extending readahead beyond end of filePhillip Lougher
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi
2022-10-28Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-28cifs: check whether acl is valid earlyChristian Brauner
2022-10-28Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-28acl: make vfs_posix_acl_to_xattr() staticChristian Brauner
2022-10-27cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng
2022-10-27f2fs: Fix the race condition of resize flag between resizefsZhang Qilong
2022-10-27ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o
2022-10-27fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2022-10-27jfs: Fix fortify moan in symlinkDr. David Alan Gilbert
2022-10-27Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-27nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu
2022-10-27NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington
2022-10-27NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust
2022-10-27NFSv4: Fix a potential state reclaim deadlockTrond Myklebust
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook
2022-10-27nfs: Remove redundant null checks before kfreeYushan Zhou
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-10-26xfs: increase rename inode reservationAllison Henderson
2022-10-26fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()Nathan Chancellor
2022-10-26Merge branch 'fs.vfsuid.conversion' into for-nextChristian Brauner
2022-10-26ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-10-26fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-10-26fs: use type safe idmapping helpersChristian Brauner
2022-10-25binfmt_elf: simplify error handling in load_elf_phdrs()Rolf Eike Beer
2022-10-25binfmt_elf: fix documented return value for load_elf_phdrs()Rolf Eike Beer
2022-10-25exec: simplify initial stack size expansionRolf Eike Beer
2022-10-25binfmt: Fix whitespace issuesKees Cook
2022-10-25exec: Add comments on check_unsafe_exec() fs countingKees Cook
2022-10-25fs/exec: switch timens when a task gets a new mmAndrei Vagin
2022-10-25fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao
2022-10-25exec: Copy oldsighand->action under spin-lockBernd Edlinger
2022-10-25f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim
2022-10-25f2fs: should put a page when checking the summary infoPavel Machek
2022-10-25btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo
2022-10-24udf: Avoid double brelse() in udf_rename()Shigeru Yoshida
2022-10-24fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset functionLi zeming
2022-10-24Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-24btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba
2022-10-24btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo
2022-10-24btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik
2022-10-24btrfs: reorder btrfs_bio for better packingDavid Sterba
2022-10-24btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failedQu Wenruo
2022-10-24btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo