summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
AgeCommit message (Expand)Author
2023-04-11xfs: document the user interface for online fsckDarrick J. Wong
2023-04-11xfs: document the testing plan for online fsckDarrick J. Wong
2023-04-11xfs: document the general theory underlying online fsck designDarrick J. Wong
2023-04-11xfs: document the motivation for online fsck designDarrick J. Wong
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen
2023-04-05mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-28shmem: add support to ignore swapLuis Chamberlain
2023-03-28shmem: update documentationLuis Chamberlain
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov
2023-03-27fs/9p: allow disable of xattr support on mountEric Van Hensbergen
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-16fs_context: drop the unused lsm_flags memberOndrej Mosnacek
2023-03-14docs: filesystems: vfs: actualize struct super_operations descriptionAlexander Mikhalitsyn
2023-03-14docs: filesystems: vfs: actualize struct file_system_type descriptionAlexander Mikhalitsyn
2023-03-14Merge tag 'docs-6.3-fixes' of git://git.lwn.net/linuxLinus Torvalds
2023-03-14Documentation: fs/proc: corrections and updateRandy Dunlap
2023-03-14Documentation: update idmappings.rstChristian Brauner
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-07docs: ext4: modify the group desc size to 64Wu Bo
2023-03-07docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidateGlenn Washburn
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-02-22Merge tag 'docs-6.3' of git://git.lwn.net/linuxLinus Torvalds
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-15Documentation: Fix sysfs path for the NFSv4 client identifierDave Wysochanski
2023-01-28fscrypt: support decrypting data from large foliosEric Biggers
2023-01-27fsverity: support verifying data from large foliosEric Biggers
2023-01-25fsverity.rst: update git repo URL for fsverity-utilsEric Biggers
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-16erofs: add documentation for 'domain_id' mount optionJingbo Xu
2023-01-09ext4: allow verity with fs block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: support verification with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: use EFBIG for file too large to enable verityEric Biggers
2023-01-06docs: f2fs: fix html doc errorYangtao Li