aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-25/+49
2016-08-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+3
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-181/+473
2016-08-26Merge tag 'dlm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Gravatar Linus Torvalds 1-14/+48
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+3
2016-08-26fs/seq_file: fix out-of-bounds readGravatar Vegard Nossum 1-1/+3
2016-08-26dlm: fix malfunction of dlm_tool caused by debugfs changesGravatar Eric Ren 1-14/+48
2016-08-25fs/block_dev: fix potential NULL ptr deref in freeze_bdev()Gravatar Andrey Ryabinin 1-1/+2
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexGravatar Filipe Manana 3-4/+8
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemGravatar Liu Bo 1-1/+22
2016-08-25Btrfs: check btree node's nritemsGravatar Liu Bo 1-0/+16
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansGravatar Jeff Mahoney 3-11/+22
2016-08-25Btrfs: fix em leak in find_first_block_groupGravatar Josef Bacik 1-0/+1
2016-08-25btrfs: do not background blkdev_put()Gravatar Anand Jain 1-8/+19
2016-08-25Btrfs: clarify do_chunk_alloc()'s return valueGravatar Liu Bo 1-0/+9
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealGravatar Wang Xiaoguang 4-1/+25
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyGravatar Wang Xiaoguang 7-63/+73
2016-08-25btrfs: divide btrfs_update_reserved_bytes() into two functionsGravatar Wang Xiaoguang 1-40/+57
2016-08-25btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Gravatar Wang Xiaoguang 1-4/+6
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayGravatar Qu Wenruo 1-0/+16
2016-08-25btrfs: relocation: Fix leaking qgroups numbers on data extentsGravatar Qu Wenruo 1-6/+103
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Gravatar Qu Wenruo 4-47/+71
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleGravatar Jeff Mahoney 4-6/+13
2016-08-25btrfs: properly track when rescan worker is runningGravatar Jeff Mahoney 3-1/+10
2016-08-25btrfs: flush_space: treat return value of do_chunk_alloc properlyGravatar Alex Lyakas 1-1/+1
2016-08-25Btrfs: add ASSERT for block group's memory leakGravatar Liu Bo 1-0/+5
2016-08-25btrfs: backref: Fix soft lockup in __merge_refs functionGravatar Qu Wenruo 1-0/+1
2016-08-25Btrfs: fix memory leak of reloc_rootGravatar Liu Bo 1-1/+8
2016-08-24Merge tag 'upstream-4.8-rc4' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 2-2/+5
2016-08-23Merge tag 'for-f2fs-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-40/+40
2016-08-23ubifs: Fix xattr generic handler usageGravatar Richard Weinberger 1-1/+4
2016-08-23ubifs: Fix assertion in layout_in_gaps()Gravatar Vincent Stehlé 1-1/+1
2016-08-22bdev: fix NULL pointer dereferenceGravatar Vegard Nossum 1-1/+1
2016-08-19Merge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 11-28/+119
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeGravatar Chao Yu 1-2/+7
2016-08-19f2fs: allow copying file range only in between regular filesGravatar Chao Yu 1-2/+2
2016-08-19Revert "f2fs: move i_size_write in f2fs_write_end"Gravatar Chao Yu 1-1/+1
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Gravatar Jaegeuk Kim 3-35/+30
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 5-229/+168
2016-08-17Merge branch 'iomap-fixes-4.8-rc3' into for-nextGravatar Dave Chinner 5-20/+71
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLGravatar Darrick J. Wong 1-0/+13
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRGravatar Christoph Hellwig 3-1/+54
2016-08-17xfs: simplify xfs_file_iomap_beginGravatar Christoph Hellwig 2-11/+4
2016-08-17iomap: mark ->iomap_end as optionalGravatar Christoph Hellwig 1-2/+5
2016-08-17iomap: prepare iomap_fiemap for attribute mappingsGravatar Dave Chinner 1-0/+3
2016-08-17iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagGravatar Dave Chinner 1-3/+5
2016-08-17iomap: remove superflous pagefault_disable from iomap_write_actorGravatar Christoph Hellwig 1-2/+0
2016-08-17iomap: remove superflous mark_page_accessed from iomap_write_actorGravatar Christoph Hellwig 1-1/+0
2016-08-17xfs: store rmapbt block count in the AGFGravatar Darrick J. Wong 4-3/+16
2016-08-17xfs: don't invalidate whole file on DAX read/writeGravatar Dave Chinner 1-1/+12