summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-4.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-07-1510-85/+218
|\
| * ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger2017-07-141-0/+2
| * ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li2017-07-143-11/+15
| * ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-07-141-5/+5
| * ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee2017-07-141-2/+2
| * ubifs: Fix oops when remounting with no_bulk_read.karam.lee2017-07-141-0/+2
| * ubifs: Fail commit if TNC is obviously inconsistentRichard Weinberger2017-07-141-0/+4
| * ubifs: allow userspace to map mounts to volumesRabin Vincent2017-07-141-0/+7
| * ubifs: Wire-up statx() supportRichard Weinberger2017-07-141-0/+15
| * ubifs: Remove dead code from ubifs_get_link()Richard Weinberger2017-07-141-6/+0
| * ubifs: Massage debug prints wrt. fscryptRichard Weinberger2017-07-142-15/+4
| * ubifs: Add assert to dent_key_init()Richard Weinberger2017-07-141-0/+1
| * ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger2017-07-143-24/+117
| * ubifs: Fix data node size for truncating uncompressed nodesDavid Oberhollenzer2017-07-141-1/+3
| * ubifs: Don't encrypt special files on creationDavid Gstir2017-07-141-0/+1
| * ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee2017-07-141-9/+5
| * ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee2017-07-141-1/+1
| * ubifs: Correctly evict xattr inodesRichard Weinberger2017-07-143-0/+25
| * ubifs: Unexport ubifs_inode_slabRichard Weinberger2017-07-142-2/+1
| * ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-07-051-9/+0
| * ubifs: require key for truncate(2) of encrypted fileEric Biggers2017-07-051-0/+8
* | Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-146-17/+15
|\ \
| * | vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-07-131-4/+4
| * | Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig2017-07-132-12/+4
| * | xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig2017-07-131-0/+2
| * | xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig2017-07-131-0/+2
| * | xfs: fixup xfs_attr_get_ilockedChristoph Hellwig2017-07-131-1/+3
* | | Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-147-57/+88
|\ \ \
| * | | Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2017-07-142-8/+8
| * | | btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2017-07-142-8/+0
| * | | btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-144-0/+7
| * | | Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana2017-07-131-8/+18
| * | | Btrfs: incremental send, fix invalid memory accessFilipe Manana2017-07-061-3/+4
| * | | Btrfs: incremental send, fix invalid path for link commandsFilipe Manana2017-07-061-30/+51
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-141-24/+17
|\ \ \ \
| * | | | fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-07-141-0/+1
| * | | | fault-inject: simplify access check for fail-nthAkinobu Mita2017-07-141-15/+10
| * | | | fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2017-07-141-8/+6
| * | | | fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita2017-07-141-5/+4
| * | | | fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita2017-07-141-1/+1
* | | | | Merge tag 'befs-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2017-07-141-9/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | befs: add kernel-doc formatting for befs_bt_read_super()Tommy Nguyen2017-07-091-9/+6
* | | | | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-1322-132/+545
|\ \ \ \ \
| * | | | | NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust2017-07-131-1/+16
| * | | | | nfs: add export operationsPeng Tao2017-07-134-1/+182
| * | | | | nfs4: add NFSv4 LOOKUPP handlersJeff Layton2017-07-133-0/+153
| * | | | | nfs: add a nfs_ilookup helperPeng Tao2017-07-131-0/+22
| * | | | | nfs: replace d_add with d_splice_alias in atomic_openPeng Tao2017-07-131-1/+1
| * | | | | NFSv4.2 fix size storage for nfs42_proc_copyOlga Kornievskaia2017-07-131-1/+1
| * | | | | NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationChuck Lever2017-07-131-4/+3
OpenPOWER on IntegriCloud