summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems (follow)
Commit message (Expand)AuthorAgeFilesLines
* Documentation: ubifs: Fix compression idiomJoel Stanley2022-10-101-1/+1
* Documentation: spufs: correct a duplicate word typoRandy Dunlap2022-09-271-1/+1
* Documentation: filesystems: correct possessive "its"Randy Dunlap2022-09-274-8/+7
* Remove duplicate words inside documentationAkhil Raj2022-09-271-1/+1
* Documentation: ext4: correct the document about superblockJunChao Sun2022-09-271-3/+3
* Documentation: filesystems: xfs: update pseudocode and typo fixesZhao Mengmeng2022-09-271-6/+6
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-081-0/+5
|\
| * f2fs: introduce memory modeDaeho Jeong2022-07-311-0/+5
* | Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-081-5/+24
|\ \
| * | fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky2022-07-211-5/+24
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-3/+8
|\ \ \
| * | | doc: proc: fix the description to THPeligibleYang Shi2022-07-181-1/+3
| * | | mm/smaps: add Pss_DirtyVincent Whitchurch2022-07-041-1/+4
| * | | docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* | | | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-051-39/+322
|\ \ \ \
| * \ \ \ Merge tag 'xfs-cil-scale-5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2022-07-091-39/+322
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | xfs: expanding delayed logging design with background materialDave Chinner2022-07-071-39/+322
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-051-1/+1
|\ \ \ \ \
| * | | | | Documentation: ext4: fix cell spacing of table heading on blockmap tableBagas Sanjaya2022-08-031-1/+1
| |/ / / /
* | | | | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-0/+8
|\ \ \ \ \
| * | | | | fs: remove no_llseekJason A. Donenfeld2022-07-161-0/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-033-34/+42
|\ \ \ \ \
| * | | | | ext2: remove nobh supportChristoph Hellwig2022-08-021-2/+0
| * | | | | fs: Add aops->migrate_folioMatthew Wilcox (Oracle)2022-08-022-9/+10
| * | | | | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-022-16/+0
| * | | | | docs: Improve ->read_folio documentationMatthew Wilcox (Oracle)2022-06-291-7/+32
| | |_|_|/ | |/| | |
* | | | | Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-032-7/+8
|\ \ \ \ \
| * | | | | docs: filesystems: f2fs: fix description about compress ioctlChao Liu2022-06-281-6/+7
| * | | | | docs: Remove duplicate wordDeming Wang2022-06-241-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-031-5/+17
|\ \ \ \ \
| * | | | | fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry2022-06-101-5/+17
| | |_|_|/ | |/| | |
* | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2022-08-031-23/+30
|\ \ \ \ \
| * | | | | fs-verity: mention btrfs supportEric Biggers2022-07-161-23/+30
| | |_|_|/ | |/| | |
* | | | | Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-011-4/+0
|\ \ \ \ \
| * | | | | Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner2022-07-151-4/+0
* | | | | | Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2022-07-151-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | netfs: do not unlock and put the folio twiceXiubo Li2022-07-141-3/+5
| |/ / / /
* / / / / ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner2022-07-081-0/+4
|/ / / /
* | | | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-261-3/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | Documentation: update btrfs list of features and link to readthedocs.ioDavid Sterba2022-06-211-3/+13
* | | | ext4, doc: remove unnecessary escapingWang Jianjian2022-06-1617-810/+810
| |_|/ |/| |
* | | netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-12/+12
* | | netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-4/+5
* | | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-19/+18
| |/ |/|
* | Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-011-22/+42
|\ \
| * | erofs: update documentationGao Xiang2022-05-291-22/+42
* | | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-012-0/+218
|\ \ \
| * | | Documentation: Add an explanation of NFSv4 client identifiersChuck Lever2022-05-172-0/+218
| | |/ | |/|
* | | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-271-0/+4
|\ \ \
| * | | fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo2022-05-191-0/+4
| |/ /