aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-21f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-08-21f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu5-8/+8
2024-08-21erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang1-1/+2
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu1-1/+17
2024-08-20gfs2: fix double destroy_workqueue errorJulian Sun2-1/+3
2024-08-20gfs2: Minor gfs2_glock_cb cleanupAndreas Gruenbacher1-3/+5
2024-08-20zonefs: add support for FS_IOC_GETFSSYSFSPATHLiao Chen1-0/+1
2024-08-19bcachefs: Extra debug for data move pathKent Overstreet2-0/+5
2024-08-19x86: support user address masking instead of non-speculative conditionalLinus Torvalds1-1/+3
2024-08-19Merge patch series "Squashfs: Update code to not use page->index"Christian Brauner4-39/+76
2024-08-19Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->i...Phillip Lougher1-16/+50
2024-08-19Squashfs: Update squashfs_readpage_block() to not use page->indexPhillip Lougher1-7/+7
2024-08-19Squashfs: Update squashfs_readahead() to not use page->indexPhillip Lougher1-10/+6
2024-08-19Squashfs: Update page_actor to not use page->indexPhillip Lougher4-6/+13
2024-08-19percpu-rwsem: remove the unused parameter 'read'Wang Long1-1/+1
2024-08-19coda: use param->file for FSCONFIG_SET_FDAleksa Sarai1-13/+30
2024-08-19autofs: fix missing fput for FSCONFIG_SET_FDAleksa Sarai1-2/+1
2024-08-19fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctxUros Bizjak1-1/+1
2024-08-19mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering1-3/+11
2024-08-19Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...Mohit04041-1/+4
2024-08-19fs/direct-io: Remove linux/prefetch.h includeYouling Tang1-6/+0
2024-08-19fs: don't flush in-flight wb switches for superblocks without cgroup writebackHaifeng Xu2-2/+7
2024-08-19fcntl: add F_CREATED_QUERYChristian Brauner1-0/+10
2024-08-19Merge patch series "Finish converting jffs2 to folios"Christian Brauner2-26/+23
2024-08-19jffs2: Use a folio in jffs2_garbage_collect_dnode()Matthew Wilcox (Oracle)1-13/+12
2024-08-19jffs2: Convert jffs2_do_readpage_nolock to take a folioMatthew Wilcox (Oracle)1-13/+11
2024-08-19erofs: allow large folios for compressed filesGao Xiang1-10/+8
2024-08-19erofs: get rid of check_layout_compatibility()Hongzhen Luo1-20/+6
2024-08-19erofs: simplify readdir operationHongzhen Luo2-24/+13
2024-08-18bcachefs: Fix incorrect gfp flagsKent Overstreet1-1/+1
2024-08-18bcachefs: fix field-spanning write warningKent Overstreet1-1/+2
2024-08-18bcachefs: Reallocate table when we're increasing sizeKent Overstreet1-1/+3
2024-08-18ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-08-18ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon4-3/+45
2024-08-18ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon1-2/+5
2024-08-18smb3: fix broken cached reads when posix locksSteve French1-3/+1
2024-08-18Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+86
2024-08-18fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-17Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-6/+17
2024-08-17Merge tag 'xfs-6.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-2/+24
2024-08-17Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefsLinus Torvalds53-672/+648
2024-08-16bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2-9/+10
2024-08-16btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo1-1/+7
2024-08-16bcachefs: fix incorrect i_state usageKent Overstreet1-1/+1
2024-08-16bcachefs: avoid overflowing LRU_TIME_BITS for cached data lruKent Overstreet1-1/+3
2024-08-16bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet1-1/+1
2024-08-16bcachefs: Increase size of cuckoo hash table on too many rehashesKent Overstreet1-2/+9
2024-08-15smb: smb2pdu.h: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-15smb3: fix lock breakage for cached writesSteve French1-4/+9
2024-08-15smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui1-2/+6