summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: Define usercopy region in cifs_request slab cacheDavid Windsor2018-01-151-4/+6
* vxfs: Define usercopy region in vxfs_inode slab cacheDavid Windsor2018-01-151-2/+6
* ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-151-5/+8
* orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor2018-01-151-5/+10
* exofs: Define usercopy region in exofs_inode_cache slab cacheDavid Windsor2018-01-151-2/+5
* befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor2018-01-151-5/+9
* jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor2018-01-151-3/+5
* ext2: Define usercopy region in ext2_inode_cache slab cacheDavid Windsor2018-01-151-5/+7
* ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor2018-01-151-5/+7
* vfs: Copy struct mount.mnt_id to userspace using put_user()David Windsor2018-01-151-2/+1
* vfs: Define usercopy region in names_cache slab cachesDavid Windsor2018-01-151-2/+2
* dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor2018-01-151-2/+3
* Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-021-2/+2
|\
| * NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust2017-11-291-2/+2
* | Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-0213-61/+190
|\ \
| * | xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2017-11-302-5/+49
| * | xfs: scrub inode mode properlyDarrick J. Wong2017-11-301-1/+13
| * | xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong2017-11-301-3/+3
| * | xfs: ubsan fixesDarrick J. Wong2017-11-301-3/+3
| * | xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen2017-11-281-1/+1
| * | xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen2017-11-281-1/+1
| * | xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen2017-11-281-2/+4
| * | xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko2017-11-281-5/+10
| * | xfs: log recovery should replay deferred ops in orderDarrick J. Wong2017-11-275-40/+85
| * | xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong2017-11-271-0/+21
* | | afs: Properly reset afs_vnode (inode) fieldsDavid Howells2017-12-012-2/+17
* | | afs: Fix permit refcountingDavid Howells2017-12-011-8/+10
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-12-012-8/+15
|\ \ \
| * | | quota: Check for register_shrinker() failure.Tetsuo Handa2017-11-291-1/+2
| * | | quota: propagate error from __dquot_initializeChao Yu2017-11-281-6/+13
| * | | reiserfs: remove unneeded i_version bumpJeff Layton2017-11-271-1/+0
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-307-28/+23
|\ \ \
| * | | fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()Nadav Amit2017-11-301-2/+2
| * | | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-301-12/+3
| * | | autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent2017-11-301-11/+6
| * | | fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-301-1/+1
| * | | fs/mbcache.c: make count_objects() more robustJiang Biao2017-11-301-0/+3
| * | | exec: avoid RLIMIT_STACK races with prlimit()Kees Cook2017-11-301-1/+6
| * | | mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-301-1/+2
* | | | Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-2911-126/+264
|\ \ \ \
| * | | | lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2017-11-272-4/+9
| * | | | nlm_shutdown_hosts_net() cleanupVasily Averin2017-11-271-2/+1
| * | | | race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin2017-11-273-3/+17
| * | | | race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin2017-11-271-2/+14
| * | | | NFSD: make cache_detail structures constBhumika Goyal2017-11-272-4/+4
| * | | | nfsd: check for use of the closed special stateidAndrew Elble2017-11-271-2/+5
| * | | | nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-11-271-2/+2
| * | | | lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin2017-11-271-0/+2
| * | | | lockd: added cleanup checks in exit_net hookVasily Averin2017-11-271-0/+11
| * | | | grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin2017-11-271-1/+3