| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2007-11-09 | 1 | -0/+4 |
|\ |
|
| * | ioprio: allow sys_ioprio_set() value of 0 to reset ioprio setting | Jens Axboe | 2007-11-07 | 1 | -0/+4 |
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-11-09 | 8 | -25/+73 |
|\ \ |
|
| * | | ocfs2: fix rename vs unlink race | Srinivas Eeda | 2007-11-06 | 1 | -3/+10 |
| * | | [PATCH] Fix possibly too long write in o2hb_setup_one_bio() | Jan Kara | 2007-11-06 | 1 | -1/+1 |
| * | | ocfs2: fix write() performance regression | Mark Fasheh | 2007-11-06 | 1 | -0/+22 |
| * | | ocfs2: Commit journal on sync writes | Mark Fasheh | 2007-11-06 | 1 | -1/+25 |
| * | | ocfs2: Re-order iput in ocfs2_drop_dentry_lock | Mark Fasheh | 2007-11-06 | 1 | -1/+1 |
| * | | ocfs2: Create locks at initially requested level | Mark Fasheh | 2007-11-06 | 1 | -14/+9 |
| * | | [PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c} | Roel Kluin | 2007-11-06 | 2 | -2/+2 |
| * | | [2.6 patch] make ocfs2_find_entry_el() static | Adrian Bunk | 2007-11-06 | 1 | -3/+3 |
| |/ |
|
* | | [DLM] lowcomms: Do not muck with sysctl_rmem_max. | David S. Miller | 2007-11-07 | 1 | -5/+1 |
* | | [NET]: Kill proc_net_create() | David S. Miller | 2007-11-07 | 1 | -7/+0 |
|/ |
|
* | 9p: use copy of the options value instead of original | Latchesar Ionkov | 2007-11-06 | 1 | -2/+4 |
* | 9p: fix memory leak in v9fs_get_sb | Latchesar Ionkov | 2007-11-06 | 1 | -0/+3 |
* | eCryptfs: release mutex on hash error path | Michael Halcrow | 2007-11-05 | 1 | -4/+22 |
* | eCryptfs: increment extent_offset once per loop interation | Michael Halcrow | 2007-11-05 | 1 | -2/+0 |
* | fs/afs/vlocation.c: fix off-by-one | Adrian Bunk | 2007-11-05 | 1 | -1/+1 |
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2007-11-03 | 1 | -1/+1 |
|\ |
|
| * | cleanup asm/scatterlist.h includes | Adrian Bunk | 2007-11-02 | 1 | -1/+1 |
* | | NTFS: Fix read regression. | Anton Altaparmakov | 2007-11-03 | 3 | -5/+20 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Linus Torvalds | 2007-10-31 | 1 | -1/+1 |
|\ |
|
| * | [COMPAT]: Fix new dev_ifname32 returning -EFAULT | Benjamin Herrenschmidt | 2007-10-30 | 1 | -1/+1 |
* | | sysfs: make sysfs_{get,put}_active() static | Adrian Bunk | 2007-10-30 | 2 | -4/+2 |
|/ |
|
* | Kbuild/doc: fix links to Documentation files | Dirk Hohndel | 2007-10-30 | 1 | -3/+3 |
* | locks: fix possible infinite loop in posix deadlock detection | J. Bruce Fields | 2007-10-30 | 1 | -0/+11 |
* | revert "ufs: Fix mount check in ufs_fill_super()" | Andrew Morton | 2007-10-30 | 1 | -8/+7 |
* | sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2 | Balbir Singh | 2007-10-30 | 1 | -1/+2 |
* | sched: keep utime/stime monotonic | Peter Zijlstra | 2007-10-29 | 1 | -1/+2 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2007-10-27 | 1 | -1/+1 |
|\ |
|
| * | [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post() | David Woodhouse | 2007-10-27 | 1 | -1/+1 |
* | | [CRYPTO] users: Fix up scatterlist conversion errors | Herbert Xu | 2007-10-27 | 1 | -0/+2 |
* | | [NET]: Marking struct pernet_operations __net_initdata was inappropriate | Eric W. Biederman | 2007-10-26 | 1 | -1/+1 |
|/ |
|
* | [NET] fs/proc/proc_net.c: make a struct static | Adrian Bunk | 2007-10-26 | 1 | -1/+1 |
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2007-10-25 | 1 | -16/+7 |
|\ |
|
| * | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 2007-10-24 | 1 | -16/+7 |
* | | fs: Fix to correct the mbcache entries counter | Ram Gupta | 2007-10-25 | 1 | -1/+1 |
* | | Fix pointer mismatches in proc_sysctl.c | David Howells | 2007-10-25 | 1 | -2/+4 |
|/ |
|
* | NFS: Fix for bug in handling of errors for O_DIRECT writes | Neil Brown | 2007-10-23 | 1 | -3/+3 |
* | 9p: v9fs_vfs_rename incorrect clunk order | Latchesar Ionkov | 2007-10-23 | 1 | -2/+2 |
* | 9p: fix memleak in fs/9p/v9fs.c | Adrian Bunk | 2007-10-23 | 1 | -0/+1 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2007-10-23 | 7 | -94/+98 |
|\ |
|
| * | [JFFS2] Fix return value from jffs2_write_end() | Nick Piggin | 2007-10-22 | 1 | -7/+4 |
| * | [JFFS2] Tidy up fix for ACL/permissions problem. | KaiGai Kohei | 2007-10-20 | 6 | -87/+94 |
* | | procfs: fix kernel-doc param warnings | Randy Dunlap | 2007-10-22 | 1 | -24/+22 |
* | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2007-10-22 | 3 | -10/+17 |
|\ \ |
|
| * | | Update fs/ to use sg helpers | Jens Axboe | 2007-10-22 | 3 | -10/+17 |
* | | | exportfs: update documentation | Christoph Hellwig | 2007-10-22 | 1 | -16/+25 |
* | | | exportfs: make struct export_operations const | Christoph Hellwig | 2007-10-22 | 20 | -23/+23 |
* | | | exportfs: remove old methods | Christoph Hellwig | 2007-10-22 | 2 | -184/+3 |