| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 | 42 | -342/+863 |
|\ |
|
| * | proc: proc_get_inode should de_put when inode already initialized | Krzysztof Sachanowicz | 2009-02-24 | 1 | -1/+3 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-02-21 | 10 | -187/+458 |
| |\ |
|
| | * | [CIFS] Fix multiuser mounts so server does not invalidate earlier security co... | Steve French | 2009-02-21 | 5 | -7/+105 |
| | * | [CIFS] improve posix semantics of file create | Steve French | 2009-02-21 | 2 | -103/+208 |
| | * | [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif... | Steve French | 2009-02-21 | 2 | -3/+4 |
| | * | cifs: posix fill in inode needed by posix open | Jeff Layton | 2009-02-21 | 2 | -1/+3 |
| | * | cifs: properly handle case where CIFSGetSrvInodeNumber fails | Jeff Layton | 2009-02-21 | 3 | -15/+14 |
| | * | cifs: refactor new_inode() calls and inode initialization | Jeff Layton | 2009-02-21 | 3 | -66/+86 |
| | * | [CIFS] Prevent OOPs when mounting with remote prefixpath. | Igor Mammedov | 2009-02-21 | 3 | -2/+48 |
| | * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2009-02-03 | 11 | -40/+69 |
| | |\ |
|
| | * | | [CIFS] ipv6_addr_equal for address comparison | Steve French | 2009-01-30 | 1 | -3/+3 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-02-21 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | Btrfs: check file pointer in btrfs_sync_file | Chris Mason | 2009-02-20 | 1 | -4/+4 |
| * | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-02-19 | 1 | -3/+76 |
| |\ \ \ \ |
|
| | * | | | | Revert "[XFS] remove old vmap cache" | Felix Blyakher | 2009-02-19 | 1 | -1/+74 |
| | * | | | | Revert "[XFS] use scalable vmap API" | Felix Blyakher | 2009-02-19 | 1 | -3/+3 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-02-19 | 2 | -3/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fb | Jens Axboe | 2009-02-18 | 1 | -1/+1 |
| | * | | | | | fs/bio: bio_alloc_bioset: pass right object ptr to mempool_free | Subhash Peddamallu | 2009-02-18 | 1 | -2/+3 |
| * | | | | | | inotify: fix GFP_KERNEL related deadlock | Ingo Molnar | 2009-02-19 | 1 | -1/+1 |
| * | | | | | | vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls. | Bill Nottingham | 2009-02-19 | 1 | -0/+2 |
| * | | | | | | fs/super.c: add lockdep annotation to s_umount | Peter Zijlstra | 2009-02-19 | 1 | -1/+16 |
| * | | | | | | mm: task dirty accounting fix | Nick Piggin | 2009-02-19 | 1 | -0/+1 |
| * | | | | | | timerfd: add flags check | Davide Libenzi | 2009-02-19 | 1 | -6/+6 |
| * | | | | | | seq_file: properly cope with pread | Eric Biederman | 2009-02-19 | 1 | -4/+32 |
| |/ / / / / |
|
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-02-17 | 13 | -84/+157 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | Btrfs: hold trans_mutex when using btrfs_record_root_in_trans | Yan Zheng | 2009-02-12 | 3 | -0/+6 |
| | * | | | | Btrfs: make a lockdep class for the extent buffer locks | Chris Mason | 2009-02-12 | 7 | -32/+99 |
| | * | | | | Btrfs: fs/btrfs/volumes.c: remove useless kzalloc | Julia Lawall | 2009-02-12 | 1 | -4/+0 |
| | * | | | | Btrfs: remove unused code in split_state() | Qinghuang Feng | 2009-02-12 | 1 | -2/+0 |
| | * | | | | Btrfs: remove btrfs_init_path | Jeff Mahoney | 2009-02-12 | 4 | -13/+2 |
| | * | | | | Btrfs: balance_level checks !child after access | Jeff Mahoney | 2009-02-12 | 1 | -1/+1 |
| | * | | | | Btrfs: Avoid using __GFP_HIGHMEM with slab allocator | Yan Zheng | 2009-02-12 | 1 | -1/+1 |
| | * | | | | Btrfs: don't clean old snapshots on sync(1) | Chris Mason | 2009-02-12 | 1 | -1/+0 |
| | * | | | | Btrfs: use larger metadata clusters in ssd mode | Chris Mason | 2009-02-12 | 1 | -1/+2 |
| | * | | | | Btrfs: process mount options on mount -o remount, | Chris Mason | 2009-02-12 | 1 | -0/+4 |
| | * | | | | Btrfs: make sure all pending extent operations are complete | Josef Bacik | 2009-02-12 | 1 | -29/+42 |
| * | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2009-02-17 | 8 | -46/+99 |
| |\ \ \ \ \ |
|
| | * | | | | | ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling | Dan Carpenter | 2009-02-16 | 1 | -5/+3 |
| | * | | | | | ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages | Aneesh Kumar K.V | 2009-02-14 | 1 | -2/+19 |
| | * | | | | | ext4: Initialize preallocation list_head's properly | Aneesh Kumar K.V | 2009-02-14 | 1 | -0/+3 |
| | * | | | | | ext4: Fix lockdep warning | Aneesh Kumar K.V | 2009-02-10 | 1 | -13/+16 |
| | * | | | | | ext4: Fix to read empty directory blocks correctly in 64k | Wei Yongjun | 2009-02-10 | 1 | -1/+1 |
| | * | | | | | jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() | Jan Kara | 2009-02-10 | 3 | -15/+39 |
| | * | | | | | Revert "ext4: wait on all pending commits in ext4_sync_fs()" | Jan Kara | 2009-02-10 | 1 | -4/+7 |
| | * | | | | | jbd2: Fix return value of jbd2_journal_start_commit() | Jan Kara | 2009-02-10 | 1 | -6/+11 |
| * | | | | | | Fix incomplete __mntput locking | Al Viro | 2009-02-17 | 1 | -2/+4 |
| |/ / / / / |
|
* | | | | | | net: pass new SIOCSHWTSTAMP through to device drivers | Patrick Ohly | 2009-02-16 | 1 | -0/+6 |
* | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-15 | 41 | -619/+1539 |
|\| | | | | |
|