| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-05-25 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2011-05-25 | 1 | -0/+1 |
| |\ |
|
| | * | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next... | John W. Linville | 2011-05-24 | 1 | -0/+1 |
| | |\ |
|
| | | * | airo: correct proc entry creation interfaces | Alexey Dobriyan | 2011-05-16 | 1 | -0/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-05-25 | 6 | -41/+65 |
|\ \ \ \ |
|
| * | | | | ceph: fix cap flush race reentrancy | Sage Weil | 2011-05-24 | 3 | -29/+31 |
| * | | | | ceph: avoid inode lookup on nfs fh reconnect | Sage Weil | 2011-05-24 | 1 | -2/+6 |
| * | | | | ceph: use LOOKUPINO to make unconnected nfs fh more reliable | Sage Weil | 2011-05-24 | 1 | -2/+17 |
| * | | | | ceph: check return value for start_request in writepages | Sage Weil | 2011-05-19 | 1 | -1/+2 |
| * | | | | ceph: remove useless check | Sage Weil | 2011-05-19 | 1 | -2/+0 |
| * | | | | ceph: fix broken comparison in readdir loop | Sage Weil | 2011-05-19 | 1 | -1/+1 |
| * | | | | ceph: fix rare potential cap leak | Sage Weil | 2011-05-19 | 1 | -1/+2 |
| * | | | | ceph: use snprintf for dirstat content | Sage Weil | 2011-05-19 | 1 | -2/+3 |
| * | | | | libceph: remove unused variable | Sage Weil | 2011-05-19 | 1 | -2/+0 |
| * | | | | ceph: take reference on mds request r_unsafe_dir | Sage Weil | 2011-05-19 | 1 | -0/+4 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2011-05-25 | 2 | -8/+8 |
|\ \ \ \ \ |
|
| * | | | | | fs/9p: Don't clunk dentry fid when we fail to get a writeback inode | Aneesh Kumar K.V | 2011-05-25 | 1 | -5/+6 |
| * | | | | | 9p: remove experimental tag from tested configurations | Eric Van Hensbergen | 2011-05-25 | 1 | -3/+2 |
* | | | | | | Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-05-25 | 1 | -18/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | splice: add wakeup_pipe_readers() | Namhyung Kim | 2011-05-23 | 1 | -18/+15 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-05-25 | 2 | -10/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | block: move bd_set_size() above rescan_partitions() in __blkdev_get() | Tejun Heo | 2011-05-23 | 1 | -8/+9 |
| * | | | | | | Merge commit 'v2.6.39' into for-2.6.40/core | Jens Axboe | 2011-05-20 | 92 | -1383/+1660 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | fs: fixup warning part_discard_alignment_show() | Jens Axboe | 2011-05-09 | 1 | -2/+1 |
| * | | | | | | block: Remove extra discard_alignment from hd_struct. | Tao Ma | 2011-05-06 | 1 | -3/+6 |
| * | | | | | | block: don't block events on excl write for non-optical devices | Tejun Heo | 2011-04-21 | 1 | -7/+10 |
| * | | | | | | block: rescan partitions on invalidated devices on -ENOMEDIA too | Tejun Heo | 2011-04-21 | 1 | -9/+18 |
* | | | | | | | fs/ncpfs/inode.c: suppress used-uninitialised warning | Andrew Morton | 2011-05-25 | 1 | -3/+1 |
* | | | | | | | fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS | Amerigo Wang | 2011-05-25 | 2 | -23/+0 |
* | | | | | | | proc: allocate storage for numa_maps statistics once | Stephen Wilson | 2011-05-25 | 1 | -9/+27 |
* | | | | | | | proc: make struct proc_maps_private truly private | Stephen Wilson | 2011-05-25 | 1 | -0/+8 |
* | | | | | | | mm: proc: move show_numa_map() to fs/proc/task_mmu.c | Stephen Wilson | 2011-05-25 | 1 | -2/+182 |
* | | | | | | | tmpfs: implement generic xattr support | Eric Paris | 2011-05-25 | 1 | -1/+17 |
* | | | | | | | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 2011-05-25 | 13 | -26/+49 |
* | | | | | | | vmscan: change shrink_slab() interfaces by passing shrink_control | Ying Han | 2011-05-25 | 1 | -1/+5 |
* | | | | | | | mm: Convert i_mmap_lock to a mutex | Peter Zijlstra | 2011-05-25 | 2 | -3/+3 |
* | | | | | | | mm: Remove i_mmap_lock lockbreak | Peter Zijlstra | 2011-05-25 | 1 | -1/+0 |
* | | | | | | | mm: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -5/+5 |
* | | | | | | | mm: make expand_downwards() symmetrical with expand_upwards() | Michal Hocko | 2011-05-25 | 1 | -1/+1 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2011-05-24 | 6 | -32/+91 |
|\ \ \ \ \ \ |
|
| * | | | | | | jbd: Fix comment to match the code in journal_start() | Eryu Guan | 2011-05-24 | 1 | -1/+2 |
| * | | | | | | jbd/jbd2: remove obsolete summarise_journal_usage. | Tao Ma | 2011-05-17 | 2 | -12/+0 |
| * | | | | | | jbd: Fix forever sleeping process in do_get_write_access() | Jan Kara | 2011-05-17 | 1 | -2/+7 |
| * | | | | | | ext2: fix error msg when mounting fs with too-large blocksize | Robin Dong | 2011-05-17 | 1 | -1/+2 |
| * | | | | | | jbd: fix fsync() tid wraparound bug | Ted Ts'o | 2011-05-17 | 1 | -3/+13 |
| * | | | | | | ext3: Fix fs corruption when make_indexed_dir() fails | Jan Kara | 2011-05-17 | 1 | -3/+12 |
| * | | | | | | ext3: Fix lock inversion in ext3_symlink() | Jan Kara | 2011-04-29 | 1 | -11/+56 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2011-05-24 | 8 | -49/+219 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dlm: make plock operation killable | David Teigland | 2011-05-23 | 1 | -4/+61 |
| * | | | | | | | dlm: remove shared message stub for recovery | David Teigland | 2011-04-05 | 2 | -33/+50 |