Age | Commit message (Expand) | Author |
2015-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-09-05 | Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm... | Linus Torvalds |
2015-09-05 | Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2015-09-05 | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-09-04 | mm: move ->mremap() from file_operations to vm_operations_struct | Oleg Nesterov |
2015-09-04 | userfaultfd: avoid missing wakeups during refile in userfaultfd_read | Andrea Arcangeli |
2015-09-04 | userfaultfd: allow signals to interrupt a userfault | Andrea Arcangeli |
2015-09-04 | userfaultfd: require UFFDIO_API before other ioctls | Andrea Arcangeli |
2015-09-04 | userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE | Andrea Arcangeli |
2015-09-04 | userfaultfd: buildsystem activation | Andrea Arcangeli |
2015-09-04 | userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and read | Andrea Arcangeli |
2015-09-04 | userfaultfd: allocate the userfaultfd_ctx cacheline aligned | Andrea Arcangeli |
2015-09-04 | userfaultfd: optimize read() and poll() to be O(1) | Andrea Arcangeli |
2015-09-04 | userfaultfd: wake pending userfaults | Andrea Arcangeli |
2015-09-04 | userfaultfd: change the read API to return a uffd_msg | Andrea Arcangeli |
2015-09-04 | userfaultfd: Rename uffd_api.bits into .features | Pavel Emelyanov |
2015-09-04 | userfaultfd: add new syscall to provide memory externalization | Andrea Arcangeli |
2015-09-04 | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP | Andrea Arcangeli |
2015-09-04 | fs: create and use seq_show_option for escaping | Kees Cook |
2015-09-04 | ocfs2: clean up redundant NULL checks before kfree | Joseph Qi |
2015-09-04 | ocfs2: neaten do_error, ocfs2_error and ocfs2_abort | Joe Perches |
2015-09-04 | ocfs2: do not set fs read-only if rec[0] is empty while committing truncate | Xue jiufei |
2015-09-04 | ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w... | yangwenfang |
2015-09-04 | ocfs2: use 64bit variables to track heartbeat time | Tina Ruchandani |
2015-09-04 | ocfs2: fix race between crashed dio and rm | Joseph Qi |
2015-09-04 | ocfs2: avoid access invalid address when read o2dlm debug messages | Yiwen Jiang |
2015-09-04 | ocfs2: take inode lock in ocfs2_iop_set/get_acl() | Tariq Saeed |
2015-09-04 | ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed() | Tariq Saeed |
2015-09-04 | ocfs2: optimize error handling in dlm_request_join | Norton.Zhu |
2015-09-04 | ocfs2: fix a tiny case that inode can not removed | Yiwen Jiang |
2015-09-04 | ocfs2: add ip_alloc_sem in direct IO to protect allocation changes | WeiWei Wang |
2015-09-04 | ocfs2: clear the rest of the buffers on error | Goldwyn Rodrigues |
2015-09-04 | ocfs2: acknowledge return value of ocfs2_error() | Goldwyn Rodrigues |
2015-09-04 | ocfs2: add errors=continue | Goldwyn Rodrigues |
2015-09-04 | ocfs2: flush inode data to disk and free inode when i_count becomes zero | Xue jiufei |
2015-09-04 | ocfs2: trusted xattr missing CAP_SYS_ADMIN check | Sanidhya Kashyap |
2015-09-04 | ocfs2: set filesytem read-only when ocfs2_delete_entry failed. | jiangyiwen |
2015-09-04 | ocfs2/dlm: use list_for_each_entry instead of list_for_each | Joseph Qi |
2015-09-04 | ocfs2: remove unneeded code in dlm_register_domain_handlers | Joseph Qi |
2015-09-04 | ocfs2: fix BUG when o2hb_register_callback fails | Joseph Qi |
2015-09-04 | ocfs2: remove unneeded code in ocfs2_dlm_init | Joseph Qi |
2015-09-04 | ocfs2: adjust code to match locking/unlocking order | Joseph Qi |
2015-09-04 | ocfs2: clean up unused local variables in ocfs2_file_write_iter | Joseph Qi |
2015-09-04 | ocfs2: do not log twice error messages | Christophe JAILLET |
2015-09-04 | ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access | Joseph Qi |
2015-09-04 | ocfs2: fix several issues of append dio | Joseph Qi |
2015-09-04 | ocfs2: fix race between dio and recover orphan | Joseph Qi |
2015-09-04 | ntfs: delete unnecessary checks before calling iput() | SF Markus Elfring |
2015-09-04 | fsnotify: get rid of fsnotify_destroy_mark_locked() | Jan Kara |
2015-09-04 | fsnotify: remove mark->free_list | Jan Kara |