OSDN Git Service

sagit-ice-cold/kernel_xiaomi_msm8998.git
2012-05-30 Jan SchmidtBtrfs: add tree modification log functions
2012-05-26 Jan SchmidtBtrfs: add tree mod log to fs_info
2012-05-26 Jan SchmidtBtrfs: dummy extent buffers for tree mod log
2012-05-26 Jan SchmidtBtrfs: move struct seq_list to ctree.h
2012-05-26 Jan SchmidtBtrfs: don't set for_cow parameter for tree block functions
2012-05-26 Jan SchmidtBtrfs: look into the extent during find_all_leafs
2012-05-26 Jan SchmidtBtrfs: bugfix: ignore the wrong key for indirect tree...
2012-05-26 Jan SchmidtBtrfs: bugfix in btrfs_find_parent_nodes
2012-05-26 Jan SchmidtBtrfs: ulist realloc bugfix
2012-05-06 Chris MasonBtrfs: avoid sleeping in verify_parent_transid while...
2012-05-04 Stefan BehrensBtrfs: fix crash in scrub repair code when device is...
2012-05-04 Alexander Blockbtrfs: Fix mismatching struct members in ioctl.h
2012-05-04 Josef BacikBtrfs: fix page leak when allocing extent buffers
2012-05-04 Chris MasonBtrfs: Add properly locking around add_root_to_dirty_list
2012-04-27 Chris MasonBtrfs: reduce lock contention during extent insertion
2012-04-27 Chris MasonBtrfs: avoid deadlocks from GFP_KERNEL allocations...
2012-04-27 Daniel J BluemanBtrfs: Fix space checking during fs resize
2012-04-27 Stefan BehrensBtrfs: fix block_rsv and space_info lock ordering
2012-04-27 Daniel J BluemanBtrfs: Prevent root_list corruption
2012-04-27 Jan SchmidtBtrfs: fix repair code for RAID10
2012-04-27 Josef BacikBtrfs: do not start delalloc inodes during sync
2012-04-18 Stefan BehrensBtrfs: fix that check_int_data mount option was ignored
2012-04-18 Stefan BehrensBtrfs: don't count CRC or header errors twice while...
2012-04-18 Stefan BehrensBtrfs: fix btrfs_ioctl_dev_info() crash on missing...
2012-04-18 Arne Jansenbtrfs: don't return EINTR
2012-04-18 Dan CarpenterBtrfs: double unlock bug in error handling
2012-04-18 Josef BacikBtrfs: always store the mirror we read the eb from
2012-04-18 Julia Lawallfs/btrfs/volumes.c: add missing free_fs_devices
2012-04-18 Sergei Trofimovichbtrfs: fix early abort in 'remount'
2012-04-18 Ilya DryomovBtrfs: fix max chunk size check in chunk allocator
2012-04-18 Jan SchmidtBtrfs: add missing read locks in backref.c
2012-04-18 Jan SchmidtBtrfs: don't call free_extent_buffer twice in iterate_irefs
2012-04-18 Jesper JuhlBtrfs: Make free_ipath() deal gracefully with NULL...
2012-04-18 Li ZefanBtrfs: avoid possible use-after-free in clear_extent_bit()
2012-04-18 Li ZefanBtrfs: retrurn void from clear_state_bit
2012-04-18 David Sterbabtrfs: add missing unlocks to transaction abort paths
2012-04-18 Liu BoBtrfs: do not mount when we have a sectorsize unequal...
2012-04-18 Arne Jansenbtrfs: don't add both copies of DUP to reada extent...
2012-04-18 Arne Jansenbtrfs: fix race in reada
2012-04-18 Li ZefanBtrfs: avoid setting ->d_op twice
2012-04-13 Josef BacikBtrfs: use commit root when loading free space cache
2012-04-12 Dave JonesBtrfs: fix use-after-free in __btrfs_end_transaction
2012-04-12 Tsutomu ItohBtrfs: check return value of bio_alloc() properly
2012-04-12 Ilya DryomovBtrfs: remove lock assert from get_restripe_target()
2012-04-12 Liu BoBtrfs: fix eof while discarding extents
2012-04-12 Chris MasonBtrfs: fix uninit variable in repair_eb_io_failure
2012-04-12 Chris MasonRevert "Btrfs: increase the global block reserve estimates"
2012-03-29 Chris MasonBtrfs: update the checks for mixed block groups with...
2012-03-29 Liu BoBtrfs: update to the right index of defragment
2012-03-29 Liu BoBtrfs: do not bother to defrag an extent if it is a...
2012-03-29 Liu BoBtrfs: add a check to decide if we should defrag the...
2012-03-29 Liu BoBtrfs: fix recursive defragment with autodefrag option
2012-03-29 Liu BoBtrfs: fix the mismatch of page->mapping
2012-03-29 Liu BoBtrfs: fix race between direct io and autodefrag
2012-03-29 Liu BoBtrfs: fix deadlock during allocating chunks
2012-03-29 Liu BoBtrfs: show useful info in space reservation tracepoint
2012-03-29 Chris MasonBtrfs: don't use crc items bigger than 4KB
2012-03-29 Chris MasonBtrfs: flush out and clean up any block device pages...
2012-03-29 Chris MasonMerge git://git.jan-o-sch.net/btrfs-unstable into for...
2012-03-29 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-03-29 Chris MasonMerge branch 'error-handling' into for-linus
2012-03-29 David Sterbabtrfs: disallow unequal data/metadata blocksize for...
2012-03-29 David SterbaBtrfs: enhance superblock sanity checks
2012-03-27 Stefan BehrensBtrfs: change scrub to support big blocks
2012-03-27 Stefan BehrensBtrfs: minor cleanup in scrub
2012-03-27 Stefan BehrensBtrfs: introduce common define for max number of mirrors
2012-03-27 Ilya DryomovBtrfs: fix infinite loop in btrfs_shrink_device()
2012-03-27 Ilya DryomovBtrfs: fix memory leak in resolver code
2012-03-27 Ilya DryomovBtrfs: allow dup for data chunks in mixed mode
2012-03-27 Ilya DryomovBtrfs: validate target profiles only if we are going...
2012-03-27 Ilya DryomovBtrfs: improve the logic in btrfs_can_relocate()
2012-03-27 Ilya DryomovBtrfs: add __get_block_group_index() helper
2012-03-27 Ilya DryomovBtrfs: add get_restripe_target() helper
2012-03-27 Ilya DryomovBtrfs: move alloc_profile_is_valid() to volumes.c
2012-03-27 Ilya DryomovBtrfs: make profile_is_valid() check more strict
2012-03-27 Ilya DryomovBtrfs: add wrappers for working with alloc profiles
2012-03-27 Ilya DryomovBtrfs: stop silently switching single chunks to raid0...
2012-03-27 Jan SchmidtBtrfs: fix regression in scrub path resolving
2012-03-27 Jan SchmidtBtrfs: check return value of btrfs_cow_block()
2012-03-27 Jan SchmidtBtrfs: actually call btrfs_init_lockdep
2012-03-27 Josef BacikBtrfs: deal with read errors on extent buffers differently
2012-03-26 Chris MasonBtrfs: don't use threaded IO completion helpers for...
2012-03-26 Chris MasonBtrfs: adjust the write_lock_level as we unlock
2012-03-26 Chris MasonBtrfs: loop waiting on writeback
2012-03-26 Chris MasonBtrfs: add the ability to cache a pointer into the eb
2012-03-26 Josef BacikBtrfs: ensure an entire eb is written at once
2012-03-26 Josef BacikBtrfs: introduce mark_extent_buffer_accessed
2012-03-26 Josef BacikBtrfs: introduce free_extent_buffer_stale
2012-03-26 Josef BacikBtrfs: only use the existing eb if it's count isn't 0
2012-03-26 Josef BacikBtrfs: set page->private to the eb
2012-03-26 Chris MasonBtrfs: allow metadata blocks larger than the page size
2012-03-26 Josef BacikBtrfs: remove search_start and search_end from find_fre...
2012-03-26 Josef BacikBtrfs: remove the ideal caching code
2012-03-22 Jan Karabtrfs: Fix busyloop in transaction_kthread()
2012-03-22 Jeff Mahoneybtrfs: replace many BUG_ONs with proper error handling
2012-03-22 Jeff Mahoneybtrfs: enhance transaction abort infrastructure
2012-03-22 Jeff Mahoneybtrfs: add varargs to btrfs_error
2012-03-22 Mark Fashehbtrfs: Remove BUG_ON from __finish_chunk_alloc()
2012-03-22 Mark Fashehbtrfs: Remove BUG_ON from __btrfs_alloc_chunk()
2012-03-22 Mark Fashehbtrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_ex...
next