| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-07-31 | 2 | -2/+10 |
|\ |
|
| * | xfs: bump up nr_to_write in xfs_vm_writepage | Eric Sandeen | 2009-07-31 | 1 | -0/+8 |
| * | xfs: reduce bmv_count in xfs_vn_fiemap | Eric Sandeen | 2009-07-31 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-07-30 | 5 | -12/+28 |
|\ \ |
|
| * | | Btrfs: be more polite in the async caching threads | Chris Mason | 2009-07-30 | 3 | -2/+14 |
| * | | Btrfs: preserve commit_root for async caching | Yan Zheng | 2009-07-30 | 4 | -10/+14 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-07-30 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | udf: Fix loading of VAT inode when drive wrongly reports number of recorded b... | Jan Kara | 2009-07-30 | 1 | -0/+12 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-07-30 | 1 | -3/+4 |
|\ \ \ \ |
|
| * | | | | quota: Silence lockdep on quota_on | Jan Kara | 2009-07-30 | 1 | -3/+4 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2009-07-30 | 8 | -75/+195 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | GFS2: remove dcache entries for remote deleted inodes | Benjamin Marzinski | 2009-07-30 | 5 | -5/+65 |
| * | | | GFS2: Fix incorrent statfs consistency check | Benjamin Marzinski | 2009-07-30 | 1 | -11/+3 |
| * | | | GFS2: Don't put unlikely reclaim candidates on the reclaim list. | Benjamin Marzinski | 2009-07-30 | 1 | -26/+46 |
| * | | | GFS2: Don't try and dealloc own inode | Steven Whitehouse | 2009-07-30 | 1 | -3/+6 |
| * | | | GFS2: Fix panic in glock memory shrinker | Benjamin Marzinski | 2009-07-30 | 1 | -0/+4 |
| * | | | GFS2: keep statfs info in sync on grows | Benjamin Marzinski | 2009-07-30 | 3 | -14/+68 |
| * | | | GFS2: Shrink the shrinker | Steven Whitehouse | 2009-07-30 | 1 | -18/+5 |
* | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2009-07-29 | 1 | -0/+10 |
|\ \ \ \ |
|
| * | | | | PM / Hibernate: Replace bdget call with simple atomic_inc of i_count | Alan Jenkins | 2009-07-29 | 1 | -0/+10 |
* | | | | | fs/ramfs/file-nommu.c needs include/linux/sched.h | Catalin Marinas | 2009-07-29 | 1 | -0/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-07-29 | 1 | -0/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | sysfs: fix hardlink count on device_move | Peter Oberparleiter | 2009-07-28 | 1 | -0/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-07-28 | 13 | -452/+1343 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Btrfs: Fix async caching interaction with unmount | Yan Zheng | 2009-07-28 | 2 | -1/+6 |
| * | | | | Btrfs: change how we unpin extents | Josef Bacik | 2009-07-27 | 4 | -113/+46 |
| * | | | | Btrfs: Correct redundant test in add_inode_ref | Julia Lawall | 2009-07-27 | 1 | -1/+1 |
| * | | | | Btrfs: find smallest available device extent during chunk allocation | Chris Mason | 2009-07-24 | 1 | -2/+10 |
| * | | | | Btrfs: clear all space_info->full after removing a block group | Chris Mason | 2009-07-24 | 1 | -1/+2 |
| * | | | | Btrfs: make flushoncommit mount option correctly wait on ordered_extents | Sage Weil | 2009-07-24 | 1 | -3/+5 |
| * | | | | Btrfs: Avoid delayed reference update looping | Yan Zheng | 2009-07-24 | 1 | -4/+1 |
| * | | | | Btrfs: Fix ordering of key field checks in btrfs_previous_item | Yan Zheng | 2009-07-24 | 1 | -2/+2 |
| * | | | | Btrfs: find_free_dev_extent doesn't handle holes at the start of the device | Yan Zheng | 2009-07-24 | 1 | -3/+7 |
| * | | | | Btrfs: Remove code duplication in comp_keys | Diego Calleja | 2009-07-24 | 1 | -13/+1 |
| * | | | | Btrfs: async block group caching | Josef Bacik | 2009-07-24 | 6 | -124/+439 |
| * | | | | Btrfs: use hybrid extents+bitmap rb tree for free space | Josef Bacik | 2009-07-24 | 4 | -216/+826 |
| * | | | | Btrfs: Fix crash on read failures at mount | David Woodhouse | 2009-07-22 | 1 | -0/+10 |
| * | | | | Btrfs: remove of redundant btrfs_header_level | Daniel Cadete | 2009-07-22 | 1 | -3/+3 |
| * | | | | Btrfs: adjust NULL test | Julia Lawall | 2009-07-22 | 1 | -1/+1 |
| * | | | | Btrfs: Remove broken sanity check from btrfs_rmap_block() | David Woodhouse | 2009-07-22 | 1 | -20/+0 |
| * | | | | Btrfs: convert nested spin_lock_irqsave to spin_lock | Julia Lawall | 2009-07-22 | 1 | -2/+2 |
| * | | | | Btrfs: make sure all dirty blocks are written at commit time | Yan Zheng | 2009-07-22 | 2 | -37/+42 |
| * | | | | Btrfs: fix locking issue in btrfs_find_next_key | Yan Zheng | 2009-07-22 | 2 | -33/+65 |
| * | | | | Btrfs: fix double increment of path->slots[0] in btrfs_next_leaf | Yan Zheng | 2009-07-22 | 1 | -1/+2 |
| * | | | | Btrfs: properly update space information after shrinking device. | Yan Zheng | 2009-07-22 | 1 | -2/+2 |
| * | | | | Btrfs: fix definition of struct btrfs_extent_inline_ref | Yan Zheng | 2009-07-22 | 1 | -1/+1 |
* | | | | | eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size | Ramon de Carvalho Valle | 2009-07-28 | 1 | -0/+7 |
* | | | | | eCryptfs: Check Tag 11 literal data buffer size | Tyler Hicks | 2009-07-28 | 1 | -0/+6 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2009-07-27 | 6 | -58/+90 |
|\ \ \ \ |
|
| * | | | | inotify: use GFP_NOFS under potential memory pressure | Eric Paris | 2009-07-21 | 3 | -11/+20 |