summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-31eventfs: Initialize the tracefs inode properlyLinus Torvalds
2024-01-31tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo
2024-01-31btrfs: forbid deleting live subvol qgroupBoris Burkov
2024-01-31btrfs: forbid creating subvol qgroupsBoris Burkov
2024-01-31btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-01-30Merge tag 'erofs-for-6.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2024-01-29Merge tag 'jfs-6.8-rc3' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-01-29Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells
2024-01-29netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne
2024-01-29fs/ntfs3: Slightly simplify ntfs_inode_printk()Christophe JAILLET
2024-01-29fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun
2024-01-29fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis
2024-01-29fs/ntfs3: Fix an NULL dereference bugDan Carpenter
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn
2024-01-29fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov
2024-01-29fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov
2024-01-29fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov
2024-01-29fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov
2024-01-29fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong
2024-01-28bcachefs: unlock parent dir if entry is not found in subvolume deletionGuoyu Ou
2024-01-28bcachefs: Fix build on parisc by avoiding __multi3()Helge Deller
2024-01-28tracefs: remove stale 'update_gid' codeLinus Torvalds
2024-01-27Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-01-27Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-27Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo
2024-01-26erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang
2024-01-25fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar
2024-01-25bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet
2024-01-25Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-25ksmbd: fix global oob in ksmbd_nl_policyLin Ma
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu
2024-01-24bcachefs: discard path uses unlock_long()Kent Overstreet
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-24uselib: remove use of __FMODE_EXECLinus Torvalds
2024-01-24exec: Distinguish in_execve from in_execKees Cook
2024-01-24nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-01-23cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N
2024-01-23cifs: helper function to check replayable error codesShyam Prasad N