summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-261-1/+3
|\
| * fs/seq_file: fix out-of-bounds readVegard Nossum2016-08-261-1/+3
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-2620-181/+473
|\ \
| * | Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana2016-08-253-4/+8
| * | Btrfs: detect corruption when non-root leaf has zero itemLiu Bo2016-08-251-1/+22
| * | Btrfs: check btree node's nritemsLiu Bo2016-08-251-0/+16
| * | btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-253-11/+22
| * | Btrfs: fix em leak in find_first_block_groupJosef Bacik2016-08-251-0/+1
| * | btrfs: do not background blkdev_put()Anand Jain2016-08-251-8/+19
| * | Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo2016-08-251-0/+9
| * | btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-254-1/+25
| * | btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang2016-08-257-63/+73
| * | btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang2016-08-251-40/+57
| * | btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang2016-08-251-4/+6
| * | btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo2016-08-251-0/+16
| * | btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo2016-08-251-6/+103
| * | btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo2016-08-254-47/+71
| * | btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-08-254-6/+13
| * | btrfs: properly track when rescan worker is runningJeff Mahoney2016-08-253-1/+10
| * | btrfs: flush_space: treat return value of do_chunk_alloc properlyAlex Lyakas2016-08-251-1/+1
| * | Btrfs: add ASSERT for block group's memory leakLiu Bo2016-08-251-0/+5
| * | btrfs: backref: Fix soft lockup in __merge_refs functionQu Wenruo2016-08-251-0/+1
| * | Btrfs: fix memory leak of reloc_rootLiu Bo2016-08-251-1/+8
* | | Merge tag 'dlm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds2016-08-261-14/+48
|\ \ \
| * | | dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren2016-08-261-14/+48
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-261-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs/block_dev: fix potential NULL ptr deref in freeze_bdev()Andrey Ryabinin2016-08-251-1/+2
| * | | bdev: fix NULL pointer dereferenceVegard Nossum2016-08-221-1/+1
* | | | Merge tag 'upstream-4.8-rc4' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-08-242-2/+5
|\ \ \ \
| * | | | ubifs: Fix xattr generic handler usageRichard Weinberger2016-08-231-1/+4
| * | | | ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-08-231-1/+1
| | |/ / | |/| |
* | | | Merge tag 'for-f2fs-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-08-235-40/+40
|\ \ \ \ | |/ / / |/| | |
| * | | f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu2016-08-191-2/+7
| * | | f2fs: allow copying file range only in between regular filesChao Yu2016-08-191-2/+2
| * | | Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu2016-08-191-1/+1
| * | | Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim2016-08-193-35/+30
* | | | Merge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-08-1911-28/+119
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner2016-08-175-20/+71
| |\ \ \
| | * | | xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig2016-08-173-1/+54
| | * | | xfs: simplify xfs_file_iomap_beginChristoph Hellwig2016-08-172-11/+4
| | * | | iomap: mark ->iomap_end as optionalChristoph Hellwig2016-08-171-2/+5
| | * | | iomap: prepare iomap_fiemap for attribute mappingsDave Chinner2016-08-171-0/+3
| | * | | iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagDave Chinner2016-08-171-3/+5
| | * | | iomap: remove superflous pagefault_disable from iomap_write_actorChristoph Hellwig2016-08-171-2/+0
| | * | | iomap: remove superflous mark_page_accessed from iomap_write_actorChristoph Hellwig2016-08-171-1/+0
| | |/ /
| * | | xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong2016-08-171-0/+13
| * | | xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-174-3/+16
| * | | xfs: don't invalidate whole file on DAX read/writeDave Chinner2016-08-171-1/+12
| * | | xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig2016-08-171-3/+7
| * | | xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster2016-08-171-1/+0
| |/ /