summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm, proc: make clear_refs killableMichal Hocko2016-05-241-2/+9
* mm, elf: handle vm_brk errorMichal Hocko2016-05-241-2/+5
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-241-3/+8
* exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov2016-05-241-7/+0Star
* nilfs2: fix block commentsRyusuke Konishi2016-05-2410-84/+159
* nilfs2: remove loops of single statement macrosRyusuke Konishi2016-05-241-5/+4Star
* nilfs2: remove unnecessary else after return or breakRyusuke Konishi2016-05-243-23/+21Star
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-2426-87/+94
* nilfs2: fix code indent coding style issueRyusuke Konishi2016-05-241-1/+1
* nilfs2: remove space before semicolonRyusuke Konishi2016-05-241-1/+1
* nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi2016-05-246-16/+16
* nilfs2: clean trailing semicolons in macrosRyusuke Konishi2016-05-242-5/+5
* nilfs2: add missing line spacingRyusuke Konishi2016-05-2410-0/+14
* nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi2016-05-241-1/+1
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-244-8/+38
* nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi2016-05-243-32/+8Star
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-2437-54/+45Star
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-2437-148/+0Star
* nilfs2: remove space before commaRyusuke Konishi2016-05-242-4/+4
* nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi2016-05-241-1/+1
* nilfs2: constify nilfs_sc_operations structuresJulia Lawall2016-05-241-5/+5
* fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki2016-05-241-3/+1Star
* fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki2016-05-241-1/+1
* fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki2016-05-241-1/+1
* ELF/MIPS build fixRalf Baechle2016-05-241-0/+8
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-2219-604/+1431
|\
| * f2fs: fix to update dirty page count correctlyChao Yu2016-05-201-3/+4
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-205-13/+16
| * f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim2016-05-201-0/+4
| * f2fs: make exit_f2fs_fs more clearTiezhu Yang2016-05-181-5/+5
| * f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-182-14/+15
| * f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-184-8/+14
| * f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-183-7/+12
| * f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-183-19/+47
| * f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-185-19/+22
| * f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim2016-05-171-3/+8
| * f2fs: add fault injection to sysfsSheng Yong2016-05-172-10/+91
| * f2fs: no need inc dirty pages under inode lockYunlei He2016-05-171-1/+1
| * f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu2016-05-171-2/+6
| * f2fs: fix i_current_depth during inline dentry conversionChao Yu2016-05-171-0/+1
| * f2fs: correct return value type of f2fs_fill_superSheng Yong2016-05-171-3/+3
| * f2fs: fix deadlock when flush inline dataChao Yu2016-05-111-1/+2
| * f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim2016-05-111-2/+1Star
| * f2fs: show # of orphan inodesJaegeuk Kim2016-05-112-2/+5