summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-15btrfs: handle error of get_old_rootNikolay Borisov1-0/+4
2018-10-15btrfs: Remove logically dead code from btrfs_orphan_cleanupNikolay Borisov1-2/+0
2018-10-15Btrfs: remove wait_ordered_range in btrfs_evict_inodeLiu Bo1-3/+0
2018-10-15Btrfs: skip set_page_dirty if eb pages are already dirtyLiu Bo2-5/+6
2018-10-15Btrfs: assert page dirty bit on extent buffer pagesLiu Bo1-0/+6
2018-10-15Btrfs: remove unnecessary level check in balance_levelLiu Bo1-2/+1
2018-10-15Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo2-22/+7
2018-10-15Btrfs: use args in the correct order for kcalloc in btrfsic_read_blockLiu Bo1-3/+3
2018-10-15btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyNikolay Borisov3-28/+25
2018-10-15btrfs: Make btrfs_find_device_missing_or_by_path return directly a deviceNikolay Borisov2-18/+17
2018-10-15btrfs: Make btrfs_find_device_by_path return struct btrfs_deviceNikolay Borisov1-12/+13
2018-10-15btrfs: fix error handling in free_log_treeJeff Mahoney1-3/+6
2018-10-15btrfs: remove redundant variable from btrfs_cross_ref_existMisono Tomohiro1-11/+2
2018-10-15Btrfs: set leave_spinning in btrfs_get_extentLiu Bo1-0/+8
2018-10-15Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo2-5/+5
2018-10-15btrfs: remove unused pointer 'tree' in btrfs_submit_compressed_readColin Ian King1-2/+0
2018-10-15btrfs: remove unused pointer inode in relink_file_extentsColin Ian King1-3/+0
2018-10-15btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue1-1/+1
2018-10-15Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytesLiu Bo1-4/+0
2018-10-15btrfs: free path at an earlier point in btrfs_get_extentLiu Bo1-1/+1
2018-10-15Btrfs: use next_state in find_first_extent_bitLiu Bo1-6/+1
2018-10-15btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+13
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2-7/+13
2018-10-15btrfs: change btrfs_pin_log_trans to return voidzhong jiang2-5/+2
2018-10-15btrfs: change btrfs_free_reserved_bytes to return voidzhong jiang1-4/+2
2018-10-15Btrfs: remove always true if branch in btrfs_get_extentLiu Bo1-10/+6
2018-10-15btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo1-0/+1
2018-10-15Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval1-14/+9
2018-10-15btrfs: add helper to obtain number of devices with ongoing dev-replaceAnand Jain1-14/+21
2018-10-15btrfs: add assertions where number of devices could go below 0Anand Jain1-2/+2
2018-10-15btrfs: remove unneeded NULL checks before kfreezhong jiang1-4/+2
2018-10-15Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo1-1/+1
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro16-46/+50
2018-10-15btrfs: remove a useless return statement in btrfs_block_rsv_addLu Fengqi1-3/+1
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi5-14/+10
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi6-17/+17
2018-10-15btrfs: simplify the send_in_progress check in btrfs_delete_subvolumeLu Fengqi1-6/+5
2018-10-14Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+11
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger1-2/+2
2018-10-13Merge branch 'akpm'Greg Kroah-Hartman2-0/+3
2018-10-13fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-10-13ocfs2: fix a GCC warningzhong jiang1-0/+2
2018-10-13Merge tag 'gfs2-4.19.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-5/+1
2018-10-12afs: Fix afs_server struct leakDavid Howells1-0/+2
2018-10-12gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher1-5/+1
2018-10-12afs: Fix cell proc listDavid Howells5-10/+22
2018-10-11Merge tag 'xfs-fixes-for-4.19-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman1-35/+165
2018-10-09gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher1-0/+4
2018-10-08filesystem-dax: Fix dax_layout_busy_page() livelockDan Williams1-2/+11
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner1-13/+34