aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck4-14/+6
2015-09-04watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker1-4/+2
2015-09-04smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker3-12/+22
2015-09-04smpboot: make cleanup to mirror setupFrederic Weisbecker1-10/+2
2015-09-04smpboot: fix memory leak on error handlingFrederic Weisbecker1-0/+1
2015-09-04fs: create and use seq_show_option for escapingKees Cook15-30/+71
2015-09-04ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2-5/+3
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-202/+163
2015-09-04ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-09-04ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock()yangwenfang1-5/+11
2015-09-04ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-04ocfs2: fix race between crashed dio and rmJoseph Qi2-1/+12
2015-09-04ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2-11/+21
2015-09-04ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed1-6/+20
2015-09-04ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-04ocfs2: optimize error handling in dlm_request_joinNorton.Zhu1-32/+39
2015-09-04ocfs2: fix a tiny case that inode can not removedYiwen Jiang1-0/+5
2015-09-04ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-09-04ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51
2015-09-04ocfs2: add errors=continueGoldwyn Rodrigues3-20/+47
2015-09-04ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-09-04ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-09-04ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen1-1/+14
2015-09-04ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi1-4/+2
2015-09-04ocfs2: remove unneeded code in dlm_register_domain_handlersJoseph Qi1-2/+0
2015-09-04ocfs2: fix BUG when o2hb_register_callback failsJoseph Qi1-2/+3
2015-09-04ocfs2: remove unneeded code in ocfs2_dlm_initJoseph Qi1-2/+0
2015-09-04ocfs2: adjust code to match locking/unlocking orderJoseph Qi1-17/+17
2015-09-04ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi1-9/+0
2015-09-04ocfs2: do not log twice error messagesChristophe JAILLET1-15/+5
2015-09-04ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi1-1/+17
2015-09-04ocfs2: fix several issues of append dioJoseph Qi2-2/+10
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi6-41/+24
2015-09-04sh: use PFN_DOWN macroAlexander Kuleshov2-4/+4
2015-09-04ntfs: delete unnecessary checks before calling iput()SF Markus Elfring1-14/+7
2015-09-04scripts/spelling.txt: add some typo-wordsZhao Lei1-0/+24
2015-09-04scripts: decode_stacktrace: fix ARM architecture decodingRobert Jarzmik1-1/+4
2015-09-04scripts/Lindent: handle missing indent gracefullyJean Delvare1-0/+3
2015-09-04kerneldoc: Convert error messages to GNU error message formatBart Van Assche1-19/+19
2015-09-04scripts/spelling.txt: spelling of uninitializedSudip Mukherjee1-0/+1
2015-09-04scripts/spelling.txt: add misspelled words for checkManinder Singh1-0/+4
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara4-41/+61
2015-09-04fsnotify: remove mark->free_listJan Kara6-63/+40
2015-09-04fsnotify: document mark lockingJan Kara1-20/+30
2015-09-04fsnotify: fix check in inotify fdinfo printingJan Kara1-1/+2
2015-09-04fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen1-0/+10
2015-09-04drivers/video/concole: add negative dependency for VGA_CONSOLE on ARCYuriy Kolerov1-1/+1
2015-09-04capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEAndy Lutomirski2-2/+12
2015-09-04selftests/capabilities: Add tests for capability evolutionAndy Lutomirski4-0/+520