summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro
2016-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro
2016-05-25xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-23exec: make exec path waiting for mmap_sem killableMichal Hocko
2016-05-23aio: make aio_setup_ring killableMichal Hocko
2016-05-23coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko
2016-05-23mm, proc: make clear_refs killableMichal Hocko
2016-05-23mm, elf: handle vm_brk errorMichal Hocko
2016-05-23mm, aout: handle vm_brk failuresMichal Hocko
2016-05-23exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov
2016-05-23nilfs2: fix block commentsRyusuke Konishi
2016-05-23nilfs2: remove loops of single statement macrosRyusuke Konishi
2016-05-23nilfs2: remove unnecessary else after return or breakRyusuke Konishi
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi
2016-05-23nilfs2: fix code indent coding style issueRyusuke Konishi
2016-05-23nilfs2: remove space before semicolonRyusuke Konishi
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi
2016-05-23nilfs2: clean trailing semicolons in macrosRyusuke Konishi
2016-05-23nilfs2: add missing line spacingRyusuke Konishi
2016-05-23nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi
2016-05-23nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi
2016-05-23nilfs2: remove space before commaRyusuke Konishi
2016-05-23nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi
2016-05-23nilfs2: constify nilfs_sc_operations structuresJulia Lawall
2016-05-23fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki
2016-05-23fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki
2016-05-23fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki
2016-05-23fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki
2016-05-23fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki
2016-05-23fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki
2016-05-23ELF/MIPS build fixRalf Baechle
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-05-21Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds