summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-07-27ocfs2: fix a redundant re-initializationEric Ren1-2/+0
2016-07-27dax: remote unused fault wrappersRoss Zwisler4-66/+21
2016-07-27Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-15/+17
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds85-486/+572
2016-07-26NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust1-8/+2
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney17-152/+147
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney4-4/+6
2016-07-26btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionJeff Mahoney1-1/+1
2016-07-26btrfs: convert nodesize macros to static inlinesJeff Mahoney1-15/+33
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney4-10/+8
2016-07-26btrfs: cleanup, remove prototype for btrfs_find_root_refJeff Mahoney1-3/+0
2016-07-26btrfs: copy_to_sk drop unused root parameterJeff Mahoney1-3/+2
2016-07-26btrfs: simpilify btrfs_subvol_inherit_propsJeff Mahoney1-3/+3
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney7-21/+19
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney10-61/+103
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney3-77/+48
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney13-130/+135
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney5-22/+27
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney4-31/+63
2016-07-26btrfs: remove obsolete part of comment in statfsDavid Sterba1-3/+0
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba2-0/+4
2016-07-26btrfs: Ratelimit "no csum found" info messageNikolay Borisov1-1/+1
2016-07-26btrfs: Add ratelimit to btrfs printingNikolay Borisov1-2/+24
2016-07-26Btrfs: fix unexpected balance crash due to BUG_ONLiu Bo1-4/+24
2016-07-26Btrfs: fix panic in balance due to EIOLiu Bo1-0/+4
2016-07-26Btrfs: fix eb memory leak due to readpage failureLiu Bo1-3/+22
2016-07-26Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo1-6/+6
2016-07-26btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang1-2/+2
2016-07-26Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra1-1/+1
2016-07-26btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksizeWang Xiaoguang2-11/+41
2016-07-26Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo1-2/+8
2016-07-26btrfs: make sure device is synced before returnAnand Jain1-0/+5
2016-07-26btrfs: reorg btrfs_close_one_device()Anand Jain1-36/+35
2016-07-26btrfs: Cleanup compress_file_range()Ashish Samant1-37/+35
2016-07-26Btrfs: cleanup BUG_ON in merge_bioLiu Bo2-3/+6
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov9-16/+16
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki1-2/+1
2016-07-26btrfs: Handle uninitialised inode evictionNikolay Borisov1-1/+8
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo2-21/+52
2016-07-26Btrfs: fix double free of fs rootLiu Bo1-9/+3
2016-07-26Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo1-0/+8
2016-07-26Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2016-07-26btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang1-0/+2
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+18
2016-07-25Merge tag 'v4.7' into for-linus/pstoreKees Cook111-1197/+1739
2016-07-25f2fs: clean up coding style and redundancyJaegeuk Kim2-3/+3
2016-07-25binfmt_flat: use proper user space accessors with relocs processing codeNicolas Pitre1-12/+19
2016-07-25binfmt_flat: clean up create_flat_tables() and stack accessesNicolas Pitre1-54/+63
2016-07-25binfmt_flat: use generic transfer_args_to_stack()Nicolas Pitre1-12/+10