aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
Commit message (Expand)AuthorAge
* Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-27
|\
| * virtio-fs: add Documentation/filesystems/virtiofs.rstStefan Hajnoczi2019-09-18
* | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-25
|\ \
| * | ceph: auto reconnect after blacklistedYan, Zheng2019-09-16
| |/
* | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-21
|\ \
| * | f2fs: add missing documents of reserve_root/resuid/resgidChao Yu2019-09-06
| * | f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-23
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-09-21
|\ \
| * | ext4: add missing bigalloc documentation.Ayush Ranjan2019-09-07
| * | ext4: documentation fixesAyush Ranjan2019-08-22
| |/
* | Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-09-19
|\ \
| * | cifs: Add support for root file systemsPaulo Alcantara (SUSE)2019-09-16
| |/
* | Merge tag 'ovl-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-18
|\ \
| * | ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-07-16
* | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-18
|\ \ \
| * | | ext4: update on-disk format documentation for fs-verityEric Biggers2019-08-12
| * | | fs-verity: add a documentation fileEric Biggers2019-07-28
* | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-18
|\ \ \ \
| * | | | ext4 crypto: fix to check feature status before get policyChao Yu2019-08-31
| * | | | fscrypt: document the new ioctls and policy versionEric Biggers2019-08-12
| * | | | fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers2019-08-12
| |/ / /
* | | | Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-18
|\ \ \ \
| * | | | locks: print a warning when mount fails due to lack of "mand" supportJeff Layton2019-08-16
* | | | | Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-18
|\ \ \ \ \
| * | | | | erofs: kill use_vmap module parameterGao Xiang2019-09-05
| * | | | | erofs: kill all erofs specific fault injectionGao Xiang2019-09-05
| * | | | | erofs: move erofs out of stagingGao Xiang2019-08-24
| | |_|_|/ | |/| | |
| * | | | smb3: update TODO list of missing featuresSteve French2019-08-05
| | |/ / | |/| |
* | | | docs: fs: porting.rst: fix a broken reference to another docMauro Carvalho Chehab2019-07-31
* | | | docs: fs: cifs: convert to ReST and add to admin-guide bookMauro Carvalho Chehab2019-07-31
* | | | docs: fs: convert porting to ReSTMauro Carvalho Chehab2019-07-31
* | | | docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab2019-07-31
* | | | docs: ubifs-authentication.md: convert to ReSTMauro Carvalho Chehab2019-07-31
* | | | Documentation: filesystems: Convert ufs.txt to reStructuredText formatShobhit Kukreti2019-07-31
* | | | Documentation: filesystems: Convert jfs.txt toShobhit Kukreti2019-07-31
* | | | coda: Fix typo in the struct CodaCred documentationAndy Shevchenko2019-07-30
|/ / /
* | | Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet2019-07-22
|\ \ \ | |/ / |/| |
| * | docs: remove extra conf.py filesMauro Carvalho Chehab2019-07-17
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-21
|\ \ \
| * | | typo fix: it's d_make_root, not d_make_inode...Al Viro2019-07-20
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-19
|\| | |
| * | | vfs: update d_make_root() descriptionIan Kent2019-06-26
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-19
|\ \ \ \
| * | | | mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-18
* | | | | Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Documentation: filesystem: Convert xfs.txt to ReSTSheriff Esseson2019-07-15
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes2019-07-16
| * | | | coda: stop using 'struct timespec' in user APIArnd Bergmann2019-07-16
* | | | | docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-15