summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Large-filesystem fix for 32-bit systemsAndreas Gruenbacher2016-06-271-2/+17
* gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher2016-06-274-36/+2
* gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher2016-06-275-33/+81
* gfs2: Initialize iopen glock holder for new inodesAndreas Gruenbacher2016-06-171-0/+1
* GFS2: don't set rgrp gl_object until it's inserted into rgrp treeBob Peterson2016-06-101-4/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2450-504/+473
|\
| * exec: make exec path waiting for mmap_sem killableMichal Hocko2016-05-241-2/+8
| * aio: make aio_setup_ring killableMichal Hocko2016-05-241-1/+6
| * coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko2016-05-241-1/+3
| * 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/+0
| * nilfs2: fix block commentsRyusuke Konishi2016-05-2410-84/+159
| * nilfs2: remove loops of single statement macrosRyusuke Konishi2016-05-241-5/+4
| * nilfs2: remove unnecessary else after return or breakRyusuke Konishi2016-05-243-23/+21
| * 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/+8
| * nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-2437-54/+45
| * nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-2437-148/+0
| * 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/+1
| * 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 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-67/+29
|\ \ | |/ |/|
| * Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams2016-05-211-67/+29
| |\
| | * Revert "block: enable dax for raw block devices"Dan Williams2016-05-211-67/+29
* | | 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