Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | tile: use generic-y format for one-line asm-generic headers | Chris Metcalf | 2011-06-03 | 38 | -37/+38 | |
| * | | | | | | | | clocksource: tile: convert to use clocksource_register_hz | John Stultz | 2011-06-03 | 1 | -4/+1 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-08-03 | 19 | -528/+269 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Btrfs: don't call writepages from within write_full_page | Josef Bacik | 2011-08-01 | 1 | -10/+0 | |
| * | | | | | | | | | Btrfs: Remove unused variable 'last_index' in file.c | Mitch Harder | 2011-08-01 | 1 | -5/+2 | |
| * | | | | | | | | | Btrfs: clean up for find_first_extent_bit() | Xiao Guangrong | 2011-08-01 | 1 | -40/+24 | |
| * | | | | | | | | | Btrfs: clean up for wait_extent_bit() | Xiao Guangrong | 2011-08-01 | 1 | -5/+1 | |
| * | | | | | | | | | Btrfs: clean up for insert_state() | Xiao Guangrong | 2011-08-01 | 1 | -5/+5 | |
| * | | | | | | | | | Btrfs: remove unused members from struct extent_state | Xiao Guangrong | 2011-08-01 | 1 | -2/+0 | |
| * | | | | | | | | | Btrfs: clean up code for merging extent maps | Li Zefan | 2011-08-01 | 1 | -38/+21 | |
| * | | | | | | | | | Btrfs: clean up code for extent_map lookup | Li Zefan | 2011-08-01 | 1 | -56/+29 | |
| * | | | | | | | | | Btrfs: clean up search_extent_mapping() | Li Zefan | 2011-08-01 | 1 | -14/+3 | |
| * | | | | | | | | | Btrfs: remove redundant code for dir item lookup | Li Zefan | 2011-08-01 | 1 | -28/+2 | |
| * | | | | | | | | | Btrfs: make acl functions really no-op if acl is not enabled | Li Zefan | 2011-08-01 | 3 | -21/+15 | |
| * | | | | | | | | | Btrfs: remove remaining ref-cache code | Li Zefan | 2011-08-01 | 2 | -120/+0 | |
| * | | | | | | | | | Btrfs: remove a BUG_ON() in btrfs_commit_transaction() | Li Zefan | 2011-08-01 | 1 | -4/+2 | |
| * | | | | | | | | | Btrfs: use wait_event() | Li Zefan | 2011-08-01 | 1 | -52/+7 | |
| * | | | | | | | | | Btrfs: check the nodatasum flag when writing compressed files | Li Zefan | 2011-08-01 | 1 | -4/+10 | |
| * | | | | | | | | | Btrfs: copy string correctly in INO_LOOKUP ioctl | Li Zefan | 2011-08-01 | 1 | -2/+1 | |
| * | | | | | | | | | Btrfs: don't print the leaf if we had an error | Josef Bacik | 2011-08-01 | 1 | -1/+3 | |
| * | | | | | | | | | btrfs: make btrfs_set_root_node void | Mark Fasheh | 2011-08-01 | 2 | -5/+4 | |
| * | | | | | | | | | Btrfs: fix oops while writing data to SSD partitions | liubo | 2011-08-01 | 1 | -1/+3 | |
| * | | | | | | | | | Btrfs: Protect the readonly flag of block group | WuBo | 2011-08-01 | 1 | -3/+7 | |
| * | | | | | | | | | btrfs: Make extent-io callbacks that never fail return void | Jeff Mahoney | 2011-08-01 | 3 | -62/+34 | |
| * | | | | | | | | | Btrfs: fix readahead in file defrag | Li Zefan | 2011-08-01 | 2 | -16/+8 | |
| * | | | | | | | | | Btrfs: return error to caller when btrfs_unlink() failes | Tsutomu Itoh | 2011-08-01 | 2 | -4/+9 | |
| * | | | | | | | | | Btrfs:don't check the return value of __btrfs_add_inode_defrag | Wanlong Gao | 2011-08-01 | 1 | -6/+5 | |
| * | | | | | | | | | Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf... | Chris Mason | 2011-08-01 | 6 | -29/+78 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshot | Mark Fasheh | 2011-07-25 | 1 | -2/+6 | |
| | * | | | | | | | | | btrfs: Don't BUG_ON alloc_path errors in find_next_chunk | Mark Fasheh | 2011-07-25 | 2 | -2/+8 | |
| | * | | | | | | | | | btrfs: Don't BUG_ON alloc_path errors in btrfs_balance() | Mark Fasheh | 2011-07-14 | 1 | -2/+4 | |
| | * | | | | | | | | | btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inode | Mark Fasheh | 2011-07-14 | 1 | -5/+17 | |
| | * | | | | | | | | | btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_items | Mark Fasheh | 2011-07-14 | 1 | -4/+5 | |
| | * | | | | | | | | | btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer() | Mark Fasheh | 2011-07-14 | 1 | -3/+9 | |
| | * | | | | | | | | | btrfs: don't BUG_ON btrfs_alloc_path() errors | Mark Fasheh | 2011-07-14 | 4 | -11/+29 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-08-03 | 5 | -11/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | MAINTAINERS: Add keyword match for of_match_table to device tree section | Mark Brown | 2011-08-02 | 1 | -0/+1 | |
| * | | | | | | | | | | of: constify property name parameters for helper functions | Jamie Iles | 2011-08-02 | 2 | -9/+13 | |
| * | | | | | | | | | | input: xilinx_ps2: Add missing of_address.h header | Michal Simek | 2011-08-01 | 1 | -1/+1 | |
| * | | | | | | | | | | of: address: use resource_size helper | Felipe Balbi | 2011-08-01 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-08-03 | 1 | -8/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | spi/pl022: remove function cannot exit | Linus Walleij | 2011-08-02 | 1 | -8/+3 | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2011-08-03 | 21 | -404/+1561 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | dm table: set flush capability based on underlying devices | Mike Snitzer | 2011-08-02 | 2 | -1/+43 | |
| * | | | | | | | | | | | | dm crypt: optionally support discard requests | Milan Broz | 2011-08-02 | 2 | -5/+65 | |
| * | | | | | | | | | | | | dm raid: add md raid1 support | Jonathan Brassow | 2011-08-02 | 1 | -10/+39 | |
| * | | | | | | | | | | | | dm raid: support metadata devices | Jonathan Brassow | 2011-08-02 | 3 | -24/+412 | |
| * | | | | | | | | | | | | dm raid: add write_mostly parameter | Jonathan Brassow | 2011-08-02 | 2 | -2/+28 | |
| * | | | | | | | | | | | | dm raid: add region_size parameter | Jonathan Brassow | 2011-08-02 | 2 | -3/+83 | |
| * | | | | | | | | | | | | dm raid: improve table parameters documentation | Jonathan Brassow | 2011-08-02 | 1 | -46/+78 |