Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | afs: Fix an off-by-one error in afs_send_pages() | David Howells | 2017-03-16 | 1 | -1/+1 | |
| * | | | | | | afs: Fix afs_kill_pages() | David Howells | 2017-03-16 | 1 | -3/+7 | |
| * | | | | | | afs: Fix page leak in afs_write_begin() | David Howells | 2017-03-16 | 1 | -2/+5 | |
| * | | | | | | afs: Don't set PG_error on local EINTR or ENOMEM when filling a page | David Howells | 2017-03-16 | 1 | -2/+10 | |
| * | | | | | | afs: Populate and use client modification time | Marc Dionne | 2017-03-16 | 2 | -10/+10 | |
| * | | | | | | afs: Better abort and net error handling | David Howells | 2017-03-16 | 1 | -8/+27 | |
| * | | | | | | afs: Invalid op ID should abort with RXGEN_OPCODE | David Howells | 2017-03-16 | 2 | -1/+3 | |
| * | | | | | | afs: Fix the maths in afs_fs_store_data() | David Howells | 2017-03-16 | 1 | -1/+1 | |
| * | | | | | | afs: Use a bvec rather than a kvec in afs_send_pages() | David Howells | 2017-03-16 | 1 | -45/+52 | |
| * | | | | | | afs: Make struct afs_read::remain 64-bit | David Howells | 2017-03-16 | 2 | -5/+5 | |
| * | | | | | | afs: Fix AFS read bug | David Howells | 2017-03-16 | 1 | -1/+1 | |
| * | | | | | | afs: Prevent callback expiry timer overflow | Tina Ruchandani | 2017-03-16 | 3 | -6/+7 | |
| * | | | | | | afs: Migrate vlocation fields to 64-bit | Tina Ruchandani | 2017-03-16 | 4 | -16/+20 | |
| * | | | | | | afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 2017-03-16 | 1 | -1/+1 | |
| * | | | | | | afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 2017-03-16 | 1 | -1/+1 | |
| * | | | | | | afs: Distinguish mountpoints from symlinks by file mode alone | David Howells | 2017-03-16 | 3 | -68/+15 | |
| * | | | | | | afs: Flush outstanding writes when an fd is closed | David Howells | 2017-03-16 | 3 | -0/+16 | |
| * | | | | | | afs: Handle a short write to an AFS page | David Howells | 2017-03-16 | 3 | -11/+23 | |
| * | | | | | | afs: Kill struct afs_read::pg_offset | David Howells | 2017-03-16 | 1 | -1/+0 | |
| * | | | | | | afs: Handle better the server returning excess or short data | David Howells | 2017-03-16 | 2 | -16/+40 | |
| * | | | | | | afs: Deal with an empty callback array | Marc Dionne | 2017-03-16 | 2 | -7/+9 | |
| * | | | | | | afs: Adjust mode bits processing | Marc Dionne | 2017-03-16 | 1 | -1/+6 | |
| * | | | | | | afs: Populate group ID from vnode status | Marc Dionne | 2017-03-16 | 1 | -1/+1 | |
| * | | | | | | afs: Fix page overput in afs_fill_page() | David Howells | 2017-03-16 | 1 | -0/+1 | |
| * | | | | | | afs: Fix missing put_page() | David Howells | 2017-03-16 | 1 | -0/+1 | |
* | | | | | | | Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-03-16 | 6 | -18/+122 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | xfs: verify inline directory data forks | Darrick J. Wong | 2017-03-15 | 6 | -18/+122 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-03-16 | 1 | -14/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | writeback: fix memory leak in wb_queue_work() | Tahsin Erdogan | 2017-03-13 | 1 | -14/+21 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | gfs2: Avoid alignment hole in struct lm_lockname | Andreas Gruenbacher | 2017-03-15 | 1 | -1/+1 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-15 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-10 | 2 | -2/+2 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'prep-for-5level' | Linus Torvalds | 2017-03-10 | 1 | -1/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 | 1 | -1/+5 | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-03-10 | 2 | -49/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | userfaultfd: remove wrong comment from userfaultfd_ctx_get() | David Hildenbrand | 2017-03-10 | 1 | -2/+0 | |
| * | | | | | | | fat: fix using uninitialized fields of fat_inode/fsinfo_inode | OGAWA Hirofumi | 2017-03-10 | 1 | -1/+12 | |
| * | | | | | | | userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED | Andrea Arcangeli | 2017-03-10 | 1 | -6/+3 | |
| * | | | | | | | userfaultfd: non-cooperative: fix fork fctx->new memleak | Mike Rapoport | 2017-03-10 | 1 | -0/+9 | |
| * | | | | | | | userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_complete | Andrea Arcangeli | 2017-03-10 | 1 | -13/+5 | |
| * | | | | | | | userfaultfd: non-cooperative: robustness check | Andrea Arcangeli | 2017-03-10 | 1 | -2/+7 | |
| * | | | | | | | userfaultfd: non-cooperative: rollback userfaultfd_exit | Andrea Arcangeli | 2017-03-10 | 1 | -28/+0 | |
| * | | | | | | | userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE | Andrea Arcangeli | 2017-03-10 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-03-10 | 14 | -100/+103 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||||
| * | | | | | xfs: try any AG when allocating the first btree block when reflinking | Christoph Hellwig | 2017-03-08 | 2 | -6/+10 | |
| * | | | | | xfs: use iomap new flag for newly allocated delalloc blocks | Brian Foster | 2017-03-08 | 2 | -17/+32 | |
| * | | | | | xfs: remove kmem_zalloc_greedy | Darrick J. Wong | 2017-03-08 | 3 | -24/+2 | |
| * | | | | | xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask | Chandan Rajendra | 2017-03-08 | 1 | -2/+1 | |
| * | | | | | xfs: fix and streamline error handling in xfs_end_io | Christoph Hellwig | 2017-03-08 | 1 | -32/+27 | |
| * | | | | | xfs: only reclaim unwritten COW extents periodically | Christoph Hellwig | 2017-03-08 | 6 | -13/+22 |