summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-05-07f2fs: add the flush_merge handle in the remount flowGu Zheng
2014-05-07f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen
2014-05-07f2fs: make recover_inline_xattr() staticJingoo Han
2014-05-07f2fs: remove costly dirty_dir_inode operationsJaegeuk Kim
2014-05-07f2fs: fix to unlock f2fs_lock at the omitted error caseJaegeuk Kim
2014-05-07f2fs: call redirty_page_for_writepageJaegeuk Kim
2014-05-07f2fs: avoid to conduct roll-forward due to the remained garbage blocksJaegeuk Kim
2014-05-07f2fs: enable flush_merge only in f2fs is not read-onlyGu Zheng
2014-05-07f2fs: use __GFP_ZERO to avoid appending set-NULLGu Zheng
2014-05-07f2fs: put the bio when issue_flush completedGu Zheng
2014-05-07xfs: fix directory readahead offset off-by-oneDave Chinner
2014-05-07xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner
2014-05-07xfs: truncate_setsize should be outside transactionsDave Chinner
2014-05-06NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust
2014-05-06nfsd: remove <linux/nfsd/debug.h>Christoph Hellwig
2014-05-06nfsd: move <linux/nfsd/stats.h> to fs/nfsdChristoph Hellwig
2014-05-06nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig
2014-05-06nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig
2014-05-06NFSd: Remove 'inline' designation for free_client()Trond Myklebust
2014-05-06lockd: avoid warning when CONFIG_SYSCTL undefinedKees Cook
2014-05-06bio_vec-backed iov_iterAl Viro
2014-05-06ceph: switch to ->write_iter()Al Viro
2014-05-06ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro
2014-05-06new helper: copy_page_from_iter()Al Viro
2014-05-06fuse: switch to ->write_iter()Al Viro
2014-05-06btrfs: switch to ->write_iter()Al Viro
2014-05-06ocfs2: switch to ->write_iter()Al Viro
2014-05-06xfs: switch to ->write_iter()Al Viro
2014-05-06afs: switch to ->write_iter()Al Viro
2014-05-06gfs2: switch to ->write_iter()Al Viro
2014-05-06nfs: switch to ->write_iter()Al Viro
2014-05-06ubifs: switch to ->write_iter()Al Viro
2014-05-06cifs: switch to ->write_iter()Al Viro
2014-05-06udf: switch to ->write_iter()Al Viro
2014-05-06convert ext4 to ->write_iter()Al Viro
2014-05-06Merge ext4 changes in ext4_file_write() into for-nextAl Viro
2014-05-06blkdev_aio_write() - turn into blkdev_write_iter()Al Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06ceph: switch to ->read_iter()Al Viro
2014-05-06nfs: switch to ->read_iter()Al Viro
2014-05-06fs/block_dev.c: switch to ->read_iter()Al Viro
2014-05-06pipe: switch to ->read_iter()Al Viro
2014-05-06cifs: switch to ->read_iter()Al Viro
2014-05-06fuse_file_aio_read(): convert to ->read_iter()Al Viro
2014-05-06ocfs2: switch to ->read_iter()Al Viro
2014-05-06ecryptfs: switch to ->read_iter()Al Viro
2014-05-06xfs: switch to ->read_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro