aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 4-34/+64
2017-07-20Merge tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-5/+13
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-6/+6
2017-07-19Merge tag 'ceph-for-4.13-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+5
2017-07-18Merge tag 'nfsd-4.13-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+3
2017-07-18hfsplus: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-12/+18
2017-07-18isofs: Fix off-by-one in 'session' mount option parsingGravatar Jan Kara 1-2/+6
2017-07-18reiserfs: preserve i_mode if __reiserfs_set_acl() failsGravatar Ernesto A. Fernández 1-3/+6
2017-07-18ext2: preserve i_mode if ext2_set_acl() failsGravatar Ernesto A. Fernández 1-2/+9
2017-07-17f2fs: avoid cpu lockupGravatar Jaegeuk Kim 1-0/+10
2017-07-17f2fs: include seq_file.h for sysfs.cGravatar Jaegeuk Kim 1-0/+1
2017-07-17nfsd: Fix a memory scribble in the callback channelGravatar Trond Myklebust 1-3/+3
2017-07-17ceph: fix race in concurrent readdirGravatar Yan, Zheng 1-0/+5
2017-07-17ext2: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-14/+22
2017-07-17reiserfs: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-5/+7
2017-07-16binfmt_flat: Use %u to format u32Gravatar Geert Uytterhoeven 1-1/+1
2017-07-15f2fs: Don't clear SGID when inheriting ACLsGravatar Jaegeuk Kim 1-1/+1
2017-07-15f2fs: remove extra inode_unlock() in error pathGravatar Luis Henriques 1-4/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 28-135/+370
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-17/+22
2017-07-15Merge tag 'upstream-4.13-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 10-85/+218
2017-07-14Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-17/+15
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-57/+88
2017-07-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-24/+17
2017-07-14fault-inject: add /proc/<pid>/fail-nthGravatar Akinobu Mita 1-0/+1
2017-07-14fault-inject: simplify access check for fail-nthGravatar Akinobu Mita 1-15/+10
2017-07-14fault-inject: make fail-nth read/write interface symmetricGravatar Akinobu Mita 1-8/+6
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceGravatar Akinobu Mita 1-5/+4
2017-07-14fault-inject: automatically detect the number base for fail-nth write interfaceGravatar Akinobu Mita 1-1/+1
2017-07-14ubifs: Set double hash cookie also for RENAME_EXCHANGEGravatar Richard Weinberger 1-0/+2
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsGravatar Xiaolei Li 3-11/+15
2017-07-14ubifs: Don't leak kernel memory to the MTDGravatar Richard Weinberger 1-5/+5
2017-07-14ubifs: Change gfp flags in page allocation for bulk readGravatar Hyunchul Lee 1-2/+2
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.Gravatar karam.lee 1-0/+2
2017-07-14ubifs: Fail commit if TNC is obviously inconsistentGravatar Richard Weinberger 1-0/+4
2017-07-14ubifs: allow userspace to map mounts to volumesGravatar Rabin Vincent 1-0/+7
2017-07-14ubifs: Wire-up statx() supportGravatar Richard Weinberger 1-0/+15
2017-07-14ubifs: Remove dead code from ubifs_get_link()Gravatar Richard Weinberger 1-6/+0
2017-07-14ubifs: Massage debug prints wrt. fscryptGravatar Richard Weinberger 2-15/+4
2017-07-14ubifs: Add assert to dent_key_init()Gravatar Richard Weinberger 1-0/+1
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsGravatar Richard Weinberger 3-24/+117
2017-07-14ubifs: Fix data node size for truncating uncompressed nodesGravatar David Oberhollenzer 1-1/+3
2017-07-14ubifs: Don't encrypt special files on creationGravatar David Gstir 1-0/+1
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameGravatar Hyunchul Lee 1-9/+5
2017-07-14ubifs: Fix inode data budget in ubifs_mknodGravatar Hyunchul Lee 1-1/+1
2017-07-14ubifs: Correctly evict xattr inodesGravatar Richard Weinberger 3-0/+25
2017-07-14ubifs: Unexport ubifs_inode_slabGravatar Richard Weinberger 2-2/+1
2017-07-14Merge tag 'befs-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-9/+6
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorGravatar Liu Bo 2-8/+8