| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mas... | Chris Mason | 2009-12-17 | 1 | -4/+9 |
|\ |
|
| * | Btrfs: make sure fallocate properly starts a transaction | Chris Mason | 2009-12-17 | 1 | -4/+9 |
* | | Merge branch btrfs-master into for-linus | Chris Mason | 2009-12-17 | 20 | -916/+1168 |
|\ \
| |/ |
|
| * | Btrfs: make metadata chunks smaller | Josef Bacik | 2009-12-17 | 2 | -11/+2 |
| * | Btrfs: Show discard option in /proc/mounts | Matthew Wilcox | 2009-12-17 | 1 | -0/+2 |
| * | Btrfs: deny sys_link across subvolumes. | TARUISI Hiroaki | 2009-12-17 | 1 | -0/+4 |
| * | Btrfs: fail mount on bad mount options | Sage Weil | 2009-12-17 | 1 | -1/+8 |
| * | Btrfs: don't add extent 0 to the free space cache v2 | Yan, Zheng | 2009-12-17 | 1 | -1/+9 |
| * | Btrfs: Fix per root used space accounting | Yan, Zheng | 2009-12-17 | 5 | -27/+47 |
| * | Btrfs: Fix btrfs_drop_extent_cache for skip pinned case | Yan, Zheng | 2009-12-17 | 1 | -7/+3 |
| * | Btrfs: Add delayed iput | Yan, Zheng | 2009-12-17 | 9 | -18/+90 |
| * | Btrfs: Pass transaction handle to security and ACL initialization functions | Yan, Zheng | 2009-12-17 | 6 | -63/+96 |
| * | Btrfs: Make truncate(2) more ENOSPC friendly | Yan, Zheng | 2009-12-17 | 2 | -137/+212 |
| * | Btrfs: Make fallocate(2) more ENOSPC friendly | Yan, Zheng | 2009-12-17 | 1 | -33/+32 |
| * | Btrfs: Avoid orphan inodes cleanup during committing transaction | Yan, Zheng | 2009-12-17 | 2 | -16/+17 |
| * | Btrfs: Avoid orphan inodes cleanup while replaying log | Yan, Zheng | 2009-12-17 | 5 | -36/+55 |
| * | Btrfs: Fix disk_i_size update corner case | Yan, Zheng | 2009-12-17 | 4 | -56/+127 |
| * | Btrfs: Rewrite btrfs_drop_extents | Yan, Zheng | 2009-12-15 | 5 | -423/+277 |
| * | Btrfs: Add btrfs_duplicate_item | Yan, Zheng | 2009-12-15 | 2 | -59/+143 |
| * | Btrfs: Avoid superfluous tree-log writeout | Yan, Zheng | 2009-12-15 | 5 | -31/+47 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 2009-12-17 | 24 | -163/+136 |
|\ \ |
|
| * | | kill I_LOCK | Christoph Hellwig | 2009-12-17 | 9 | -44/+39 |
| * | | fold do_sync_file_range into sys_sync_file_range | Christoph Hellwig | 2009-12-17 | 2 | -40/+23 |
| * | | fix up O_SYNC comments | Christoph Hellwig | 2009-12-17 | 4 | -4/+4 |
| * | | VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_... | Erez Zadok | 2009-12-17 | 2 | -4/+52 |
| * | | fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all | Erez Zadok | 2009-12-17 | 5 | -22/+9 |
| * | | vfs: remove extraneous NULL d_inode check from do_filp_open | Jeff Layton | 2009-12-17 | 1 | -1/+1 |
| * | | fs: no games with DCACHE_UNHASHED | Nick Piggin | 2009-12-17 | 3 | -50/+0 |
| * | | fs: anon_inodes implement dname | Nick Piggin | 2009-12-17 | 1 | -0/+10 |
| * | | dio: fix use-after-free | Al Viro | 2009-12-17 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-score | Linus Torvalds | 2009-12-17 | 6 | -9/+31 |
|\ \ \ |
|
| * | | | score: include asm-generic/param.h in asm/delay.h. | Chen Liqin | 2009-12-17 | 1 | -0/+2 |
| * | | | score: fixed pfn_valid define. | Chen Liqin | 2009-12-17 | 3 | -6/+2 |
| * | | | score: add flush_dcahce_page and PG_dcache_dirty define | Chen Liqin | 2009-12-17 | 2 | -3/+27 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2009-12-17 | 17 | -611/+1981 |
|\ \ \ |
|
| * | | | regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode() | Roel Kluin | 2009-12-17 | 1 | -1/+1 |
| * | | | twl-regulator: Fix reg_disable functionality for 4030 and 6030 | Juha Keski-Saari | 2009-12-17 | 1 | -2/+2 |
| * | | | twl-regulator: Add turnon delay to reg_enable | Juha Keski-Saari | 2009-12-17 | 1 | -1/+7 |
| * | | | twl-regulator: Restore REMAP configuration in regulator probe | Juha Keski-Saari | 2009-12-17 | 1 | -0/+3 |
| * | | | twl-regulator: Add turnon-delay and REMAP config to twlreg_info struct | Juha Keski-Saari | 2009-12-17 | 1 | -41/+62 |
| * | | | twl-regulator: Define critical regulators as always_on | Juha Keski-Saari | 2009-12-17 | 1 | -0/+13 |
| * | | | twl-regulator: Add all twl4030 regulators to twlreg_info | Juha Keski-Saari | 2009-12-17 | 1 | -9/+17 |
| * | | | regulator: mc13783-regulator: correct the probing time. | Alberto Panizzo | 2009-12-17 | 1 | -2/+2 |
| * | | | regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}... | Lars-Peter Clausen | 2009-12-17 | 1 | -2/+2 |
| * | | | regulator: core.c: Small coding style cleanup (indentation fixup) | Stefan Roese | 2009-12-17 | 1 | -6/+6 |
| * | | | drivers/regulator: use PTR_ERR to get error code | Julia Lawall | 2009-12-17 | 1 | -2/+2 |
| * | | | regulator: consumer.h - fix build when consumer.h is #included first. | Liam Girdwood | 2009-12-17 | 1 | -0/+2 |
| * | | | regulator/mc13783: various cleanups | Uwe Kleine-König | 2009-12-17 | 1 | -277/+112 |
| * | | | regulator/mc13783: rename source file to match other drivers | Uwe Kleine-König | 2009-12-17 | 2 | -1/+1 |
| * | | | Fix some AB3100 regulator issues | Linus Walleij | 2009-12-17 | 1 | -21/+2 |