| Commit message (Expand) | Author | Age | Files | Lines |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 7 | -0/+10 |
* | fs: introduce some page/buffer invariants | Nick Piggin | 2007-07-17 | 1 | -17/+37 |
* | mm: clean up and kernelify shrinker registration | Rusty Russell | 2007-07-17 | 7 | -21/+43 |
* | Lumpy Reclaim V4 | Andy Whitcroft | 2007-07-17 | 1 | -1/+1 |
* | Add __GFP_MOVABLE for callers to flag allocations from high memory that may b... | Mel Gorman | 2007-07-17 | 3 | -3/+10 |
* | utime(s): Honour CAP_FOWNER when times==NULL | Satyam Sharma | 2007-07-16 | 1 | -1/+1 |
* | Fix LDM for new field in the VOL5 VBLK. | Anton Altaparmakov | 2007-07-16 | 2 | -46/+93 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-07-16 | 1 | -27/+26 |
|\ |
|
| * | [PATCH] sched: fix up fs/proc/array.c whitespace problems | Ingo Molnar | 2007-07-16 | 1 | -26/+25 |
| * | [PATCH] sched: remove dead code from task_stime() | Ingo Molnar | 2007-07-16 | 1 | -1/+1 |
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-07-16 | 36 | -1036/+4548 |
|\ \ |
|
| * | | [PATCH] ocfs2: zero_user_page conversion | Eric Sandeen | 2007-07-10 | 1 | -11/+2 |
| * | | ocfs2: Support xfs style space reservation ioctls | Mark Fasheh | 2007-07-10 | 6 | -16/+216 |
| * | | ocfs2: support for removing file regions | Mark Fasheh | 2007-07-10 | 4 | -12/+262 |
| * | | ocfs2: update truncate handling of partial clusters | Mark Fasheh | 2007-07-10 | 3 | -46/+35 |
| * | | ocfs2: btree support for removal of arbirtrary extents | Mark Fasheh | 2007-07-10 | 1 | -0/+367 |
| * | | ocfs2: Support creation of unwritten extents | Mark Fasheh | 2007-07-10 | 7 | -28/+105 |
| * | | ocfs2: support writing of unwritten extents | Mark Fasheh | 2007-07-10 | 3 | -26/+84 |
| * | | ocfs2: small cleanup of ocfs2_write_begin_nolock() | Mark Fasheh | 2007-07-10 | 1 | -32/+76 |
| * | | ocfs2: btree changes for unwritten extents | Mark Fasheh | 2007-07-10 | 6 | -91/+1770 |
| * | | ocfs2: abstract btree growing calls | Mark Fasheh | 2007-07-10 | 1 | -45/+74 |
| * | | ocfs2: use all extent block suballocators | Mark Fasheh | 2007-07-10 | 2 | -12/+0 |
| * | | ocfs2: plug truncate into cached dealloc routines | Mark Fasheh | 2007-07-10 | 5 | -94/+29 |
| * | | ocfs2: simplify deallocation locking | Mark Fasheh | 2007-07-10 | 4 | -21/+242 |
| * | | ocfs2: harden buffer check during mapping of page blocks | Mark Fasheh | 2007-07-10 | 1 | -1/+2 |
| * | | ocfs2: shared writeable mmap | Mark Fasheh | 2007-07-10 | 4 | -39/+200 |
| * | | ocfs2: factor out write aops into nolock variants | Mark Fasheh | 2007-07-10 | 1 | -40/+80 |
| * | | ocfs2: rework ocfs2_buffered_write_cluster() | Mark Fasheh | 2007-07-10 | 3 | -438/+551 |
| * | | ocfs2: take ip_alloc_sem during entire truncate | Mark Fasheh | 2007-07-10 | 2 | -6/+9 |
| * | | ocfs2: Add "preferred slot" mount option | Sunil Mushran | 2007-07-10 | 3 | -5/+31 |
| * | | [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2... | Shani Moideen | 2007-07-10 | 1 | -1/+1 |
| * | | [PATCH] ocfs2: use list_for_each_entry where benefical | Christoph Hellwig | 2007-07-10 | 6 | -105/+47 |
| * | | ocfs2: Wake up a starting region if it gets killed in the background. | Joel Becker | 2007-07-10 | 1 | -1/+20 |
| * | | ocfs2: live heartbeat depends on the local node configuration | Joel Becker | 2007-07-10 | 3 | -3/+46 |
| * | | ocfs2: Depend on configfs heartbeat items. | Joel Becker | 2007-07-10 | 7 | -17/+92 |
| * | | configfs: config item dependancies. | Joel Becker | 2007-07-10 | 2 | -3/+248 |
| * | | configfs: accessing item hierarchy during rmdir(2) | Joel Becker | 2007-07-10 | 1 | -1/+28 |
| * | | [PATCH] configsfs buffer: use mutex | Johannes Berg | 2007-07-10 | 1 | -7/+8 |
| * | | configfs: Convert subsystem semaphore to mutex | Joel Becker | 2007-07-10 | 3 | -14/+14 |
| * | | [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly | Satyam Sharma | 2007-07-10 | 2 | -11/+9 |
| * | | [PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.h | Satyam Sharma | 2007-07-10 | 1 | -8/+0 |
| * | | configfs: misc cleanups | Satyam Sharma | 2007-07-10 | 1 | -12/+3 |
| * | | configfs: consistent attribute size | Joel Becker | 2007-07-10 | 1 | -3/+10 |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-07-16 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | splice: direct splicing updates ppos twice | Jens Axboe | 2007-07-16 | 1 | -1/+3 |
| | |/
| |/| |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2007-07-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fs: hugetlbfs: Disable for shnommu. | Paul Mundt | 2007-06-11 | 1 | -1/+1 |
* | | | | fat: Fix the race of read/write the FAT12 entry | OGAWA Hirofumi | 2007-07-16 | 1 | -0/+7 |
* | | | | compat32: ignore the LOOP_CLR_FD ioctl | Geert Uytterhoeven | 2007-07-16 | 1 | -0/+4 |
* | | | | NLS: Remove obsolete Makefile entries | Robert P. J. Day | 2007-07-16 | 1 | -2/+0 |