summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fix error path kobject memory leakTobin C. Harding2019-05-131-7/+1
* Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-132-0/+46
|\
| * fsnotify: fix unlink performance regressionAmir Goldstein2019-05-091-0/+41
| * fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Jan Kara2019-05-011-0/+5
* | Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-137-36/+31
|\ \
| * | quota: check time limit when back out space/inode changeChengguang Xu2019-04-301-8/+6
| * | fs/quota: erase unused but set variable warningJiang Biao2019-04-251-0/+4
| * | quota: fix wrong indentationChengguang Xu2019-04-251-3/+4
| * | udf: fix an uninitialized read bug and remove dead codeWenwen Wang2019-04-171-15/+0
| * | fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham2019-04-151-1/+1
| * | quota: remove trailing whitespacesSascha Hauer2019-03-263-7/+7
| * | quota: code cleanup for __dquot_alloc_space()Chengguang Xu2019-03-261-2/+2
| * | ext2: Adjust the comment of function ext2_alloc_branchShuning Zhang2019-03-261-1/+3
| * | udf: Explain handling of load_nls() failureJan Kara2019-03-261-0/+5
* | | Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1214-176/+332
|\ \ \
| * | | ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer2019-05-071-1/+0
| * | | ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-074-21/+15
| * | | ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer2019-05-073-10/+5
| * | | ubifs: Limit number of xattrs per inodeRichard Weinberger2019-05-076-8/+101
| * | | ubifs: orphan: Handle xattrs like filesRichard Weinberger2019-05-072-67/+144
| * | | ubifs: journal: Handle xattrs like filesRichard Weinberger2019-05-071-11/+49
| * | | ubifs: find.c: replace swap function with built-in oneAndrey Abramov2019-05-071-8/+1
| * | | ubifs: Do not skip hash checking in data nodesSascha Hauer2019-05-071-8/+7
| * | | ubifs: work around high stack usage with clangArnd Bergmann2019-05-071-7/+10
| * | | ubifs: remove unused function __ubifs_shash_finalYueHaibing2019-05-071-18/+0
| * | | ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers2019-05-071-6/+1
| * | | ubifs: remove unnecessary calls to set up directory keyEric Biggers2019-05-071-12/+0
* | | | Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-121-1/+1
|\ \ \ \
| * | | | hostfs: fix mismatch between link_file definition and declarationColin Ian King2019-05-071-1/+1
| |/ / /
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-091-1/+1
|\ \ \ \
| * | | | do_move_mount(): fix an unsafe use of is_anon_ns()Al Viro2019-05-091-1/+1
* | | | | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-0932-271/+523
|\ \ \ \ \
| * | | | | NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-091-1/+1
| * | | | | nfs: pass the correct prototype to read_cache_pageChristoph Hellwig2019-05-092-6/+8
| * | | | | NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew2019-05-093-2/+14
| * | | | | NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-091-0/+4
| * | | | | PNFS fallback to MDS if no deviceid foundOlga Kornievskaia2019-05-091-1/+1
| * | | | | NFS: make nfs_match_client killableRoberto Bergantinos Corpas2019-05-071-1/+6
| * | | | | lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust2019-04-262-3/+10
| * | | | | NFS: When mounting, don't share filesystems between different user namespacesTrond Myklebust2019-04-261-0/+17
| * | | | | NFS: Convert NFSv2 to use the container user namespaceTrond Myklebust2019-04-261-19/+39
| * | | | | NFSv4: Convert the NFS client idmapper to use the container user namespaceTrond Myklebust2019-04-261-7/+20
| * | | | | NFS: Convert NFSv3 to use the container user namespaceTrond Myklebust2019-04-261-56/+86
| * | | | | NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust2019-04-264-1/+15
| * | | | | SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-265-0/+6
| * | | | | Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng2019-04-251-1/+1
| * | | | | NFS: Remove redundant open context from nfs_pageTrond Myklebust2019-04-251-6/+2
| * | | | | NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust2019-04-257-23/+25
| * | | | | NFS: Ensure that all nfs lock contexts have a valid open contextTrond Myklebust2019-04-251-4/+9
| * | | | | NFS: Allow signal interruption of NFS4ERR_DELAYed operationsTrond Myklebust2019-04-252-34/+106