cascardo/linux.git
2012-10-25 Jan SchmidtBtrfs: extended inode refs support for send mechanism
2012-10-25 Stefan BehrensBtrfs: Fix wrong error handling code
2012-10-25 Gabriel de... Fix a sign bug causing invalid memory access in the...
2012-10-09 Chris Masonbtrfs: init ref_index to zero in add_inode_ref
2012-10-09 Wang Sheng-HuiBtrfs: remove repeated eb->pages check in, disk-io...
2012-10-09 Josef BacikBtrfs: fix page leakage
2012-10-09 Josef BacikBtrfs: do not warn_on when we cannot alloc a page for...
2012-10-09 Josef BacikBtrfs: don't bug on enomem in readpage
2012-10-09 Josef BacikBtrfs: cleanup pages properly when ENOMEM in compression
2012-10-09 Stefan BehrensBtrfs: make filesystem read-only when submitting barrie...
2012-10-09 Stefan BehrensBtrfs: detect corrupted filesystem after write I/O...
2012-10-09 Andrei PopaBtrfs: make compress and nodatacow mount options mutual...
2012-10-09 Daniel J Bluemanbtrfs: fix message printing
2012-10-09 Josef BacikBtrfs: don't bother committing delayed inode updates...
2012-10-09 Robin Dongbtrfs: move inline function code to header file
2012-10-09 Tsutomu ItohBtrfs: remove unnecessary IS_ERR in bio_readpage_error()
2012-10-09 Robin Dongbtrfs: remove unused function btrfs_insert_some_items()
2012-10-09 Josef BacikBtrfs: don't commit instead of overcommitting
2012-10-09 Tsutomu ItohBtrfs: confirmation of value is added before trace_btrf...
2012-10-09 Josef BacikBtrfs: be smarter about dropping things from the tree log
2012-10-09 Josef BacikBtrfs: don't lookup csums for prealloc extents
2012-10-09 Josef BacikBtrfs: cache extent state when writing out dirty metada...
2012-10-09 Josef BacikBtrfs: do not hold the file extent leaf locked when...
2012-10-09 Josef BacikBtrfs: do not async metadata csumming in certain situations
2012-10-09 Zach Brownbtrfs: fix min csum item size warnings in 32bit
2012-10-09 Josef BacikBtrfs: run delayed refs first when out of space
2012-10-09 Miao XieBtrfs: fix orphan transaction on the freezed filesystem
2012-10-09 Miao XieBtrfs: add a type field for the transaction handle
2012-10-09 Miao XieBtrfs: fix memory leak in start_transaction()
2012-10-09 Mark Fashehbtrfs: extended inode ref iteration
2012-10-09 Mark Fashehbtrfs: extended inode refs
2012-10-09 Jan Schmidtbtrfs: improved readablity for add_inode_ref
2012-10-09 Josef BacikBtrfs: handle not finding the extent exactly when loggi...
2012-10-09 David Sterbabtrfs: move transaction aborts to the point of failure
2012-10-09 Miao XieBtrfs: fix the missing error information in create_pend...
2012-10-09 Liu BoBtrfs: fix off-by-one in file clone
2012-10-04 David Sterbabtrfs: allow setting NOCOW for a zero sized file via...
2012-10-04 Josef BacikBtrfs: fix punch hole when no extent exists
2012-10-04 Josef BacikBtrfs: don't do anything in our ->freeze_fs and ->unfre...
2012-10-04 Josef BacikBtrfs: remove unused write cache pages hook
2012-10-04 Josef BacikBtrfs: fix race when getting the eb out of page->private
2012-10-04 Josef BacikBtrfs: do not hold the write_lock on the extent tree...
2012-10-04 Josef BacikBtrfs: fix race with freeze and free space inodes
2012-10-04 Liu BoBtrfs: kill obsolete arguments in btrfs_wait_ordered_ex...
2012-10-04 Liu BoBtrfs: cleanup fs_info->hashers
2012-10-04 Liu BoBtrfs: cleanup for duplicated code in find_free_extent
2012-10-04 Josef BacikBtrfs: fix race in sync and freeze again
2012-10-04 David Sterbabtrfs: return EPERM upon rmdir on a subvolume
2012-10-04 Wei YongjunBtrfs: using for_each_set_bit_from to simplify the...
2012-10-04 Anand JainBtrfs: write_buf is now callable outside send.c
2012-10-04 Tsutomu ItohBtrfs: remove unnecessary code in btree_get_extent()
2012-10-04 Tsutomu ItohBtrfs: cleanup of error processing in btree_get_extent()
2012-10-01 Miao XieRevert "Btrfs: do not do filemap_write_and_wait_range...
2012-10-01 Josef BacikBtrfs: remove bytes argument from do_chunk_alloc
2012-10-01 Josef BacikBtrfs: delay block group item insertion
2012-10-01 Kent Overstreetbtrfs: Kill some bi_idx references
2012-10-01 Miao XieBtrfs: fix unnecessary warning when the fragments make...
2012-10-01 Josef BacikBtrfs: create a pinned em when writing to a prealloc...
2012-10-01 Josef BacikBtrfs: move the sb_end_intwrite until after the throttl...
2012-10-01 Liu BoBtrfs: use larger limit for translation of logical...
2012-10-01 Liu BoBtrfs: use helper for logical resolve
2012-10-01 Liu BoBtrfs: fix a bug in parsing return value in logical...
2012-10-01 Liu BoBtrfs: update delayed ref's tracepoints to show sequence
2012-10-01 liuboBtrfs: cleanup for unused ref cache stuff
2012-10-01 Miao XieBtrfs: fix corrupted metadata in the snapshot
2012-10-01 David Sterbabtrfs: polish names of kmem caches
2012-10-01 Josef BacikBtrfs: fix our overcommit math
2012-10-01 Josef BacikBtrfs: wait on async pages when shrinking delalloc
2012-10-01 Liu BoBtrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag
2012-10-01 Tsutomu ItohBtrfs: check return value of ulist_alloc() properly
2012-10-01 Tsutomu ItohBtrfs: fix error handling in delete_block_group_cache()
2012-10-01 Miao XieBtrfs: fix wrong size for the reservation when doing...
2012-10-01 Miao XieBtrfs: output more information when aborting a unused...
2012-10-01 Miao XieBtrfs: fix unprotected ->log_batch
2012-10-01 Miao XieBtrfs: fix wrong size for the reservation of the, snaps...
2012-10-01 Miao XieBtrfs: fix the snapshot that should not exist
2012-10-01 Miao XieBtrfs: add a new "type" field into the block reservatio...
2012-10-01 Miao XieBtrfs: use a slab for ordered extents allocation
2012-10-01 Miao XieBtrfs: fix file extent discount problem in the, snapshot
2012-10-01 Miao XieBtrfs: fix full backref problem when inserting shared...
2012-10-01 Miao XieBtrfs: fix error path in create_pending_snapshot()
2012-10-01 Wei YongjunBtrfs: fix possible memory leak in scrub_setup_recheck_...
2012-10-01 Josef BacikBtrfs: btrfs_drop_extent_cache should never fail
2012-10-01 Sage WeilBtrfs: do not take cleanup_work_sem in btrfs_run_delaye...
2012-10-01 Sage WeilBtrfs: set journal_info in async trans commit worker
2012-10-01 Sage WeilBtrfs: pass lockdep rwsem metadata to async commit...
2012-10-01 Josef BacikBtrfs: add hole punching
2012-10-01 Josef BacikBtrfs: remove unused hint byte argument for btrfs_drop_...
2012-10-01 Liu BoBtrfs: check if an inode has no checksum when logging it
2012-10-01 Liu BoBtrfs: fix a bug in checking whether a inode is already...
2012-10-01 Miao XieBtrfs: fix wrong orphan count of the fs/file tree
2012-10-01 Liu BoBtrfs: improve fsync by filtering extents that we want
2012-10-01 Josef BacikBtrfs: do not needlessly restart the transaction for...
2012-10-01 Liu BoBtrfs: cleanup extents after we finish logging inode
2012-10-01 Josef BacikBtrfs: only warn if we hit an error when doing the...
2012-10-01 Josef BacikBtrfs: turbo charge fsync
2012-10-01 Josef BacikBtrfs: fix possible corruption when fsyncing written...
2012-10-01 Josef BacikBtrfs: do not allocate chunks as agressively
2012-10-01 Josef BacikBtrfs: update last trans if we don't update the inode
2012-10-01 Jan SchmidtBtrfs: fix gcc warnings for 32bit compiles
next