cascardo/linux.git
2015-03-13 Josef BacikBtrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)
2015-03-13 Josef BacikBtrfs: account for the correct number of extents for...
2015-03-13 Josef BacikBtrfs: fix merge delalloc logic
2015-03-13 Liu BoBtrfs: fix comp_oper to get right order
2015-03-13 Liu BoBtrfs: catch transaction abortion after waiting for it
2015-03-13 Fabian Frederickbtrfs: fix sizeof format specifier in btrfs_check_super...
2015-03-06 Quentin CasasnovasBtrfs:__add_inode_ref: out of bounds memory read when...
2015-03-06 Filipe MananaBtrfs: fix data loss in the fast fsync path
2015-03-06 Josef BacikBtrfs: remove extra run_delayed_refs in update_cowonly_root
2015-03-02 Filipe MananaBtrfs: incremental send, don't rename a directory too...
2015-03-02 David Sterbabtrfs: fix lost return value due to variable shadowing
2015-03-02 Filipe MananaBtrfs: do not ignore errors from btrfs_lookup_xattr...
2015-03-02 Filipe MananaBtrfs: fix off-by-one logic error in btrfs_realloc_node
2015-03-02 Filipe MananaBtrfs: add missing inode update when punching hole
2015-03-02 Josef BacikBtrfs: abort the transaction if we fail to update the...
2015-03-02 Filipe MananaBtrfs: fix fsync race leading to ordered extent memory...
2015-02-20 Chris MasonBtrfs: fix allocation size calculations in alloc_btrfs_bio
2015-02-14 Filipe MananaBtrfs: don't remove extents and xattrs when logging...
2015-02-14 Filipe MananaBtrfs: fix fsync data loss after adding hard link to...
2015-02-14 Forrest LiuBtrfs: fix BUG_ON in btrfs_orphan_add() when delete...
2015-02-14 Josef BacikBtrfs: account for large extents with enospc
2015-02-14 Josef BacikBtrfs: don't set and clear delalloc for O_DIRECT writes
2015-02-14 Josef BacikBtrfs: only adjust outstanding_extents when we do a...
2015-02-14 Zhao Leibtrfs: Fix out-of-space bug
2015-02-14 Filipe MananaBtrfs: scrub, fix sleep in atomic context
2015-02-14 Filipe MananaBtrfs: fix scheduler warning when syncing log
2015-02-03 Satoru TakeuchiBtrfs: Remove unnecessary placeholder in btrfs_err_code
2015-02-03 Gui Hechengbtrfs: cleanup init for list in free-space-cache
2015-02-03 Shaohua Libtrfs: delete chunk allocation attemp when setting...
2015-02-03 Naohiro Aotabtrfs: clear bio reference after submit_one_bio()
2015-02-03 Filipe MananaBtrfs: fix scrub race leading to use-after-free
2015-02-03 Filipe MananaBtrfs: add missing cleanup on sysfs init failure
2015-02-03 Filipe MananaBtrfs: fix race between transaction commit and empty...
2015-02-03 David Sterbabtrfs: add more checks to btrfs_read_sys_array
2015-02-03 David Sterbabtrfs: cleanup, rename a few variables in btrfs_read_sy...
2015-02-03 David Sterbabtrfs: add checks for sys_chunk_array sizes
2015-02-03 David Sterbabtrfs: more superblock checks, lower bounds on devices...
2015-02-03 chandan rBtrfs: Add code to support file creation time
2015-02-03 David Sterbabtrfs: kill btrfs_inode_*time helpers
2015-01-22 chandanBtrfs: insert_new_root: Fix lock type of the extent...
2015-01-22 Anand JainBtrfs: fix unused members in struct btrfs_root
2015-01-22 Yang Dongshengbtrfs: qgroup: move WARN_ON() to the correct location.
2015-01-22 Liu BoBtrfs: cleanup unused run_most
2015-01-22 Zhao LeiRename all ref_count to refs in struct
2015-01-22 Zhao LeiBtrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check...
2015-01-22 Zhao LeiBtrfs: Include map_type in raid_bio
2015-01-22 Zhao LeiBtrfs: Simplify scrub_setup_recheck_block()'s argument
2015-01-22 Zhao LeiBtrfs: Combine per-page recover in dev-replace and...
2015-01-22 Zhao LeiBtrfs: Separate finding-right-mirror and writing-to...
2015-01-22 Zhao LeiBtrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub...
2015-01-22 Zhao LeiBtrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()
2015-01-22 Zhao LeiBtrfs: Cleanup btrfs_bio_counter_inc_blocked()
2015-01-22 Zhao LeiBtrfs: Remove noneed force_write in scrub_write_block_t...
2015-01-22 Zhao LeiBtrfs: Fix a jump typo of nodatasum_case to avoid wrong...
2015-01-22 Zhao LeiBtrfs: add ref_count and free function for btrfs_bio
2015-01-22 Zhao LeiBtrfs: Make raid_map array be inlined in btrfs_bio...
2015-01-22 Zhao LeiBtrfs: sort raid_map before adding tgtdev stripes
2015-01-22 Zhao LeiBtrfs: fix a out-of-bound access of raid_map
2015-01-22 Filipe MananaBtrfs: fix fsync log replay for inodes with a mix of...
2015-01-22 Filipe MananaBtrfs: fix fsync when extend references are added to...
2015-01-22 Filipe MananaBtrfs: fix directory inconsistency after fsync log...
2015-01-22 Filipe MananaBtrfs: lookup for block group only if needed when freei...
2015-01-22 David Sterbabtrfs: remove a no-op unfreeze superbock callback
2015-01-22 David Sterbabtrfs: switch extent_state state to unsigned
2015-01-22 David Sterbabtrfs: set proper message level for skinny metadata
2015-01-22 David Sterbabtrfs: update message levels after checksum errors
2015-01-22 David Sterbabtrfs: update message levels during failed mount
2015-01-22 David Sterbabtrfs: update message levels for errors
2015-01-22 Filipe MananaBtrfs: fix setup_leaf_for_split() to avoid leaf corruption
2015-01-22 Chris MasonMerge branch 'cleanup/blocksize-diet-part2' of git...
2015-01-22 Chris MasonMerge branch 'fix/find-item-path-leak' of git://git...
2015-01-22 Josef BacikBtrfs: track dirty block groups on their own list
2015-01-22 Josef BacikBtrfs: change how we track dirty roots
2015-01-18 Linus TorvaldsLinux 3.19-rc5 v3.19-rc5
2015-01-18 Linus TorvaldsMerge tag 'armsoc-for-linus' of git://git./linux/kernel...
2015-01-18 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.linaro...
2015-01-18 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2015-01-17 Stanimir Varbanovclk: fix possible null pointer dereference
2015-01-17 Kevin HaoRevert "clk: ppc-corenet: Fix Section mismatch warning"
2015-01-17 Heiko Stübnerclk: rockchip: fix deadlock possibility in cpuclk
2015-01-17 Linus TorvaldsMerge branch 'fixes' of git://git.infradead.org/users...
2015-01-17 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-01-17 Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git./linux...
2015-01-17 Olof JohanssonMerge tag 'samsung-fixes-3.19' of git://git./linux...
2015-01-17 Tyler Bakerreset: sunxi: fix spinlock initialization
2015-01-17 Olof JohanssonMerge tag 'renesas-soc-fixes-for-v3.19' of git://git...
2015-01-17 Abhilash KesavanARM: dts: disable CCI on exynos5420 based arndale-octa
2015-01-17 Abhilash Kesavandrivers: bus: check cci device tree node status
2015-01-17 Olof JohanssonMerge tag 'at91-fixes' of git://git./linux/kernel/git...
2015-01-17 Heiko StübnerARM: rockchip: disable jtag/sdmmc autoswitching on...
2015-01-17 Olof JohanssonMerge tag 'berlin-fixes-for-3.19-1' of git://git.infrad...
2015-01-17 Linus WalleijARM: nomadik: fix up leftover device tree pins
2015-01-17 Olof JohanssonMerge tag 'omap-for-v3.19/fixes-rc1' of git://git....
2015-01-17 Olof JohanssonMerge tag 'imx-fixes-3.19' of git://git./linux/kernel...
2015-01-17 Olof JohanssonMerge tag 'v3.19-rockchip-dtsfixes1' of git://git....
2015-01-16 Louis Langholtzkernel: avoid overflow in cmp_range
2015-01-16 Sukadev Bhattiproluperf tools powerpc: Use dwfl_report_elf() instead of...
2015-01-16 Namhyung Kimperf tools: Fix segfault for symbol annotation on TUI
2015-01-16 Wang Nanperf test: Fix dwarf unwind using libunwind.
2015-01-16 Vineet Guptaperf tools: Avoid build splat for syscall numbers with...
next