summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-09pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+2
2019-07-09pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson1-0/+21
2019-07-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-48/+17
2019-07-09nfsd: Fix misuse of strlcpyJoe Perches1-1/+1
2019-07-09Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-21/+78
2019-07-09Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-8/+12
2019-07-09Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+10
2019-07-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2019-07-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-08ubifs: Don't leak orphans on memory during commitRichard Weinberger1-26/+24
2019-07-08ubifs: Check link count of inodes when killing orphans.Richard Weinberger1-9/+35
2019-07-08ubifs: Add support for zstd compression.Michele Dionisio4-1/+40
2019-07-08ubifs: support offline signed imagesSascha Hauer7-44/+225
2019-07-08ubifs: remove unnecessary check in ubifs_log_start_commitLiu Song1-4/+1
2019-07-08ubifs: Fix typo of output in get_cs_sqnumLiu Song1-1/+1
2019-07-08ubifs: Simplify redundant codeLiu Song1-2/+1
2019-07-08ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger1-5/+11
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar21-100/+180
2019-07-08debugfs: make error message a bit more verboseGreg Kroah-Hartman1-1/+6
2019-07-07xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong1-1/+0
2019-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-07-06Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2-10/+63
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong2-9/+26
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2-9/+72
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2-3/+13
2019-07-05fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven1-1/+0
2019-07-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+26
2019-07-05Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+4
2019-07-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2019-07-05fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers1-16/+26
2019-07-04gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher1-5/+4
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong2-1/+31
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong7-12/+69
2019-07-04orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman3-21/+6
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman1-1/+1
2019-07-04xfs: wire up the v5 inumbers ioctlDarrick J. Wong4-0/+62
2019-07-04xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong4-1/+123
2019-07-04xfs: introduce v5 inode group structureDarrick J. Wong7-9/+42
2019-07-04xfs: introduce new v5 bulkstat structureDarrick J. Wong9-30/+125
2019-07-04xfs: rename bulkstat functionsDarrick J. Wong3-18/+19
2019-07-04xfs: remove various bulk request typedef usageDarrick J. Wong4-20/+23
2019-07-04nfsd: decode implementation idJ. Bruce Fields4-12/+46
2019-07-04nfsd: create xdr_netobj_dup helperJ. Bruce Fields1-7/+4
2019-07-04nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields1-1/+69
2019-07-04nfsd: create get_nfsdfs_clp helperJ. Bruce Fields1-8/+13
2019-07-04nfsd4: show layout stateidsJ. Bruce Fields1-0/+20
2019-07-04nfsd: show lock and deleg stateidsJ. Bruce Fields1-0/+59
2019-07-04nfsd4: add file to display list of client's opensJ. Bruce Fields1-2/+147