summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | vfs: Convert btrfs_test to use the new mount APIDavid Howells2019-05-261-6/+9
| * | | | | vfs: Convert pipe to use the new mount APIDavid Howells2019-05-261-5/+10
| * | | | | vfs: Convert nsfs to use the new mount APIDavid Howells2019-05-261-5/+11
| * | | | | vfs: Convert bdev to use the new mount APIDavid Howells2019-05-261-8/+9
| * | | | | vfs: Convert anon_inodes to use the new mount APIDavid Howells2019-05-261-5/+8
| * | | | | vfs: Convert aio to use the new mount APIDavid Howells2019-05-261-8/+7Star
| * | | | | vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells2019-05-261-0/+46
| * | | | | vfs: Provide sb->s_iflags settings in fs_context structDavid Howells2019-05-261-0/+1
| * | | | | vfs: Fix refcounting of filenames in fs_parserDavid Howells2019-05-261-0/+1
| * | | | | move mount_capable() further outAl Viro2019-05-263-6/+4Star
| * | | | | move mount_capable() calls to vfs_get_tree()Al Viro2019-05-262-11/+6Star
| * | | | | procfs: set ->user_ns before calling ->get_tree()Al Viro2019-05-261-4/+3Star
| * | | | | switch mount_capable() to fs_contextAl Viro2019-05-253-6/+9
| * | | | | legacy_get_tree(): pass fc->user_ns to mount_capable()Al Viro2019-05-251-1/+1
| * | | | | move the capability checks from sget_userns() to legacy_get_tree()Al Viro2019-05-253-4/+7
| * | | | | vfs: Kill mount_ns()David Howells2019-05-251-38/+0Star
| * | | | | vfs: Convert nfsctl to use the new mount APIDavid Howells2019-05-251-7/+26
| * | | | | consolidate the capability checks in sget_{fc,userns}()Al Viro2019-05-251-18/+14Star
| * | | | | start massaging the checks in sget_...(): move to sget_userns()Al Viro2019-05-251-10/+4Star
| * | | | | no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1Star
| * | | | | mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-257-17/+10Star
| * | | | | unexport simple_dname()Al Viro2019-05-212-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-198-12/+15
|\ \ \ \ \ \
| * | | | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-193-7/+9
| * | | | | | mm: migrate: remove unused mode argumentKeith Busch2019-07-194-4/+4
| * | | | | | mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-191-1/+2
* | | | | | | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-1827-336/+885
|\ \ \ \ \ \ \
| * | | | | | | pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSTrond Myklebust2019-07-184-1/+111
| * | | | | | | pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-181-1/+1
| * | | | | | | pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-181-1/+1
| * | | | | | | NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust2019-07-182-5/+12
| * | | | | | | SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-0/+3
| * | | | | | | NFSv4: Validate the stateid before applying it to state recoveryTrond Myklebust2019-07-151-2/+19
| * | | | | | | nfs4.0: Refetch lease_time after clientid updateDonald Buczek2019-07-131-22/+22
| * | | | | | | nfs4: Rename nfs41_setup_state_renewalDonald Buczek2019-07-131-2/+2
| * | | | | | | nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek2019-07-133-4/+18
| * | | | | | | nfs: Fix copy-and-paste error in debug messageDonald Buczek2019-07-131-1/+1
| * | | | | | | NFS: Replace 16 seq_printf() calls by seq_puts()Markus Elfring2019-07-131-16/+16
| * | | | | | | NFS: Use seq_putc() in nfs_show_stats()Markus Elfring2019-07-131-1/+1
| * | | | | | | Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-122-86/+7Star
| * | | | | | | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-126-149/+325
| |\ \ \ \ \ \ \
| | * | | | | | | NFS: Record task, client ID, and XID in xdr_status trace pointsChuck Lever2019-07-095-7/+29
| | * | | | | | | NFS: Update symbolic flags displayed by trace eventsChuck Lever2019-07-091-26/+124
| | * | | | | | | NFS: Display symbolic status code names in trace logChuck Lever2019-07-091-35/+41
| | * | | | | | | NFS: Fix show_nfs_errors macros againChuck Lever2019-07-091-82/+82
| | * | | | | | | NFS4: Add a trace event to record invalid CB sequence IDsChuck Lever2019-07-092-8/+58
| * | | | | | | | NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington2019-07-061-2/+2
| * | | | | | | | nfs: disable client side deduplicationDarrick J. Wong2019-07-061-1/+5
| * | | | | | | | NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstatsDave Wysochanski2019-07-061-0/+11
| * | | | | | | | NFS: Clean up writeback codeTrond Myklebust2019-07-063-10/+5Star