Age | Commit message (Expand) | Author | Files | Lines |
2023-05-25 | smb3: move Documentation/filesystems/cifs to Documentation/filesystems/smb | Steve French | 4 | -1/+1 |
2023-05-25 | cifs: correct references in Documentation to old fs/cifs path | Steve French | 1 | -1/+1 |
2023-05-16 | Documentation/filesystems: ramfs-rootfs-initramfs: use :Author: | Randy Dunlap | 1 | -2/+1 |
2023-05-16 | Documentation/filesystems: sharedsubtree: add section headings | Randy Dunlap | 1 | -0/+4 |
2023-05-05 | Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -13/+39 |
2023-04-29 | Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 1 | -11/+0 |
2023-04-29 | Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -0/+5317 |
2023-04-28 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+2 |
2023-04-28 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -13/+65 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2023-04-26 | Merge tag 'f2fs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2023-04-25 | Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2023-04-24 | Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -54/+125 |
2023-04-24 | Merge tag 'docs-6.4' of git://git.lwn.net/linux | Linus Torvalds | 2 | -40/+109 |
2023-04-22 | fs/proc: add Kthread flag to /proc/$pid/status | Chunguang Wu | 1 | -0/+2 |
2023-04-16 | erofs: set block size to the on-disk block size | Jingbo Xu | 1 | -2/+2 |
2023-04-13 | docs: f2fs: Correct instruction to disable checkpoint | Wang Han | 1 | -1/+1 |
2023-04-12 | xfs: document future directions of online fsck | Darrick J. Wong | 1 | -0/+210 |
2023-04-12 | xfs: document the userspace fsck driver program | Darrick J. Wong | 1 | -0/+316 |
2023-04-12 | xfs: document directory tree repairs | Darrick J. Wong | 1 | -0/+419 |
2023-04-12 | xfs: document metadata file repair | Darrick J. Wong | 1 | -0/+536 |
2023-04-12 | xfs: document full filesystem scans for online fsck | Darrick J. Wong | 1 | -0/+681 |
2023-04-12 | xfs: document online file metadata repair code | Darrick J. Wong | 1 | -0/+154 |
2023-04-12 | xfs: document btree bulk loading | Darrick J. Wong | 1 | -0/+665 |
2023-04-12 | xfs: document pageable kernel memory | Darrick J. Wong | 1 | -0/+500 |
2023-04-12 | xfs: document how online fsck deals with eventual consistency | Darrick J. Wong | 1 | -0/+332 |
2023-04-12 | xfs: document the filesystem metadata checking strategy | Darrick J. Wong | 2 | -0/+588 |
2023-04-12 | xfs: document the user interface for online fsck | Darrick J. Wong | 1 | -0/+113 |
2023-04-12 | xfs: document the testing plan for online fsck | Darrick J. Wong | 1 | -0/+186 |
2023-04-12 | xfs: document the general theory underlying online fsck design | Darrick J. Wong | 1 | -0/+404 |
2023-04-12 | xfs: document the motivation for online fsck design | Darrick J. Wong | 2 | -0/+213 |
2023-04-10 | fs/9p: Rework cache modes and add new options to Documentation | Eric Van Hensbergen | 1 | -13/+37 |
2023-04-06 | mm: hold the RCU read lock over calls to ->map_pages | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2023-04-06 | mm/memtest: add results of early memtest to /proc/meminfo | Tomas Mudrunka | 1 | -0/+8 |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 2 | -4/+4 |
2023-03-29 | shmem: add support to ignore swap | Luis Chamberlain | 1 | -3/+6 |
2023-03-29 | shmem: update documentation | Luis Chamberlain | 1 | -8/+49 |
2023-03-27 | fs/ntfs3: Remove noacsrules | Konstantin Komarov | 1 | -11/+0 |
2023-03-27 | fs/9p: allow disable of xattr support on mount | Eric Van Hensbergen | 1 | -0/+2 |
2023-03-23 | driver core: bus: mark the struct bus_type for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -2/+2 |
2023-03-16 | fs_context: drop the unused lsm_flags member | Ondrej Mosnacek | 1 | -1/+0 |
2023-03-14 | docs: filesystems: vfs: actualize struct super_operations description | Alexander Mikhalitsyn | 1 | -15/+59 |
2023-03-14 | docs: filesystems: vfs: actualize struct file_system_type description | Alexander Mikhalitsyn | 1 | -4/+27 |
2023-03-14 | Merge tag 'docs-6.3-fixes' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2023-03-14 | Documentation: fs/proc: corrections and update | Randy Dunlap | 1 | -21/+23 |
2023-03-14 | Documentation: update idmappings.rst | Christian Brauner | 1 | -53/+125 |
2023-03-12 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
2023-03-08 | docs: ext4: modify the group desc size to 64 | Wu Bo | 1 | -3/+3 |
2023-03-07 | docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate | Glenn Washburn | 1 | -1/+1 |
2023-02-28 | Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |