| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-08-03 |
|\ |
|
| * | Btrfs: don't call writepages from within write_full_page | Josef Bacik | 2011-08-01 |
| * | Btrfs: Remove unused variable 'last_index' in file.c | Mitch Harder | 2011-08-01 |
| * | Btrfs: clean up for find_first_extent_bit() | Xiao Guangrong | 2011-08-01 |
| * | Btrfs: clean up for wait_extent_bit() | Xiao Guangrong | 2011-08-01 |
| * | Btrfs: clean up for insert_state() | Xiao Guangrong | 2011-08-01 |
| * | Btrfs: remove unused members from struct extent_state | Xiao Guangrong | 2011-08-01 |
| * | Btrfs: clean up code for merging extent maps | Li Zefan | 2011-08-01 |
| * | Btrfs: clean up code for extent_map lookup | Li Zefan | 2011-08-01 |
| * | Btrfs: clean up search_extent_mapping() | Li Zefan | 2011-08-01 |
| * | Btrfs: remove redundant code for dir item lookup | Li Zefan | 2011-08-01 |
| * | Btrfs: make acl functions really no-op if acl is not enabled | Li Zefan | 2011-08-01 |
| * | Btrfs: remove remaining ref-cache code | Li Zefan | 2011-08-01 |
| * | Btrfs: remove a BUG_ON() in btrfs_commit_transaction() | Li Zefan | 2011-08-01 |
| * | Btrfs: use wait_event() | Li Zefan | 2011-08-01 |
| * | Btrfs: check the nodatasum flag when writing compressed files | Li Zefan | 2011-08-01 |
| * | Btrfs: copy string correctly in INO_LOOKUP ioctl | Li Zefan | 2011-08-01 |
| * | Btrfs: don't print the leaf if we had an error | Josef Bacik | 2011-08-01 |
| * | btrfs: make btrfs_set_root_node void | Mark Fasheh | 2011-08-01 |
| * | Btrfs: fix oops while writing data to SSD partitions | liubo | 2011-08-01 |
| * | Btrfs: Protect the readonly flag of block group | WuBo | 2011-08-01 |
| * | btrfs: Make extent-io callbacks that never fail return void | Jeff Mahoney | 2011-08-01 |
| * | Btrfs: fix readahead in file defrag | Li Zefan | 2011-08-01 |
| * | Btrfs: return error to caller when btrfs_unlink() failes | Tsutomu Itoh | 2011-08-01 |
| * | Btrfs:don't check the return value of __btrfs_add_inode_defrag | Wanlong Gao | 2011-08-01 |
| * | Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf... | Chris Mason | 2011-08-01 |
| |\ |
|
| | * | btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshot | Mark Fasheh | 2011-07-25 |
| | * | btrfs: Don't BUG_ON alloc_path errors in find_next_chunk | Mark Fasheh | 2011-07-25 |
| | * | btrfs: Don't BUG_ON alloc_path errors in btrfs_balance() | Mark Fasheh | 2011-07-14 |
| | * | btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inode | Mark Fasheh | 2011-07-14 |
| | * | btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_items | Mark Fasheh | 2011-07-14 |
| | * | btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer() | Mark Fasheh | 2011-07-14 |
| | * | btrfs: don't BUG_ON btrfs_alloc_path() errors | Mark Fasheh | 2011-07-14 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2011-08-01 |
|\ \ \ |
|
| * | | | ext4: prevent memory leaks from ext4_mb_init_backend() on error path | Yu Jian | 2011-08-01 |
| * | | | ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # | Yu Jian | 2011-08-01 |
| * | | | ext4: use ext4_msg() instead of printk in mballoc | Theodore Ts'o | 2011-08-01 |
| * | | | ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info | Theodore Ts'o | 2011-08-01 |
| * | | | ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() | Theodore Ts'o | 2011-08-01 |
| * | | | ext4: use the correct error exit path in ext4_init_inode_table() | Yongqiang Yang | 2011-08-01 |
| * | | | ext4: add missing kfree() on error return path in add_new_gdb() | Dan Carpenter | 2011-07-30 |
| * | | | ext4: fix races in ext4_sync_parent() | Theodore Ts'o | 2011-07-30 |
| * | | | ext4: Fix overflow caused by missing cast in ext4_fallocate() | Utako Kusaka | 2011-07-27 |
| * | | | ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole | Robin Dong | 2011-07-27 |
| * | | | ext4: simplify parameters of reserve_backup_gdb() | Yongqiang Yang | 2011-07-27 |
| * | | | ext4: simplify parameters of add_new_gdb() | Yongqiang Yang | 2011-07-27 |
| * | | | ext4: remove lock_buffer in bclean() and setup_new_group_blocks() | Yongqiang Yang | 2011-07-27 |
| * | | | ext4: simplify journal handling in setup_new_group_blocks() | Yongqiang Yang | 2011-07-26 |
| * | | | ext4: let setup_new_group_blocks() set multiple bits at a time | Yongqiang Yang | 2011-07-26 |
| * | | | ext4: fix a typo in ext4_group_extend() | Yongqiang Yang | 2011-07-26 |