summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain3-32/+31
2017-08-16btrfs: Keep one more workspace aroundNick Terrell1-1/+1
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba5-6/+5
2017-08-16btrfs: qgroups: Fix BUG_ON condition in tree level checkNikolay Borisov1-1/+1
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo2-7/+19
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo4-75/+0
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo1-13/+3
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo1-2/+1
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo1-8/+3
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2-0/+60
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo1-2/+0
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov1-10/+12
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov1-9/+2
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov1-9/+7
2017-08-16btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-08-16btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski1-17/+13
2017-08-16btrfs: allow backref search checks for shared extentsEdmund Nadolski1-49/+115
2017-08-16btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski1-0/+3
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney3-58/+73
2017-08-16btrfs: add a node counter to each of the rbtreesJeff Mahoney1-1/+5
2017-08-16btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski1-157/+285
2017-08-16btrfs: remove ref_tree implementation from backref.cEdmund Nadolski1-348/+7
2017-08-16btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski3-33/+23
2017-08-16btrfs: backref, cleanup __ namespace abuseJeff Mahoney1-116/+109
2017-08-16btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney1-5/+11
2017-08-16btrfs: backref, constify some argumentsJeff Mahoney1-13/+16
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney3-8/+8
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney4-89/+91
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov4-4/+1
2017-08-16btrfs: Be explicit about usage of min()Nikolay Borisov1-2/+2
2017-08-16btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov1-1/+1
2017-08-16btrfs: convert while loop to list_for_each_entryNikolay Borisov1-9/+2
2017-08-11Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-2/+3
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-4/+6
2017-08-11pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton1-0/+1
2017-08-11userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropageMike Rapoport1-2/+2
2017-08-11mm: fix KSM data corruptionMinchan Kim1-2/+5
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-4/+4
2017-08-09NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Trond Myklebust1-2/+1
2017-08-09nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson1-0/+1
2017-08-08Merge tag 'xfs-4.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+8
2017-08-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-169/+282
2017-08-06ext4: fix copy paste error in ext4_swap_extents()Maninder Singh1-1/+1
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie3-24/+85
2017-08-06ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie1-9/+5
2017-08-06ext4: restructure ext4_expand_extra_isizeMiao Xie2-40/+36
2017-08-06ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2-12/+16
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan4-48/+92