summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: update message levels during failed mountDavid Sterba2015-01-221-8/+8
| * btrfs: update message levels for errorsDavid Sterba2015-01-222-5/+6
| * Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana2015-01-221-2/+4
| * Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-2213-73/+84
| |\
| | * btrfs: sink parameter len to alloc_extent_bufferDavid Sterba2014-12-124-8/+8
| | * btrfs: unify extent buffer allocation apiDavid Sterba2014-12-126-23/+35
| | * btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba2014-12-121-5/+5
| | * btrfs: sink blocksize parameter to tree_block_processedDavid Sterba2014-12-121-4/+5
| | * btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-125-12/+17
| | * btrfs: sink blocksize parameter to btrfs_init_new_bufferDavid Sterba2014-12-121-5/+4
| | * btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba2014-12-123-4/+4
| | * btrfs: remove blocksize from reada_extentDavid Sterba2014-12-121-9/+6
| | * btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba2014-12-125-11/+8
| * | Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Chris Mason2015-01-227-49/+46
| |\ \
| | * | btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba2015-01-144-8/+21
| | * | btrfs: simplify insert_orphan_itemDavid Sterba2015-01-141-12/+4
| | * | btrfs: cleanup, remove inode_ref_info helperDavid Sterba2015-01-141-11/+6
| | * | btrfs: cleanup, remove inode_item_info helperDavid Sterba2015-01-143-15/+5
| | * | btrfs: fix leak of path in btrfs_find_itemDavid Sterba2015-01-143-15/+22
| * | | Btrfs: track dirty block groups on their own listJosef Bacik2015-01-225-124/+72
| * | | Btrfs: change how we track dirty rootsJosef Bacik2015-01-223-5/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-1923-488/+444
|\ \ \ \
| * | | | MAINTAINERS: update Ceph and RBD maintainersSage Weil2015-02-191-3/+4
| * | | | libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov2015-02-191-2/+3
| * | | | libceph: fix double __remove_osd() problemIlya Dryomov2015-02-191-8/+18
| * | | | rbd: convert to blk-mqChristoph Hellwig2015-02-191-54/+68
| * | | | ceph: return error for traceless reply raceYan, Zheng2015-02-191-6/+9
| * | | | ceph: fix dentry leaksYan, Zheng2015-02-192-3/+6
| * | | | ceph: re-send requests when MDS enters reconnecting stageYan, Zheng2015-02-191-3/+26
| * | | | ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov2015-02-191-0/+4
| * | | | libceph: tcp_nodelay supportChaitanya Huilgol2015-02-194-4/+33
| * | | | rbd: do not treat standalone as flattenIlya Dryomov2015-02-191-20/+10
| * | | | ceph: fix atomic_open snapdirYan, Zheng2015-02-191-1/+1
| * | | | ceph: properly mark empty directory as completeYan, Zheng2015-02-191-14/+15
| * | | | client: include kernel version in client metadataYan, Zheng2015-02-191-1/+2
| * | | | ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng2015-02-193-4/+19
| * | | | ceph: fix request time stamp encodingYan, Zheng2015-02-191-2/+10
| * | | | ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng2015-02-192-15/+26
| * | | | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng2015-02-192-9/+5
| * | | | ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng2015-02-191-44/+42
| * | | | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2015-02-192-18/+35
| * | | | rbd: fix error paths in rbd_dev_refresh()Ilya Dryomov2015-02-191-7/+6
| * | | | ceph: improve reference tracking for snaprealmYan, Zheng2015-02-194-27/+63
| * | | | ceph: properly zero data pages for file holes.Yan, Zheng2015-02-191-6/+7
| * | | | ceph: acl: Remove unused functionRickard Strandqvist2015-02-191-14/+0
| * | | | rbd: nuke copy_token()Rickard Strandqvist2015-02-191-30/+0
| * | | | ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-194-0/+27
| * | | | libceph: use mon_client.c/put_generic_request() moreIlya Dryomov2015-02-191-2/+2
| * | | | libceph: nuke pool op infrastructureIlya Dryomov2015-02-195-192/+4
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-02-1913-507/+760
|\ \ \ \ \