aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-22/+42
2022-05-31Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+218
2022-05-29erofs: update documentationGao Xiang1-22/+42
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-67/+122
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds7-73/+68
2022-05-24Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+178
2022-05-24Merge tag 'fs.idmapped.v5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+23
2022-05-23Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+50
2022-05-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner1-0/+6
2022-05-19Documentation: filesystems: proc: update meminfo sectionJohannes Weiner1-56/+92
2022-05-19fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo1-0/+4
2022-05-17Documentation: Add an explanation of NFSv4 client identifiersChuck Lever2-0/+218
2022-05-18cachefiles: document on-demand read modeJeffle Xu1-0/+178
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker1-85/+7
2022-05-12fsverity: update the documentationMimi Zohar1-12/+23
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)2-8/+8
2022-05-09fs: Add aops->release_folioMatthew Wilcox (Oracle)3-32/+31
2022-05-09doc: update documentation for swap_activate and swap_rwNeilBrown2-11/+24
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)5-21/+21
2022-05-09docs: Add small intro to idmap examplesRodrigo Campos1-0/+5
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)1-5/+5
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2-5/+2
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-1/+0
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)1-1/+1
2022-04-26documentation: zonefs: Document sysfs attributesDamien Le Moal1-0/+38
2022-04-25Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-70/+0
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-04-21documentation: zonefs: Cleanup the mount options sectionDamien Le Moal1-2/+12
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim1-70/+0
2022-04-12ext4, doc: fix incorrect h_reserved sizewangjianjian (C)1-1/+1
2022-04-08fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu1-13/+12
2022-04-08docs: filesystems: caching/backend-api.rst: fix an object withdrawn APIYue Hu1-2/+2
2022-04-08docs: filesystems: caching/backend-api.rst: correct two relinquish APIs useYue Hu1-2/+2
2022-04-01Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-2/+2
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-20/+3
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)3-20/+3
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-48/+92
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-47/+48
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+16
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-0/+6
2022-03-22mm: document and polish read-ahead codeNeilBrown1-6/+10
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-3/+3
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2022-03-20Documentation: ksmbd: update Feature Status tableNamjae Jeon1-2/+2
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells1-1/+2
2022-03-18netfs: Add a netfs inode contextDavid Howells1-29/+72
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-20/+20
2022-03-17erofs: rename ctime to mtimeDavid Anderson1-1/+1
2022-03-16Documentation/filesystem/dax: update DAX description on erofslihongnan1-3/+3
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-3/+4
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)2-15/+16
2022-03-15fs: Add aops->launder_folioMatthew Wilcox (Oracle)2-9/+9
2022-03-15fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)2-3/+0
2022-03-15fs: Add invalidate_folio() aops methodMatthew Wilcox (Oracle)2-11/+13
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2-6/+6
2022-03-12doc: fixed a typo in ext4 documentationlianzhi chang1-1/+1
2022-03-11fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock.Dai Ngo1-3/+3
2022-02-08fscrypt: update documentation for direct I/O supportEric Biggers1-2/+23
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells1-0/+16
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-3/+22
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-2/+4
2022-01-13doc: document new CephFS mount device syntaxVenky Shankar1-3/+22
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-2245/+815
2022-01-12Merge tag 'fuse-update-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+18
2022-01-11Merge tag 'erofs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-72/+0
2022-01-11fscache: Rewrite documentationDavid Howells8-2245/+815
2022-01-04f2fs: support fault injection to f2fs_trylock_op()Chao Yu1-0/+1
2021-12-23doc: fs: remove bdev_try_to_free_page related docZhiqiang Liu1-5/+0
2021-12-14Documentation/filesystem/dax: DAX on virtiofsJeffle Xu1-2/+18
2021-12-08erofs: add sysfs interfaceHuang Jianan1-0/+8
2021-12-03docs: update mapping documentationChristian Brauner1-72/+0
2021-11-29netfs: Adjust docs after foliationDavid Howells1-39/+56
2021-11-25docs: filesystem: cifs: ksmbd: Fix small layout issuesSalvatore Bonaccorso1-5/+5
2021-11-15docs: filesystems: Fix grammatical error "with" to "which"Wasin Thonkaew1-1/+1
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+19
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+114
2021-11-02Merge tag 'docs-5.16' of git://git.lwn.net/linuxLinus Torvalds3-41/+31
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+8
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-22/+61
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2-13/+5
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+2
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-0/+1
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-0/+18
2021-10-26docs: f2fs: fix text alignmentFengnan Chang1-1/+1
2021-10-19docs: fs: locks.rst: update comment about mandatory file lockingMauro Carvalho Chehab1-12/+5
2021-10-18erofs: add multiple device supportGao Xiang1-4/+8
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds1-66/+75
2021-10-12docs: proc.rst: mountinfo: align columnsChristoph Anton Mitterer1-11/+11
2021-10-12docs: proc.rst: mountinfo: improved field numberingChristoph Anton Mitterer1-6/+6
2021-10-07ext4: docs: Take out unneeded escapingJonathan Corbet1-10/+10
2021-10-07ext4: docs: switch away from list-tableJonathan Corbet1-21/+11
2021-10-05Documentation: remove reference to now removed mandatory-locking docJeff Layton1-1/+0
2021-09-27fs/netfs: Add folio fscache functionsMatthew Wilcox (Oracle)1-0/+2
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers1-5/+5
2021-09-21nfs: reexport documentationJ. Bruce Fields2-0/+114
2021-09-20fscrypt: improve documentation for inline encryptionEric Biggers1-17/+56
2021-09-20Doc/fs/ntfs3: Fix rst format and make it cleanerKari Argillander1-63/+76
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander1-1/+1
2021-09-09fs/ntfs3: Add iocharset= mount option as alias for nls=Kari Argillander1-2/+2
2021-09-09fs/ntfs3: Remove unnecesarry mount option noatimeKari Argillander1-4/+0
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig1-3/+0
2021-09-04Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds2-0/+107
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+15
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-6/+89
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+5
2021-09-02Merge tag 'erofs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+17
2021-08-31Merge tag 'fs.idmapped.v5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+1027
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-10/+5
2021-08-31Merge tag '5.15-rc-first-ksmbd-merge' of git://git.samba.org/ksmbdLinus Torvalds3-1/+176
2021-08-30ext4: Orphan file documentationJan Kara5-6/+89
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-188/+0
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-26/+53
2021-08-23fs: remove mandatory file locking supportJeff Layton1-188/+0
2021-08-20erofs: introduce chunk-based file on-disk formatGao Xiang1-2/+14
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+2
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-0/+1
2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang1-2/+5
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu1-0/+3
2021-08-13fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov2-0/+107
2021-08-13ksmbd: update SMB3 multi-channel support in ksmbd.rstNamjae Jeon1-1/+2
2021-08-11doc: give a more thorough id handling explanationChristian Brauner2-0/+1027
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang1-0/+3
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-0/+8
2021-07-28filesystems/locking: fix Malformed table warningRandy Dunlap1-1/+1
2021-07-25fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers1-5/+5
2021-07-25fscrypt: remove mention of symlink st_size quirk from documentationEric Biggers1-5/+0
2021-07-18Documentation: Fix intiramfs script nameRobert Richter1-1/+1
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara1-19/+43
2021-07-13documentation: Sync file_operations members with realityJan Kara1-6/+9
2021-07-09Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+41
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-3/+12
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+9
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+40
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang1-1/+30
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh1-6/+31
2021-06-30docs: proc.rst: meminfo: briefly describe gaps in memory accountingMike Rapoport1-2/+9
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+31
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds6-368/+379
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2-6/+6
2021-06-23f2fs: fix to avoid adding tab before doc sectionChao Yu1-8/+8
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-0/+3
2021-06-22ext4: update journal documentationLeah Rumancik1-8/+31
2021-06-18docs: path-lookup: use bare function() rather than literalsFox Chen1-35/+35
2021-06-18docs: path-lookup: update symlink descriptionFox Chen1-7/+6
2021-06-18docs: path-lookup: update get_link() ->follow_link descriptionFox Chen1-7/+6
2021-06-18docs: path-lookup: update WALK_GET, WALK_PUT descFox Chen1-7/+7
2021-06-18docs: path-lookup: no get_link()Fox Chen1-6/+4
2021-06-18docs: path-lookup: update i_op->put_link and cookie descriptionFox Chen1-22/+8
2021-06-18docs: path-lookup: i_op->follow_link replaced with i_op->get_linkFox Chen1-7/+5
2021-06-18docs: path-lookup: Add macro name to symlink limit descriptionFox Chen1-2/+2
2021-06-18docs: path-lookup: remove filename_mountpointFox Chen1-3/+3
2021-06-18docs: path-lookup: update do_last() partFox Chen1-25/+22
2021-06-18docs: path-lookup: update path_mountpoint() partFox Chen1-7/+5
2021-06-18docs: path-lookup: update path_to_nameidata() partFox Chen1-5/+6
2021-06-18docs: path-lookup: update follow_managed() partFox Chen1-5/+5
2021-06-17docs: filesystems: ext4: blockgroup.rst: replace some charactersMauro Carvalho Chehab1-1/+1
2021-06-13docs: fix a cross-refKir Kolyshkin1-1/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro1-0/+9
2021-06-04docs: convert dax.txt to rstIgor Matheus Andrade Torrente3-257/+292
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-1/+1
2021-05-21debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman1-2/+2
2021-05-11erofs: update documentation about data compressionGao Xiang1-19/+49
2021-05-11erofs: fix broken illustration in documentationGao Xiang1-60/+59
2021-05-10cifsd: add ksmbd/nfsd interoperability to feature tableNamjae Jeon1-10/+22
2021-05-10doc: cifsd: change the reference to configuration.txtMauro Carvalho Chehab1-2/+2
2021-05-10cifsd: fix build warnings from cifsd.rstNamjae Jeon1-28/+0
2021-05-10cifsd: add index.rst in cifs documentationNamjae Jeon2-2/+11
2021-05-10cifsd: update cifsd.rst documentNamjae Jeon1-26/+70
2021-05-10cifsd: fix WARNING: document isn't included in any toctreeNamjae Jeon1-0/+1
2021-05-10cifsd: fix WARNING: Title overline too shortNamjae Jeon1-2/+2
2021-05-10cifsd: add server handler for central processing and tranport layersNamjae Jeon1-0/+136
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+14
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+27
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+12
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+527
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+23
2021-04-23netfs: Documentation for helper libraryDavid Howells2-0/+527
2021-04-13f2fs: document: add description about compressed space handlingChao Yu1-0/+8
2021-04-12vfs: add fileattr opsMiklos Szeredi2-3/+23
2021-04-12ovl: restrict lower null uuid for "xino=auto"Amir Goldstein1-14/+12
2021-04-07take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro1-3/+3
2021-04-07switch file_open_root() to struct pathAl Viro1-0/+9
2021-04-05ext4: handle casefolding with encryptionDaniel Rosenberg1-0/+27
2021-03-31Documentation: filesystems api-summary: add namespace.cRandy Dunlap1-0/+3
2021-03-30f2fs: introduce gc_merge mount optionChao Yu1-0/+6
2021-03-29block: remove the revalidate_disk methodChristoph Hellwig1-2/+0
2021-03-25docs: filesystems: Fix a mundane typoBhaskar Chowdhury1-1/+1
2021-03-08docs: filesystem: Update smaps vm flag list to latestPeter Xu1-0/+4