summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-09-04ocfs2: clean up redundant NULL checks before kfreeJoseph Qi
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches
2015-09-04ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei
2015-09-04ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang
2015-09-04ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani
2015-09-04ocfs2: fix race between crashed dio and rmJoseph Qi
2015-09-04ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang
2015-09-04ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed
2015-09-04ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed
2015-09-04ocfs2: optimize error handling in dlm_request_joinNorton.Zhu
2015-09-04ocfs2: fix a tiny case that inode can not removedYiwen Jiang
2015-09-04ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang
2015-09-04ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues
2015-09-04ocfs2: add errors=continueGoldwyn Rodrigues
2015-09-04ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei
2015-09-04ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap
2015-09-04ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen
2015-09-04ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi
2015-09-04ocfs2: remove unneeded code in dlm_register_domain_handlersJoseph Qi
2015-09-04ocfs2: fix BUG when o2hb_register_callback failsJoseph Qi
2015-09-04ocfs2: remove unneeded code in ocfs2_dlm_initJoseph Qi
2015-09-04ocfs2: adjust code to match locking/unlocking orderJoseph Qi
2015-09-04ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi
2015-09-04ocfs2: do not log twice error messagesChristophe JAILLET
2015-09-04ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi
2015-09-04ocfs2: fix several issues of append dioJoseph Qi
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi
2015-09-04sh: use PFN_DOWN macroAlexander Kuleshov
2015-09-04ntfs: delete unnecessary checks before calling iput()SF Markus Elfring
2015-09-04scripts/spelling.txt: add some typo-wordsZhao Lei
2015-09-04scripts: decode_stacktrace: fix ARM architecture decodingRobert Jarzmik
2015-09-04scripts/Lindent: handle missing indent gracefullyJean Delvare
2015-09-04kerneldoc: Convert error messages to GNU error message formatBart Van Assche
2015-09-04scripts/spelling.txt: spelling of uninitializedSudip Mukherjee
2015-09-04scripts/spelling.txt: add misspelled words for checkManinder Singh
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara
2015-09-04fsnotify: remove mark->free_listJan Kara
2015-09-04fsnotify: document mark lockingJan Kara
2015-09-04fsnotify: fix check in inotify fdinfo printingJan Kara
2015-09-04fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen
2015-09-04drivers/video/concole: add negative dependency for VGA_CONSOLE on ARCYuriy Kolerov
2015-09-04capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEAndy Lutomirski
2015-09-04selftests/capabilities: Add tests for capability evolutionAndy Lutomirski
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton
2015-09-04mm: check if section present during memory block registeringYinghai Lu
2015-09-04ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding
2015-09-04memory-hotplug: add hot-added memory ranges to memblock before allocate node_...Tang Chen