summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
...
| * | configfs: fix wrong name of struct in documentationHelen Koike2018-12-201-1/+1
| * | Documentation: convert path-lookup from markdown to resturctured textNeilBrown2018-12-062-436/+464
| * | Document /proc/pid PID reuse behaviorDaniel Colascione2018-11-201-0/+7
| * | Documentation: update path-lookup.md for parallel lookupsNeilBrown2018-11-201-19/+66
| * | Documentation: Use "while" instead of "whilst"Will Deacon2018-11-208-10/+10
| * | Documentation: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-071-1/+1
| * | Documentation/proc.txt: Add 2 missing fields for /proc/<pid>/statusWaiman Long2018-11-071-1/+5
| |/
* | mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2018-12-281-0/+3
* | mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-0/+3
* | mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smapsMichal Hocko2018-12-281-1/+3
|/
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-042-0/+433
|\
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-231-0/+7
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-022-7/+20
|\ \
| * | vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-1/+3
| * | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-5/+5
| * | vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-302-7/+18
| |/
* | Merge tag 'ovl-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-011-0/+6
|\ \
| * | ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi2018-11-011-0/+6
| |/
* | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-10-311-0/+5
|\ \
| * | ceph: new mount option to disable usage of copy-from opLuis Henriques2018-10-221-0/+5
| |/
* | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-301-3/+3
|\ \
| * | SUNRPC: Remove non-RCU protected lookupTrond Myklebust2018-10-291-3/+3
| |/
* | Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-293-398/+0
|\ \
| * | Documentation: filesystems: remove reminiscences of POHMELFSVladimir Zapolskiy2018-09-204-400/+0
| |/
* | mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-261-0/+4
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-10/+0
|\ \
| * | crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-10/+0
* | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-0/+11
|\ \ \
| * | | Document d_splice_alias() calling conventions for ->lookup() users.Al Viro2018-10-101-0/+11
| |/ /
* | | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-244-181/+2
|\ \ \
| * | | docs: fix some broken documentation referencesMauro Carvalho Chehab2018-09-202-2/+2
| * | | Drop all 00-INDEX files from Documentation/Henrik Austad2018-09-092-179/+0
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-2425-692/+68
|\ \ \
| * | | docs: promote the ext4 data structures book to top levelDarrick J. Wong2018-10-0524-19/+8
| * | | docs: move ext4 administrative docs to admin-guide/Darrick J. Wong2018-10-052-575/+0
| * | | docs: make ext4 readme tables readableDarrick J. Wong2018-10-021-430/+391
| * | | docs: fix ext4 documentation table formatting problemsDarrick J. Wong2018-10-0210-59/+60
| | |/ | |/|
* | | Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-1/+7
|\ \ \ | |/ / |/| |
| * | f2fs: checkpoint disablingDaniel Rosenberg2018-10-161-0/+5
| * | f2fs: split IO error injection according to RWChao Yu2018-09-121-1/+2
| |/
* | vfs: add the fadvise() file operationAmir Goldstein2018-08-301-0/+3
* | Documentation/filesystems: update documentation of file_operationsAmir Goldstein2018-08-301-2/+16
|/
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-1/+1
|\
| * initramfs: move gen_initramfs_list.sh from scripts/ to usr/Masahiro Yamada2018-08-221-1/+1
* | Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-221-0/+18
|\ \
| * | f2fs: support fault_type mount optionChao Yu2018-08-131-0/+18
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-0/+3
|\ \ \ | |_|/ |/| |
| * | /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+3
* | | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-213-36/+64
|\ \ \ | |/ / |/| |