summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2024-02-01rename(): fix the locking of subdirectoriesAl Viro3-15/+37
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein1-0/+12
2023-10-06Merge tag 'erofs-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+37
2023-09-28erofs: update documentationJingbo Xu1-3/+37
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+96
2023-09-20porting: document superblock as block device holderChristian Brauner1-0/+70
2023-09-20porting: document new block device opening orderChristian Brauner1-0/+26
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-09-08MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgBhaskar Chowdhury1-1/+0
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+10
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher1-2/+1
2023-09-03proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch1-0/+4
2023-09-01Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+26
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-08-31Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds30-66/+60
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-0/+195
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2-0/+74
2023-08-30Documentation: Add missing documentation for EXPORT_OP flagsChuck Lever1-0/+26
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-14/+35
2023-08-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-45/+119
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+11
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+4
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+11
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-6/+46
2023-08-25mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)2-13/+34
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-1/+1
2023-08-24ceph: update documentation regarding snapshot naming limitationsLuís Henriques1-0/+10
2023-08-18Documentation: Fix typosBjorn Helgaas28-58/+58
2023-08-18docs: vfs: clean up after the iterate() removalJonathan Corbet2-7/+1
2023-08-16doc: idmappings: fix an error and rephrase a paragraphGONG, Ruiqi1-3/+4
2023-08-15docs: filesystems: idmappings: clarify from where idmappings are takenAlexander Mikhalitsyn1-0/+7
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein1-1/+7
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein1-0/+3
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein1-0/+16
2023-08-12ovl: Add framework for verity supportAlexander Larsson2-0/+49
2023-08-10docs: add maintainer entry profile for XFSDarrick J. Wong2-0/+195
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins1-2/+5
2023-08-09libfs: Add directory operations for stable offsetsChuck Lever2-4/+10
2023-08-09shmem: Add default quota limit mount optionsLukas Czerner1-9/+25
2023-08-09shmem: quota supportCarlos Maiolino1-0/+15
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds2-18/+12
2023-07-27tmpfs: fix Documentation of noswap and huge mount optionsHugh Dickins1-27/+20
2023-07-25doc: Correct the description of ->release_folioMatthew Wilcox (Oracle)1-4/+11
2023-07-21afs: Documentation: correct reference to CONFIG_AFS_FSLukas Bulwahn1-1/+1
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-2/+4
2023-07-12fscrypt: improve the "Encryption modes and usage" sectionEric Biggers1-45/+119
2023-07-12mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu1-0/+1
2023-07-09Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+2