aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-12ocfs2: use kmemdup rather than duplicating its implementationGravatar Fuqian Huang 2-9/+7
2019-07-12fs/ocfs2/dlmglue.c: unneeded variable: "status"Gravatar Hariprasad Kelam 1-2/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 13-261/+73
2019-07-12ocfs2: add first lock wait time in locking_stateGravatar Gang He 2-3/+30
2019-07-12ocfs2: add locking filter debugfs fileGravatar Gang He 2-0/+40
2019-07-12ocfs2: add last unlock times in locking_stateGravatar Gang He 2-3/+16
2019-07-12ocfs2/dlm: use struct_size() helperGravatar Gustavo A. R. Silva 1-5/+3
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"Gravatar ChenGang 4-4/+4
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-87/+1
2019-07-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 2-38/+79
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 21-238/+1001
2019-07-10Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Gravatar Linus Torvalds 23-230/+190
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 19-233/+434
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-82/+237
2019-07-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 12-255/+255
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Gravatar Linus Torvalds 7-79/+159
2019-07-10Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-37/+46
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 8-150/+188
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-67/+45
2019-07-10Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Gravatar Linus Torvalds 1-20/+42
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 10-78/+21
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthGravatar Steven J. Magnani 1-33/+60
2019-07-09nfsd: Make __get_nfsdfs_client() staticGravatar YueHaibing 1-1/+1
2019-07-09nfsd: Make two functions staticGravatar YueHaibing 1-2/+2
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-15/+39
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-41/+16
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-48/+17
2019-07-08nfsd: Fix misuse of strlcpyGravatar Joe Perches 1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-21/+78
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-8/+12
2019-07-08Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+10
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesGravatar Ingo Molnar 21-100/+180
2019-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+0
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2019-07-05fs: VALIDATE_FS_PARSER should default to nGravatar Geert Uytterhoeven 1-1/+0
2019-07-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-16/+26
2019-07-05Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+4
2019-07-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-3/+4
2019-07-05fs/userfaultfd.c: disable irqs for fault_pending and event locksGravatar Eric Biggers 1-16/+26
2019-07-04gfs2: Remove unused gfs2_iomap_alloc argumentGravatar Andreas Gruenbacher 1-5/+4
2019-07-03nfsd: decode implementation idGravatar J. Bruce Fields 4-12/+46
2019-07-03nfsd: create xdr_netobj_dup helperGravatar J. Bruce Fields 1-7/+4
2019-07-03nfsd: allow forced expiration of NFSv4 clientsGravatar J. Bruce Fields 1-1/+69
2019-07-03nfsd: create get_nfsdfs_clp helperGravatar J. Bruce Fields 1-8/+13
2019-07-03nfsd4: show layout stateidsGravatar J. Bruce Fields 1-0/+20
2019-07-03nfsd: show lock and deleg stateidsGravatar J. Bruce Fields 1-0/+59