aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-2/+15
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds5-6/+89
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds3-2/+5
2021-09-02Merge tag 'erofs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-2/+17
2021-08-31Merge tag 'fs.idmapped.v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus 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/jlayton/linuxLinus Torvalds1-188/+0
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus 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-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/git/jaegeuk/f2fsLinus Torvalds1-9/+41
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+12
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/tytso/ext4Linus 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