summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)Author
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-23Documentation/fs/9p: fix broken linkTuomas Ahola
2025-03-21MM documentation: add "Unaccepted" meminfo entryNico Pache
2025-03-21meminfo: add a per node counter for balloon driversNico Pache
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...David Hildenbrand
2025-03-17dcssblk: mark DAX broken, remove FS_DAX_LIMITED supportDan Williams
2025-03-16docs,procfs: document /proc/PID/* access permission checksAndrii Nakryiko
2025-03-14Documentation: bcachefs: SubmittingPatches: Convert footnotes to reST syntaxBagas Sanjaya
2025-03-14Documentation: bcachefs: SubmittingPatches: Demote section headingsBagas Sanjaya
2025-03-14Documentation: bcachefs: Split index toctreeBagas Sanjaya
2025-03-14Documentation: bcachefs: Add casefolding toctree entryBagas Sanjaya
2025-03-14Documentation: bcachefs: casefolding: Use bullet list for dirent structureBagas Sanjaya
2025-03-14Documentation: bcachefs: casefolding: Fix dentry/dcache considerations sectionBagas Sanjaya
2025-03-14Documentation: bcachefs: casefolding: Do not italicize NULBagas Sanjaya
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton
2025-03-11f2fs: introduce FAULT_INCONSISTENT_FOOTERChao Yu
2025-03-10nfsd: disallow file locking and delegations for NFSv4 reexportMike Snitzer
2025-03-08f2fs: control nat_bits feature via mount optionChao Yu
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-03-06iomap: Support SW-based atomic writesJohn Garry
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner
2025-03-05doc: correcting two prefix errors in idmappings.rstAiden Ma
2025-03-05doc: fix inline emphasis warningChristian Brauner
2025-03-04fscrypt: mention init_on_free instead of page poisoningEric Biggers
2025-03-04fscrypt: drop obsolete recommendation to enable optimized ChaCha20Eric Biggers
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner
2025-02-21sysv: Remove the filesystemJan Kara
2025-02-19ovl: allow to specify override credentialsChristian Brauner
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown
2025-02-17Documentation: add a usecase for FS_IOC_READ_VERITY_METADATAAllison Karlitskaya
2025-02-10Documentation: Remove repeated word in docsCharles Han
2025-02-10documentation/filesystems: fix spelling mistakesRitvik Gupta
2025-02-10jbd2: remove unused transaction->t_private_listKemeng Shi
2025-02-06bcachefs docs: SubmittingPatches.rstKent Overstreet
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-279p: fix ->rename_sem exclusionAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro