Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | add releasepage hooks to block devices which can be used by file systems | Theodore Ts'o | 2009-01-03 | 1 | -0/+2 | |
| * | | | | | | | | | jbd2: Call journal commit callback without holding j_list_lock | Aneesh Kumar K.V | 2008-11-06 | 1 | -2/+2 | |
| * | | | | | | | | | jbd2: Remove a large array of bh's from the stack of the checkpoint routine | Theodore Ts'o | 2008-11-05 | 1 | -0/+10 | |
| * | | | | | | | | | ext4: add fsync batch tuning knobs | Theodore Ts'o | 2009-01-03 | 1 | -0/+8 | |
| * | | | | | | | | | jbd2: improve jbd2 fsync batching | Josef Bacik | 2008-11-26 | 1 | -0/+15 | |
| * | | | | | | | | | jbd2: Add BH_JBDPrivateStart | Mark Fasheh | 2008-11-25 | 1 | -0/+1 | |
| * | | | | | | | | | ext3: Add support for non-native signed/unsigned htree hash algorithms | Theodore Ts'o | 2008-10-28 | 2 | -1/+28 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-01-08 | 2 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD | James Smart | 2009-01-06 | 1 | -0/+1 | |
| * | | | | | | | | | [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE | FUJITA Tomonori | 2009-01-02 | 1 | -0/+1 | |
| * | | | | | | | | | [SCSI] block: fix the partial mappings with struct rq_map_data | FUJITA Tomonori | 2009-01-02 | 1 | -0/+1 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2009-01-08 | 3 | -5/+81 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | regulator: fix kernel-doc warnings | Randy Dunlap | 2009-01-08 | 1 | -5/+2 | |
| * | | | | | | | | | | regulator: Add missing kerneldoc | Mark Brown | 2009-01-08 | 2 | -1/+80 | |
| * | | | | | | | | | | regulator: Clean up kerneldoc warnings | Mark Brown | 2009-01-08 | 1 | -4/+4 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-08 | 5 | -1/+32 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev | Inaky Perez-Gonzalez | 2009-01-08 | 1 | -0/+3 | |
| * | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-01-08 | 225 | -10819/+3044 | |
| |\| | | | | | | | | | ||||||
| * | | | | | | | | | | ipv6: Add GRO support | Herbert Xu | 2009-01-08 | 1 | -0/+3 | |
| * | | | | | | | | | | can: omit unneeded skb_clone() calls | Oliver Hartkopp | 2009-01-06 | 1 | -1/+1 | |
| * | | | | | | | | | | vlan: Add GRO interfaces | Herbert Xu | 2009-01-06 | 1 | -0/+19 | |
| * | | | | | | | | | | gro: Add internal interfaces for VLAN | Herbert Xu | 2009-01-06 | 1 | -0/+6 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-01-08 | 3 | -12/+20 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | md: don't retry recovery of raid1 that fails due to error on source drive. | NeilBrown | 2009-01-09 | 1 | -0/+3 | |
| * | | | | | | | | | | md: Allow md devices to be created by name. | NeilBrown | 2009-01-09 | 1 | -0/+1 | |
| * | | | | | | | | | | md: make devices disappear when they are no longer needed. | NeilBrown | 2009-01-09 | 1 | -0/+4 | |
| * | | | | | | | | | | md: need another print_sb for mdp_superblock_1 | Cheng Renquan | 2009-01-09 | 1 | -0/+2 | |
| * | | | | | | | | | | md: use list_for_each_entry macro directly | Cheng Renquan | 2009-01-09 | 1 | -7/+4 | |
| * | | | | | | | | | | md: raid0: make hash_spacing and preshift sector-based. | Andre Noll | 2009-01-09 | 1 | -2/+2 | |
| * | | | | | | | | | | md: raid0: Represent the size of strip zones in sectors. | Andre Noll | 2009-01-09 | 1 | -1/+1 | |
| * | | | | | | | | | | md: raid0: Represent zone->zone_offset in sectors. | Andre Noll | 2009-01-09 | 1 | -1/+1 | |
| * | | | | | | | | | | md: raid0: Represent device offset in sectors. | Andre Noll | 2009-01-09 | 1 | -1/+1 | |
| * | | | | | | | | | | md: use sysfs_notify_dirent to notify changes to md/sync_action. | NeilBrown | 2009-01-09 | 1 | -0/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | libata: Add 32bit PIO support | Alan Cox | 2009-01-08 | 1 | -0/+3 | |
* | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-01-08 | 2 | -0/+21 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | serial: Add driver for the Cell Network Processor serial port NWP device | Benjamin Krill | 2009-01-08 | 2 | -0/+21 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | generic swap(): introduce global macro swap(a, b) | Wu Fengguang | 2009-01-08 | 1 | -0/+6 | |
* | | | | | | | | | | ELF: implement AT_RANDOM for glibc PRNG seeding | Kees Cook | 2009-01-08 | 1 | -3/+3 | |
* | | | | | | | | | | pid: generalize task_active_pid_ns | Eric W. Biederman | 2009-01-08 | 1 | -5/+1 | |
* | | | | | | | | | | pid: implement ns_of_pid | Eric W. Biederman | 2009-01-08 | 1 | -0/+18 | |
* | | | | | | | | | | cpuset: remove remaining pointers to cpumask_t | Li Zefan | 2009-01-08 | 1 | -4/+6 | |
* | | | | | | | | | | cgroups: add css_tryget() | Paul Menage | 2009-01-08 | 1 | -6/+32 | |
* | | | | | | | | | | cgroups: add a per-subsystem hierarchy_mutex | Paul Menage | 2009-01-08 | 1 | -1/+16 | |
* | | | | | | | | | | memcg: fix shmem's swap accounting | KAMEZAWA Hiroyuki | 2009-01-08 | 2 | -10/+4 | |
* | | | | | | | | | | memcg: remove mem_cgroup_try_charge | Daisuke Nishimura | 2009-01-08 | 1 | -8/+0 | |
* | | | | | | | | | | memcg: fix calculation of active_ratio | KOSAKI Motohiro | 2009-01-08 | 1 | -3/+2 | |
* | | | | | | | | | | memcg: swappiness | KOSAKI Motohiro | 2009-01-08 | 1 | -1/+2 | |
* | | | | | | | | | | memcg: remove mem_cgroup_cal_reclaim() | KOSAKI Motohiro | 2009-01-08 | 1 | -10/+0 | |
* | | | | | | | | | | memcg: add zone_reclaim_stat | KOSAKI Motohiro | 2009-01-08 | 1 | -0/+16 | |
* | | | | | | | | | | memcg: add mem_cgroup_zone_nr_pages() | KOSAKI Motohiro | 2009-01-08 | 1 | -0/+11 |