summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers
2025-05-20ext4: enable large folio for regular fileZhang Yi
2025-05-20ext4: make online defragmentation support large foliosZhang Yi
2025-05-20ext4: make the writeback path support large foliosZhang Yi
2025-05-20ext4: correct the journal credits calculations of allocating blocksZhang Yi
2025-05-20ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folioZhang Yi
2025-05-20ext4: make __ext4_block_zero_page_range() support large folioZhang Yi
2025-05-20ext4: make regular file's buffered write path support large foliosZhang Yi
2025-05-20ext4: make ext4_mpage_readpages() support large foliosZhang Yi
2025-05-20ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-05-20ext4: factor out ext4_get_maxbytes()Zhang Yi
2025-05-20ext4: fix incorrect punch max_endZhang Yi
2025-05-20ext4: fix out of bounds punch offsetZhang Yi
2025-05-20jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park
2025-05-20ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffersChristoph Hellwig
2025-05-20ext4: fix calculation of credits for extent tree modificationJan Kara
2025-05-19ksmbd: fix stream write failureNamjae Jeon
2025-05-19smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong
2025-05-19fanotify: support watching filesystems and mounts inside usernsAmir Goldstein
2025-05-19fanotify: remove redundant permission checksAmir Goldstein
2025-05-19NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew
2025-05-19nfs: add a refcount tracker for struct net as held by the nfs_clientJeff Layton
2025-05-19bcachefs: mkwrite() now only dirties one pageKent Overstreet
2025-05-19fs/ntfs3: remove ability to change compression on mounted volumeKonstantin Komarov
2025-05-18bcachefs: fix extent_has_stripe_ptr()Kent Overstreet
2025-05-18smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong
2025-05-17bcachefs: Fix bch2_btree_path_traverse_cached() when paths reallocedKent Overstreet
2025-05-17btrfs: move misplaced comment of btrfs_path::keep_locksSun YangKai
2025-05-16Merge tag '6.15-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-05-16Merge tag 'nfs-for-6.15-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-05-16NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()Trond Myklebust
2025-05-16NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust
2025-05-16ext4: avoid -Wformat-security warningArnd Bergmann
2025-05-16btrfs: remove standalone "nologreplay" mount optionQu Wenruo
2025-05-16Merge tag 'xfs-fixes-6.15-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-05-16coredump: reflow dump helpers a littleChristian Brauner
2025-05-16coredump: massage do_coredump()Christian Brauner
2025-05-16coredump: massage format_corename()Christian Brauner
2025-05-16fs/ntfs3: Fix handling of InitializeFileRecordSegmentKonstantin Komarov
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse
2025-05-16erofs: lazily initialize per-CPU workers and CPU hotplug hooksSandeep Dhavale
2025-05-16erofs: refine readahead tracepointGao Xiang
2025-05-15Merge tag 'bcachefs-2025-05-15' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-05-15NFSD: Add a "default" block sizeChuck Lever
2025-05-15NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macroChuck Lever
2025-05-15NFSD: Remove NFSD_BUFSIZEChuck Lever
2025-05-15NFSD: Use rqstp->rq_bvec in nfsd_iter_write()Chuck Lever
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever