| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: make open_ctree error injectable | Josef Bacik | 2017-12-12 | 1 | -0/+2 |
* | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-12-02 | 1 | -2/+2 |
|\ |
|
| * | NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid" | Trond Myklebust | 2017-11-29 | 1 | -2/+2 |
* | | Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-12-02 | 13 | -61/+190 |
|\ \ |
|
| * | | xfs: Properly retry failed dquot items in case of error during buffer writeback | Carlos Maiolino | 2017-11-30 | 2 | -5/+49 |
| * | | xfs: scrub inode mode properly | Darrick J. Wong | 2017-11-30 | 1 | -1/+13 |
| * | | xfs: remove unused parameter from xfs_writepage_map | Darrick J. Wong | 2017-11-30 | 1 | -3/+3 |
| * | | xfs: ubsan fixes | Darrick J. Wong | 2017-11-30 | 1 | -3/+3 |
| * | | xfs: calculate correct offset in xfs_scrub_quota_item | Eric Sandeen | 2017-11-28 | 1 | -1/+1 |
| * | | xfs: fix uninitialized variable in xfs_scrub_quota | Eric Sandeen | 2017-11-28 | 1 | -1/+1 |
| * | | xfs: fix leaks on corruption errors in xfs_bmap.c | Eric Sandeen | 2017-11-28 | 1 | -2/+4 |
| * | | xfs: fortify xfs_alloc_buftarg error handling | Michal Hocko | 2017-11-28 | 1 | -5/+10 |
| * | | xfs: log recovery should replay deferred ops in order | Darrick J. Wong | 2017-11-27 | 5 | -40/+85 |
| * | | xfs: always free inline data before resetting inode fork during ifree | Darrick J. Wong | 2017-11-27 | 1 | -0/+21 |
* | | | afs: Properly reset afs_vnode (inode) fields | David Howells | 2017-12-01 | 2 | -2/+17 |
* | | | afs: Fix permit refcounting | David Howells | 2017-12-01 | 1 | -8/+10 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-12-01 | 2 | -8/+15 |
|\ \ \ |
|
| * | | | quota: Check for register_shrinker() failure. | Tetsuo Handa | 2017-11-29 | 1 | -1/+2 |
| * | | | quota: propagate error from __dquot_initialize | Chao Yu | 2017-11-28 | 1 | -6/+13 |
| * | | | reiserfs: remove unneeded i_version bump | Jeff Layton | 2017-11-27 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-30 | 7 | -28/+23 |
|\ \ \ |
|
| * | | | fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate() | Nadav Amit | 2017-11-30 | 1 | -2/+2 |
| * | | | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored" | Ian Kent | 2017-11-30 | 1 | -12/+3 |
| * | | | autofs: revert "autofs: take more care to not update last_used on path walk" | Ian Kent | 2017-11-30 | 1 | -11/+6 |
| * | | | fs/fat/inode.c: fix sb_rdonly() change | OGAWA Hirofumi | 2017-11-30 | 1 | -1/+1 |
| * | | | fs/mbcache.c: make count_objects() more robust | Jiang Biao | 2017-11-30 | 1 | -0/+3 |
| * | | | exec: avoid RLIMIT_STACK races with prlimit() | Kees Cook | 2017-11-30 | 1 | -1/+6 |
| * | | | mm: replace pmd_write with pmd_access_permitted in fault + gup paths | Dan Williams | 2017-11-30 | 1 | -1/+2 |
* | | | | Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-11-29 | 11 | -126/+264 |
|\ \ \ \ |
|
| * | | | | lockd: fix "list_add double add" caused by legacy signal interface | Vasily Averin | 2017-11-27 | 2 | -4/+9 |
| * | | | | nlm_shutdown_hosts_net() cleanup | Vasily Averin | 2017-11-27 | 1 | -2/+1 |
| * | | | | race of nfsd inetaddr notifiers vs nn->nfsd_serv change | Vasily Averin | 2017-11-27 | 3 | -3/+17 |
| * | | | | race of lockd inetaddr notifiers vs nlmsvc_rqst change | Vasily Averin | 2017-11-27 | 1 | -2/+14 |
| * | | | | NFSD: make cache_detail structures const | Bhumika Goyal | 2017-11-27 | 2 | -4/+4 |
| * | | | | nfsd: check for use of the closed special stateid | Andrew Elble | 2017-11-27 | 1 | -2/+5 |
| * | | | | nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat | Naofumi Honda | 2017-11-27 | 1 | -2/+2 |
| * | | | | lockd: lost rollback of set_grace_period() in lockd_down_net() | Vasily Averin | 2017-11-27 | 1 | -0/+2 |
| * | | | | lockd: added cleanup checks in exit_net hook | Vasily Averin | 2017-11-27 | 1 | -0/+11 |
| * | | | | grace: replace BUG_ON by WARN_ONCE in exit_net hook | Vasily Averin | 2017-11-27 | 1 | -1/+3 |
| * | | | | nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class | Andrew Elble | 2017-11-27 | 1 | -3/+8 |
| * | | | | lockd: remove net pointer from messages | Vasily Averin | 2017-11-27 | 4 | -14/+21 |
| * | | | | nfsd: remove net pointer from debug messages | Vasily Averin | 2017-11-27 | 1 | -3/+3 |
| * | | | | nfsd: Fix races with check_stateid_generation() | Trond Myklebust | 2017-11-27 | 1 | -3/+19 |
| * | | | | nfsd: Ensure we check stateid validity in the seqid operation checks | Trond Myklebust | 2017-11-27 | 1 | -9/+3 |
| * | | | | nfsd: Fix race in lock stateid creation | Trond Myklebust | 2017-11-27 | 1 | -28/+42 |
| * | | | | nfsd4: move find_lock_stateid | Trond Myklebust | 2017-11-27 | 1 | -19/+19 |
| * | | | | nfsd: Ensure we don't recognise lock stateids after freeing them | Trond Myklebust | 2017-11-27 | 1 | -11/+8 |
| * | | | | nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) | Trond Myklebust | 2017-11-27 | 1 | -0/+8 |
| * | | | | nfsd: Fix another OPEN stateid race | Trond Myklebust | 2017-11-27 | 1 | -15/+13 |
| * | | | | nfsd: Fix stateid races between OPEN and CLOSE | Trond Myklebust | 2017-11-27 | 1 | -8/+59 |
| | |/ /
| |/| | |
|