aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-461/+449
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+4
2016-12-11Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason1-5/+3
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-37/+37
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-91/+95
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-227/+267
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-33/+40
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-3/+3
2016-11-30btrfs: don't access the bio directly in the direct I/O codeChristoph Hellwig1-4/+3
2016-11-30btrfs: increment ctx->pos for every emitted or skipped dirent in readdirJeff Mahoney1-20/+2
2016-11-30btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney1-80/+37
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan1-1/+1
2016-11-30Btrfs: adjust len of writes if following a preallocated extentLiu Bo1-3/+5
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba1-1/+0
2016-11-30Btrfs: deal with existing encompassing extent map in btrfs_get_extent()Omar Sandoval1-3/+3
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-3/+3
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+9
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-4/+2
2016-10-28block: better op and flags encodingChristoph Hellwig1-3/+2
2016-10-24btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang1-2/+2
2016-10-24btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-27/+43
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+12
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+1
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-12/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-11/+11
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-7/+9
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+6
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-2/+2
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-14/+26
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi1-15/+0
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche1-2/+3
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-10/+27
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-10/+27
2016-08-10Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-10/+36
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.8Chris Mason1-10/+36
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-103/+115
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana1-1/+18