summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
* netfs: clean up after renaming FSCACHE_DEBUG configLukas Bulwahn2024-08-121-4/+4
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-0/+9
|\
| * docs/procfs: call out ioctl()-based PROCMAP_QUERY command existenceAndrii Nakryiko2024-07-121-0/+9
* | Merge tag 'gfs2-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-171-29/+26
|\ \
| * | gfs2: Get rid of demote_ok checksAndreas Gruenbacher2024-05-291-3/+0
| * | gfs2: Update glocks documentationAndreas Gruenbacher2024-05-291-26/+26
* | | Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-07-155-0/+1288
|\ \ \
| * | | Documentation: the design of iomap and how to portDarrick J. Wong2024-06-195-0/+1288
| |/ /
* | | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-151-2/+7
|\ \ \ | |_|/ |/| |
| * | fs_parse: add uid & gid option option parsing helpersEric Sandeen2024-07-021-2/+7
| |/
* / /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-241-0/+1
|/
* Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-251-2/+3
|\
| * lib: add version into /proc/allocinfo outputSuren Baghdasaryan2024-05-241-2/+3
* | Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-05-251-6/+9
|\ \ | |/ |/|
| * doc: ceph: update userspace command to get CephFS metadataArtem Ikonnikov2024-05-231-6/+9
* | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-0/+7
|\ \
| * | make set_blocksize() fail unless block device is opened exclusiveAl Viro2024-05-021-0/+7
| |/
* | Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-201-0/+29
|\ \
| * | f2fs: assign the write hint per stream by defaultJaegeuk Kim2024-04-191-0/+29
* | | Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-05-201-220/+416
|\ \ \
| * | | docs: describe xfs directory tree online fsckDarrick J. Wong2024-04-151-0/+124
| * | | docs: update offline parent pointer repair strategyDarrick J. Wong2024-04-151-21/+60
| * | | docs: update online directory and parent pointer repair sectionsDarrick J. Wong2024-04-151-26/+29
| * | | docs: update the parent pointers documentation to the final versionDarrick J. Wong2024-04-151-41/+53
| * | | xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong2024-04-151-1/+2
| * | | xfs: move orphan files to the orphanageDarrick J. Wong2024-04-151-6/+13
| * | | docs: update swapext -> exchmaps languageDarrick J. Wong2024-04-151-125/+138
| * | | xfs: only clear log incompat flags at clean unmountDarrick J. Wong2024-04-151-3/+0
| | |/ | |/|
* | | Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-192-0/+187
|\ \ \
| * | | bcachefs: CodingStyleKent Overstreet2024-05-082-0/+187
| |/ /
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-3/+42
|\ \ \
| * | | doc: split buffer.rst out of api-summary.rstMatthew Wilcox (Oracle)2024-05-053-3/+13
| * | | lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-251-0/+29
| |/ /
* | | Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-181-2/+2
|\ \ \
| * | | iommu: account IOMMU allocated memoryPasha Tatashin2024-04-151-2/+2
| |/ /
* | | Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-141-1/+1
|\ \ \
| * | | Documentation: Mark the 'efivars' sysfs interface as removedTim Schumacher2024-04-131-1/+1
| | |/ | |/|
* | | Merge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds2024-05-132-4/+4
|\ \ \ | |_|/ |/| |
| * | Docs: typos/spellingRemington Brasga2024-05-022-4/+4
| |/
* / Documentation: filesystems: Add bcachefs toctreeBagas Sanjaya2024-04-062-0/+12
|/
* Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-181-28/+26
|\
| * f2fs: introduce FAULT_NO_SEGMENTChao Yu2024-02-291-0/+1
| * f2fs: kill heap-based allocationJaegeuk Kim2024-02-271-3/+1
| * f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-2/+0
| * f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-051-23/+24
* | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-0/+30
|\ \
| * | bcachefs: Errcode tracepoint, documentationKent Overstreet2024-03-131-0/+30
| |/
* | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-19/+11
|\ \
| * | xfs: support in-memory btreesDarrick J. Wong2024-02-221-3/+2
| * | xfs: remove xfile_{get,put}_pageDarrick J. Wong2024-02-211-1/+1