summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster
2025-02-26iomap: remove unnecessary advance from iomap_iter()Brian Foster
2025-02-26dax: advance the iomap_iter on pte and pmd faultsBrian Foster
2025-02-26dax: advance the iomap_iter on dedupe rangeBrian Foster
2025-02-26dax: advance the iomap_iter on unshare rangeBrian Foster
2025-02-26dax: advance the iomap_iter on zero rangeBrian Foster
2025-02-26dax: push advance down into dax_iomap_iter() for read and writeBrian Foster
2025-02-26dax: advance the iomap_iter in the read/write pathBrian Foster
2025-02-26iomap: convert misc simple ops to incremental advanceBrian Foster
2025-02-26iomap: advance the iter on direct I/OBrian Foster
2025-02-26iomap: advance the iter directly on buffered readBrian Foster
2025-02-26btrfs: replace deprecated strncpy() with strscpy()Thorsten Blum
2025-02-26btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-25Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry
2025-02-24binfmt: Remove loader from linux_binprm structYonatan Goldschmidt
2025-02-24coredump: Only sort VMAs when core_sort_vma sysctl is setKees Cook
2025-02-24ext2: create ext2_msg_fc for use during parsingEric Sandeen
2025-02-24ext2: convert to the new mount APIEric Sandeen
2025-02-24fs/buffer fs/mpage: remove large folio restrictionLuis Chamberlain
2025-02-24fs/mpage: use blocks_per_folio instead of blocks_per_pageLuis Chamberlain
2025-02-24fs/mpage: avoid negative shift for large blocksizeHannes Reinecke
2025-02-24fs/buffer: remove batching from async readMatthew Wilcox
2025-02-24fs/buffer: simplify block_read_full_folio() with bh_offset()Luis Chamberlain
2025-02-24nsfs: remove d_op->d_deleteChristian Brauner
2025-02-24pidfs: remove d_op->d_deleteChristian Brauner
2025-02-23bcachefs: fix bch2_extent_ptr_eq()Kent Overstreet
2025-02-23efivarfs: Defer PM notifier registration until .fill_superArd Biesheuvel
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells
2025-02-21afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells
2025-02-21kernfs: Move dput() outside of the RCU section.Sebastian Andrzej Siewior
2025-02-21sysv: Remove the filesystemJan Kara
2025-02-21vfs: inline new_inode_pseudo() and de-staticize alloc_inode()Mateusz Guzik
2025-02-21fs: don't needlessly acquire f_lockChristian Brauner
2025-02-21vfs: inline getname()Mateusz Guzik
2025-02-21ioctl: Fix return type of several functions from long to intYuichiro Tsuji
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik
2025-02-21make use of anon_inode_getfile_fmode()Al Viro
2025-02-21vfs: catch invalid modes in may_open()Mateusz Guzik
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik
2025-02-21btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo