summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* new primitive: vfs_mkobj()Al Viro2018-01-051-0/+21
* Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-011-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-0113-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-11-302-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-297-28/+23
|\ \ \
| * | | fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()Nadav Amit2017-11-291-2/+2
| * | | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-291-12/+3
| * | | autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent2017-11-291-11/+6
| * | | fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-291-1/+1
| * | | fs/mbcache.c: make count_objects() more robustJiang Biao2017-11-291-0/+3
| * | | exec: avoid RLIMIT_STACK races with prlimit()Kees Cook2017-11-291-1/+6
| * | | mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-291-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
| * | | | nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classAndrew Elble2017-11-271-3/+8
| * | | | lockd: remove net pointer from messagesVasily Averin2017-11-274-14/+21
| * | | | nfsd: remove net pointer from debug messagesVasily Averin2017-11-271-3/+3
| * | | | nfsd: Fix races with check_stateid_generation()Trond Myklebust2017-11-271-3/+19
| * | | | nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2017-11-271-9/+3
| * | | | nfsd: Fix race in lock stateid creationTrond Myklebust2017-11-271-28/+42
| * | | | nfsd4: move find_lock_stateidTrond Myklebust2017-11-271-19/+19
| * | | | nfsd: Ensure we don't recognise lock stateids after freeing themTrond Myklebust2017-11-271-11/+8
| * | | | nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2017-11-271-0/+8
| * | | | nfsd: Fix another OPEN stateid raceTrond Myklebust2017-11-271-15/+13
| * | | | nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-11-271-8/+59
| | |/ / | |/| |
OpenPOWER on IntegriCloud