summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-24nilfs2: remove unnecessary else after return or breakRyusuke Konishi3-23/+21
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi27-90/+97
2016-05-24nilfs2: fix code indent coding style issueRyusuke Konishi1-1/+1
2016-05-24nilfs2: remove space before semicolonRyusuke Konishi1-1/+1
2016-05-24nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi6-16/+16
2016-05-24nilfs2: clean trailing semicolons in macrosRyusuke Konishi2-5/+5
2016-05-24nilfs2: add missing line spacingRyusuke Konishi10-0/+14
2016-05-24nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi1-1/+1
2016-05-24nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi4-8/+38
2016-05-24nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi3-32/+8
2016-05-24nilfs2: clarify permission to replicate the designRyusuke Konishi1-0/+5
2016-05-24MAINTAINERS: add web link for nilfs projectRyusuke Konishi1-0/+1
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi38-56/+46
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi38-152/+0
2016-05-24nilfs2: remove space before commaRyusuke Konishi2-4/+4
2016-05-24nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi1-1/+1
2016-05-24nilfs2: constify nilfs_sc_operations structuresJulia Lawall1-5/+5
2016-05-24fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki1-3/+1
2016-05-24fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki1-1/+1
2016-05-24mm: memcontrol: fix possible css ref leak on oomVladimir Davydov1-1/+1
2016-05-24ELF/MIPS build fixRalf Baechle3-3/+10
2016-05-24m32r: fix build failureSudip Mukherjee1-0/+1
2016-05-23Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-4/+147
2016-05-23Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-1/+2
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds19-110/+147
2016-05-23x86: remove more uaccess_32.h complexityLinus Torvalds4-31/+3
2016-05-23x86: remove pointless uaccess_32.h complexityLinus Torvalds2-39/+1
2016-05-22Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds23-615/+1449
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds30-1794/+2678
2016-05-21Merge tag 'rtc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds43-735/+1019
2016-05-21Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds4-180/+104
2016-05-21x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds1-2/+2
2016-05-21rtc: tps6586x: rename so module can be autoloadedNicolas Chauvet1-1/+1
2016-05-21rtc: rv3029: hide unused i2c device tableArnd Bergmann1-7/+7
2016-05-21rtc: rs5c372: r2025: fix check for 'oscillator halted' conditionThomas Koeller1-2/+2
2016-05-21rtc: rv3029: add alarm IRQMylène Josserand1-21/+93
2016-05-21rtc: rv3029: fix set_time functionMylène Josserand1-1/+1
2016-05-21rtc: rv3029: fix alarm supportMylène Josserand1-7/+16
2016-05-21rtc: rv3029: Remove some checks and warningsMylène Josserand1-34/+34
2016-05-21rtc: rv3029: Add support of RV3049Mylène Josserand2-21/+124
2016-05-21rtc: rv3029: convert to use regmapMylène Josserand1-133/+142
2016-05-21rtc: rv3029: remove 'i2c' in functions namesMylène Josserand1-75/+57
2016-05-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds195-2268/+4503