summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-03-13btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-05Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas
2015-03-05Btrfs: fix data loss in the fast fsync pathFilipe Manana
2015-03-05Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik
2015-03-03btrfs: remove shadowing variables in __btrfs_map_blockDavid Sterba
2015-03-03btrfs: switch helper macros to static inlines in sysfs.hDavid Sterba
2015-03-03btrfs: cleanup, use correct type in div_u64_remDavid Sterba
2015-03-03btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba
2015-03-03btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba
2015-03-03btrfs: use explicit initializer for seq_elemDavid Sterba
2015-03-03btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba
2015-03-03btrfs: need_resched not needed with cond_reschedDavid Sterba
2015-03-02Btrfs: incremental send, don't rename a directory too soonFilipe Manana
2015-03-02btrfs: fix lost return value due to variable shadowingDavid Sterba
2015-03-02Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana
2015-03-02Btrfs: fix off-by-one logic error in btrfs_realloc_nodeFilipe Manana
2015-03-02Btrfs: add missing inode update when punching holeFilipe Manana
2015-03-02Btrfs: abort the transaction if we fail to update the free space cache inodeJosef Bacik
2015-03-02Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana
2015-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-20Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-16btrfs: cleanup, reduce temporary variables in btrfs_read_rootsDavid Sterba
2015-02-16btrfs: use correct type for workqueue flagsDavid Sterba
2015-02-16btrfs: factor btrfs_read_roots() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_replay_log() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_workqueues() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_qgroup() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen
2015-02-16btrfs: consistently use fs_info in close_ctree()Eric Sandeen
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen
2015-02-16btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick
2015-02-16btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei
2015-02-16btrfs: remove unused chunk_tree argument in several functionsZhao Lei
2015-02-16btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2015-02-16Btrfs: switch to kvfree() helperWang Shilong
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler
2015-02-16Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana