aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-26Merge tag 'dlm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-08-26fs/seq_file: fix out-of-bounds readVegard Nossum
2016-08-26dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren
2016-08-25fs/block_dev: fix potential NULL ptr deref in freeze_bdev()Andrey Ryabinin
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemLiu Bo
2016-08-25Btrfs: check btree node's nritemsLiu Bo
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney
2016-08-25Btrfs: fix em leak in find_first_block_groupJosef Bacik
2016-08-25btrfs: do not background blkdev_put()Anand Jain
2016-08-25Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-08-25btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang
2016-08-25btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo
2016-08-25btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney
2016-08-25btrfs: flush_space: treat return value of do_chunk_alloc properlyAlex Lyakas
2016-08-25Btrfs: add ASSERT for block group's memory leakLiu Bo
2016-08-25btrfs: backref: Fix soft lockup in __merge_refs functionQu Wenruo
2016-08-25Btrfs: fix memory leak of reloc_rootLiu Bo
2016-08-24Merge tag 'upstream-4.8-rc4' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-08-23Merge tag 'for-f2fs-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-08-23ubifs: Fix xattr generic handler usageRichard Weinberger
2016-08-23ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé
2016-08-22bdev: fix NULL pointer dereferenceVegard Nossum
2016-08-19Merge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu
2016-08-19f2fs: allow copying file range only in between regular filesChao Yu
2016-08-19Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-08-17Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig
2016-08-17xfs: simplify xfs_file_iomap_beginChristoph Hellwig
2016-08-17iomap: mark ->iomap_end as optionalChristoph Hellwig
2016-08-17iomap: prepare iomap_fiemap for attribute mappingsDave Chinner
2016-08-17iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagDave Chinner
2016-08-17iomap: remove superflous pagefault_disable from iomap_write_actorChristoph Hellwig
2016-08-17iomap: remove superflous mark_page_accessed from iomap_write_actorChristoph Hellwig
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong
2016-08-17xfs: don't invalidate whole file on DAX read/writeDave Chinner
2016-08-17xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig