Age | Commit message (Expand) | Author | Files | Lines |
2017-11-18 | NFSv4: Check the open stateid when searching for expired state | Trond Myklebust | 1 | -0/+5 |
2017-11-18 | NFSv4: Clean up nfs4_delegreturn_done | Trond Myklebust | 1 | -18/+14 |
2017-11-18 | NFSv4: cleanup nfs4_close_done | Trond Myklebust | 1 | -19/+16 |
2017-11-18 | NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn | Trond Myklebust | 1 | -3/+12 |
2017-11-18 | pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close | Trond Myklebust | 3 | -2/+40 |
2017-11-18 | NFSv4: Don't try to CLOSE if the stateid 'other' field has changed | Trond Myklebust | 3 | -12/+13 |
2017-11-18 | NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID. | Trond Myklebust | 5 | -2/+65 |
2017-11-18 | NFS: Fix a typo in nfs_rename() | Trond Myklebust | 1 | -1/+1 |
2017-11-18 | NFSv4: Fix open create exclusive when the server reboots | Trond Myklebust | 1 | -15/+26 |
2017-11-18 | NFSv4: Add a tracepoint to document open stateid updates | Trond Myklebust | 2 | -0/+5 |
2017-11-18 | NFSv4: Fix OPEN / CLOSE race | Trond Myklebust | 3 | -35/+123 |
2017-11-18 | NFS: Fix bool initialization/comparison | Thomas Meyer | 4 | -8/+8 |
2017-11-18 | NFS: Avoid RCU usage in tracepoints | Anna Schumaker | 1 | -18/+6 |
2017-11-18 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -376/+570 |
2017-11-18 | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -9/+7 |
2017-11-18 | Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -66/+515 |
2017-11-17 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -37/+37 |
2017-11-17 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -36/+15 |
2017-11-17 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 9 | -251/+108 |
2017-11-17 | fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t | Elena Reshetova | 6 | -31/+31 |
2017-11-17 | fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t | Elena Reshetova | 1 | -6/+6 |
2017-11-17 | fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t | Elena Reshetova | 3 | -8/+8 |
2017-11-17 | fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t | Elena Reshetova | 2 | -4/+4 |
2017-11-17 | fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t | Elena Reshetova | 2 | -5/+6 |
2017-11-17 | fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t | Elena Reshetova | 2 | -7/+7 |
2017-11-17 | fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t | Elena Reshetova | 2 | -8/+8 |
2017-11-17 | fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t | Elena Reshetova | 2 | -6/+7 |
2017-11-17 | NFSv4.1: Fix up replays of interrupted requests | Trond Myklebust | 2 | -47/+103 |
2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -135/+296 |
2017-11-17 | afs: Fix file locking | David Howells | 5 | -262/+385 |
2017-11-16 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 3 | -6/+26 |
2017-11-16 | Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 20 | -612/+1495 |
2017-11-16 | xfs: fix type usage | Darrick J. Wong | 2 | -3/+3 |
2017-11-16 | xfs: fix forgotten rcu read unlock when skipping inode reclaim | Darrick J. Wong | 1 | -0/+1 |
2017-11-16 | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 37 | -5277/+6444 |
2017-11-16 | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -114/+184 |
2017-11-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 39 | -263/+199 |
2017-11-16 | fs: fuse: account fuse_inode slab memory as reclaimable | Johannes Weiner | 1 | -3/+3 |
2017-11-16 | mm: remove __GFP_COLD | Mel Gorman | 1 | -4/+2 |
2017-11-16 | mm: remove cold parameter for release_pages | Mel Gorman | 1 | -1/+1 |
2017-11-16 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 16 | -30/+30 |
2017-11-16 | mm, truncate: do not check mapping for every page being truncated | Mel Gorman | 1 | -1/+1 |
2017-11-16 | userfaultfd: use mmgrab instead of open-coded increment of mm_count | Mike Rapoport | 1 | -1/+1 |
2017-11-16 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -2/+0 |
2017-11-16 | fs, mm: account filp cache to kmemcg | Shakeel Butt | 1 | -1/+1 |
2017-11-16 | mm: consolidate page table accounting | Kirill A. Shutemov | 1 | -9/+2 |
2017-11-16 | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov | 1 | -1/+1 |
2017-11-16 | mm: account pud page tables | Kirill A. Shutemov | 1 | -1/+4 |
2017-11-16 | cifs: use find_get_pages_range_tag() | Jan Kara | 1 | -19/+2 |
2017-11-16 | afs: use find_get_pages_range_tag() | Jan Kara | 1 | -9/+2 |