summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-07-12GFS2: Check rs_free with rd_rsspin protectionBob Peterson1-3/+2
2016-06-27gfs2: writeout truncated pagesBenjamin Marzinski1-15/+34
2016-06-27fs: export __block_write_full_pageBenjamin Marzinski1-1/+2
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher9-35/+46
2016-06-27gfs2: Large-filesystem fix for 32-bit systemsAndreas Gruenbacher1-2/+17
2016-06-27gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher4-36/+2
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher5-33/+81
2016-06-17gfs2: Initialize iopen glock holder for new inodesAndreas Gruenbacher1-0/+1
2016-06-10GFS2: don't set rgrp gl_object until it's inserted into rgrp treeBob Peterson1-4/+8
2016-05-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-504/+473
2016-05-24exec: make exec path waiting for mmap_sem killableMichal Hocko1-2/+8
2016-05-24aio: make aio_setup_ring killableMichal Hocko1-1/+6
2016-05-24coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko1-1/+3
2016-05-24mm, proc: make clear_refs killableMichal Hocko1-2/+9
2016-05-24mm, elf: handle vm_brk errorMichal Hocko1-2/+5
2016-05-24mm, aout: handle vm_brk failuresMichal Hocko1-3/+8
2016-05-24exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov1-7/+0
2016-05-24nilfs2: fix block commentsRyusuke Konishi10-84/+159
2016-05-24nilfs2: remove loops of single statement macrosRyusuke Konishi1-5/+4
2016-05-24nilfs2: remove unnecessary else after return or breakRyusuke Konishi3-23/+21
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi26-87/+94
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: clean up old e-mail addressesRyusuke Konishi37-54/+45
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi37-148/+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-24ELF/MIPS build fixRalf Baechle1-0/+8
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-67/+29
2016-05-22Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds19-604/+1431
2016-05-21Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams1-67/+29
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds28-1788/+1530
2016-05-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-66/+111
2016-05-21Revert "block: enable dax for raw block devices"Dan Williams1-67/+29