summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig10-15/+17
2016-07-20f2fs: handle error case with f2fs_bug_onJaegeuk Kim1-0/+2
2016-07-20f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim1-2/+11
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2-0/+141
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu4-19/+46
2016-07-20Merge branch 'xfs-4.8-dir2-sf-fixes' into for-nextDave Chinner5-86/+37
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner8-118/+203
2016-07-20Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner6-56/+151
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner6-31/+60
2016-07-20xfs: remove __arch_packChristoph Hellwig2-8/+1
2016-07-20xfs: kill xfs_dir2_inou_tChristoph Hellwig4-60/+26
2016-07-20xfs: kill xfs_dir2_sf_off_tChristoph Hellwig3-18/+10
2016-07-20xfs: split direct I/O and DAX pathChristoph Hellwig2-29/+112
2016-07-20xfs: direct calls in the direct I/O pathChristoph Hellwig3-21/+23
2016-07-20xfs: stop using generic_file_read_iter for direct I/OChristoph Hellwig1-2/+13
2016-07-20xfs: split xfs_file_read_iter into buffered and direct I/O helpersChristoph Hellwig1-26/+57
2016-07-20xfs: remove s_maxbytes enforcement in xfs_file_read_iterChristoph Hellwig1-8/+0
2016-07-20xfs: kill ioflagsChristoph Hellwig3-38/+17
2016-07-20xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig3-22/+9
2016-07-20xfs: track and serialize in-flight async buffers against unmountBrian Foster2-42/+129
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster4-7/+12
2016-07-20xfs: don't reset b_retries to 0 on every failureEric Sandeen1-3/+4
2016-07-20xfs: remove extraneous buffer flag changesEric Sandeen2-4/+3
2016-07-20xfs: fix xfs_error_get_cfg for negative errnosEric Sandeen1-0/+3
2016-07-20xfs: remove the magic numbers in xfs_btree_block-related len macrosHou Tao2-25/+43
2016-07-20xfs: indentation fix in xfs_btree_get_iroot()Kaho Ng1-4/+4
2016-07-20xfs: don't allow negative error tagsDan Carpenter2-2/+2
2016-07-20xfs: fix type confusion in xfs_ioc_swapextJann Horn1-0/+11
2016-07-19bdev: get rid of ->bd_inodesAl Viro1-14/+2
2016-07-18Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé1-1/+1
2016-07-18f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim1-18/+28
2016-07-15f2fs: reset default idle interval valueChao Yu1-1/+1
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim6-2/+29
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu4-1/+28
2016-07-15f2fs: add maximum prefree segmentsJaegeuk Kim2-0/+4
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim3-0/+19
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2-66/+171
2016-07-15f2fs: fix ERR_PTR returned by bioJaegeuk Kim1-1/+3
2016-07-16xfs: fix type confusion in xfs_ioc_swapextJann Horn1-0/+6
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu1-0/+18
2016-07-15ext4: verify extent header depthVegard Nossum1-0/+4
2016-07-14ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-07-14ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-07-14chardev: add missing line break in pr_warnFengguang Wu1-1/+1
2016-07-12GFS2: Check rs_free with rd_rsspin protectionBob Peterson1-3/+2
2016-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-10/+32
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim19-1997/+297
2016-07-08Merge branch 'topic/cec' into patchworkMauro Carvalho Chehab1-0/+12
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim10-44/+62
2016-07-08f2fs: move i_size_write in f2fs_write_endJaegeuk Kim1-1/+1