Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | ext4: Extent overlap bugfix | Amit Arora | 2007-05-31 | 1 | -2/+58 | |
* | | | Remove unnecessary exported symbols. | Mingming Cao | 2007-05-31 | 1 | -8/+0 | |
* | | | EXT4: Fix whitespace | Dave Kleikamp | 2007-05-31 | 5 | -45/+45 | |
* | | | afs: needs sched.h | Andrew Morton | 2007-05-31 | 1 | -0/+2 | |
* | | | ntfs_init_locked_inode(): fix array indexing | Andrew Morton | 2007-05-31 | 1 | -1/+1 | |
* | | | a bug in ramfs_nommu_resize function, passing old size to vmtruncate | Bryan Wu | 2007-05-30 | 1 | -1/+1 | |
* | | | NFS: Fix a refcount leakage in O_DIRECT | Trond Myklebust | 2007-05-30 | 1 | -3/+9 | |
* | | | [XFS] Write at EOF may not update filesize correctly. | David Chinner | 2007-05-29 | 1 | -9/+17 | |
* | | | fix compat console unimap regression | Hugh Dickins | 2007-05-25 | 1 | -8/+25 | |
* | | | [PATCH] ocfs2: use generic_segment_checks | Christoph Hellwig | 2007-05-25 | 1 | -31/+1 | |
* | | | ocfs2: fix inode leak | Mark Fasheh | 2007-05-25 | 1 | -3/+4 | |
* | | | [PATCH] ocfs2: use zero_user_page | Nate Diller | 2007-05-25 | 1 | -4/+1 | |
* | | | ocfs2: unmap_mapping_range() in ocfs2_truncate() | Mark Fasheh | 2007-05-25 | 1 | -0/+1 | |
* | | | ocfs2: trylock in ocfs2_readpage() | Mark Fasheh | 2007-05-25 | 1 | -1/+5 | |
* | | | Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-05-24 | 3 | -22/+57 | |
|\ \ \ | ||||||
| * | | | NFS: Fix nfs_direct_dirty_pages() | Trond Myklebust | 2007-05-24 | 1 | -11/+18 | |
| * | | | NFS: Fix handful of compiler warnings in direct.c | Chuck Lever | 2007-05-24 | 1 | -10/+16 | |
| * | | | NFS: Avoid a deadlock situation on write | Trond Myklebust | 2007-05-24 | 2 | -2/+24 | |
| | |/ | |/| | ||||||
* | | | eCryptfs: delay writing 0's after llseek until write | Michael Halcrow | 2007-05-23 | 2 | -61/+36 | |
* | | | signalfd: retrieve multiple signals with one read() call | Davi Arnaut | 2007-05-23 | 1 | -45/+75 | |
* | | | fuse: delete inode on drop | Miklos Szeredi | 2007-05-23 | 1 | -0/+1 | |
* | | | fuse: generic_write_checks() for direct_io | Miklos Szeredi | 2007-05-23 | 1 | -1/+3 | |
* | | | uselib: add missing MNT_NOEXEC check | Christoph Hellwig | 2007-05-23 | 1 | -0/+3 | |
* | | | Missing 'const' from reiserfs MIN_KEY declaration. | David Woodhouse | 2007-05-23 | 1 | -1/+1 | |
* | | | optimize compat_core_sys_select() by a using stack space for small fd sets | Badari Pulavarty | 2007-05-23 | 1 | -6/+11 | |
* | | | fuse: fix mknod of regular file | Miklos Szeredi | 2007-05-23 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2007-05-22 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | fs: Kill sh dependency for binfmt_flat. | Paul Mundt | 2007-05-21 | 1 | -1/+1 | |
* | | | partitions/LDM: build fix | Jeff Garzik | 2007-05-21 | 1 | -1/+1 | |
* | | | LDM: Fix for Windows Vista dynamic disks | Anton Altaparmakov | 2007-05-21 | 3 | -97/+127 | |
* | | | Detach sched.h from mm.h | Alexey Dobriyan | 2007-05-21 | 52 | -11/+52 | |
* | | | Fix "fs: convert core functions to zero_user_page" | OGAWA Hirofumi | 2007-05-21 | 1 | -1/+1 | |
* | | | timerfd use waitqueue lock ... | Davide Libenzi | 2007-05-18 | 1 | -13/+11 | |
* | | | eventfd use waitqueue lock ... | Davide Libenzi | 2007-05-18 | 1 | -14/+12 | |
* | | | Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/ | Trond Myklebust | 2007-05-17 | 49 | -269/+167 | |
|\ \ \ | ||||||
| * | | | Fix page allocation flags in grow_dev_page() | Christoph Lameter | 2007-05-17 | 1 | -1/+2 | |
| * | | | circular locking dependency found in QUOTA OFF | Jan Kara | 2007-05-17 | 2 | -17/+8 | |
| * | | | ecryptfs: use zero_user_page | Nate Diller | 2007-05-17 | 1 | -11/+3 | |
| * | | | make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename ... | Dan Aloni | 2007-05-17 | 1 | -3/+1 | |
| * | | | simplify compat_sys_timerfd | Heiko Carstens | 2007-05-17 | 1 | -9/+4 | |
| * | | | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 44 | -228/+149 | |
* | | | | Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/ | Trond Myklebust | 2007-05-17 | 2 | -3/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | AFS: Fix afs_prepare_write() | David Howells | 2007-05-16 | 1 | -2/+1 | |
| * | | | AFS: write back dirty data on unmount | David Howells | 2007-05-16 | 1 | -1/+0 | |
* | | | | Merge branch 'origin' | Trond Myklebust | 2007-05-15 | 1 | -318/+243 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | epoll: move kfree inside ep_free | Davide Libenzi | 2007-05-15 | 1 | -5/+2 | |
| * | | | epoll: fix some comments | Davide Libenzi | 2007-05-15 | 1 | -21/+27 | |
| * | | | epoll locks changes and cleanups | Davide Libenzi | 2007-05-15 | 1 | -161/+73 | |
| * | | | fix epoll single pass code and add wait-exclusive flag | Davide Libenzi | 2007-05-15 | 1 | -156/+166 | |
| |/ / | ||||||
* | | | NLM: Fix sparse warnings | Trond Myklebust | 2007-05-14 | 2 | -6/+4 |