summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust2016-07-055-9/+30
| | * | | | pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust2016-07-051-9/+10
| | * | | | pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-051-2/+1
| | * | | | pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-051-2/+1
| | * | | | NFS: Don't call COMMIT in ->releasepage()Trond Myklebust2016-06-221-23/+0
| | * | | | NFS: Don't hold the inode lock across fsync()Trond Myklebust2016-06-221-2/+0
| | * | | | NFS: writepage of a single page should not be synchronousTrond Myklebust2016-06-221-1/+1
| | * | | | NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust2016-06-223-20/+0
| | * | | | NFS: Cache aggressively when file is open for writingTrond Myklebust2016-06-222-29/+46
| | * | | | NFS: Cache access checks more aggressivelyTrond Myklebust2016-06-151-21/+31
| | * | | | NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust2016-06-131-6/+9
| | |/ / /
| * | | | nfs: don't create zero-length requestsBenjamin Coddington2016-07-221-1/+4
| * | | | nfs4: flexfiles: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-193-4/+8
| * | | | nfs4: clnt: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-193-3/+7
| * | | | pnfs/blocklayout: put deviceid node after releasing bl_ext_lockBenjamin Coddington2016-07-191-6/+21
| * | | | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-193-5/+7
| * | | | mount: use sec= that was specified on the command lineSteve Dickson2016-07-191-3/+11
| * | | | pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDTrond Myklebust2016-07-191-19/+15
| * | | | pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGETTrond Myklebust2016-07-191-2/+11
| * | | | pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTTrond Myklebust2016-07-192-9/+15
| * | | | pNFS: Fix post-layoutget error handling in pnfs_update_layout()Trond Myklebust2016-07-191-10/+11
| * | | | NFSv4: Allow retry of operations that used a returned delegation stateidTrond Myklebust2016-06-302-33/+47
| * | | | NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setupTrond Myklebust2016-06-301-1/+2
| * | | | NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust2016-06-304-31/+35
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-2919-155/+242
|\ \ \ \
| * | | | fs: Call d_automount with the filesystems credsEric W. Biederman2016-07-231-0/+7
| * | | | dquot: For now explicitly don't support filesystems outside of init_user_nsEric W. Biederman2016-07-051-0/+5
| * | | | quota: Handle quota data stored in s_user_ns in quota_setxquotaEric W. Biederman2016-07-051-1/+1
| * | | | quota: Ensure qids map to the filesystemEric W. Biederman2016-07-052-6/+9
| * | | | vfs: Don't create inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-2/+8
| * | | | vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-054-5/+43
| * | | | fs: Check for invalid i_uid in may_follow_link()Seth Forshee2016-06-301-1/+3
| * | | | vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-06-302-5/+5
| * | | | fs: Refuse uid/gid changes which don't map into s_user_nsSeth Forshee2016-06-271-0/+11
| * | | | fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-242-1/+14
| * | | | userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-232-3/+3
| * | | | userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman2016-06-232-18/+4
| * | | | mnt: Simplify mount_too_revealingEric W. Biederman2016-06-231-17/+8
| * | | | vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-234-6/+12
| * | | | kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-232-2/+3
| * | | | mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman2016-06-232-4/+4
| * | | | fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-232-7/+48
| * | | | proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-233-51/+13
| * | | | vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-232-12/+14
| * | | | mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-234-16/+29
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-294-40/+28
|\ \ \ \ \
| * | | | | fuse: use filemap_check_errors()Miklos Szeredi2016-07-291-12/+2
| * | | | | fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
| * | | | | fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-07-291-0/+9
| * | | | | fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-07-291-0/+15