aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-16binfmt_flat: Use %u to format u32Gravatar Geert Uytterhoeven 1-1/+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
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingGravatar David Sterba 2-8/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allGravatar David Sterba 4-0/+7
2017-07-13vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsetsGravatar Darrick J. Wong 1-4/+4
2017-07-13Revert "xfs: grab dquots without taking the ilock"Gravatar Christoph Hellwig 2-12/+4
2017-07-13xfs: assert locking precondition in xfs_readlink_bmap_ilockedGravatar Christoph Hellwig 1-0/+2
2017-07-13xfs: assert locking precondіtion in xfs_attr_list_int_ilockedGravatar Christoph Hellwig 1-0/+2
2017-07-13xfs: fixup xfs_attr_get_ilockedGravatar Christoph Hellwig 1-1/+3
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 22-132/+545
2017-07-13NFS: Don't run wake_up_bit() when nobody is waiting...Gravatar Trond Myklebust 1-1/+16
2017-07-13nfs: add export operationsGravatar Peng Tao 4-1/+182
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 36-1367/+1834
2017-07-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 6-95/+36
2017-07-13nfs4: add NFSv4 LOOKUPP handlersGravatar Jeff Layton 3-0/+153
2017-07-13nfs: add a nfs_ilookup helperGravatar Peng Tao 1-0/+22
2017-07-13nfs: replace d_add with d_splice_alias in atomic_openGravatar Peng Tao 1-1/+1
2017-07-13NFSv4.2 fix size storage for nfs42_proc_copyGravatar Olga Kornievskaia 1-1/+1
2017-07-13NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationGravatar Chuck Lever 1-4/+3