Age | Commit message (Expand) | Author |
2006-04-02 | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds |
2006-04-02 | [PATCH] splice: fix page stealing LRU handling. | Jens Axboe |
2006-04-02 | [PATCH] splice: page stealing needs to wait_on_page_writeback() | Jens Axboe |
2006-04-02 | [PATCH] splice: export generic_splice_sendpage | Jens Axboe |
2006-04-02 | [PATCH] splice: add a SPLICE_F_MORE flag | Jens Axboe |
2006-04-02 | [PATCH] splice: add comments documenting more of the code | Jens Axboe |
2006-04-02 | [PATCH] splice: improve writeback and clean up page stealing | Jens Axboe |
2006-04-02 | [PATCH] splice: fix shadow[] filling logic | Jens Axboe |
2006-04-02 | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds |
2006-04-02 | [PATCH] sysfs: zero terminate sysfs write buffers | Greg Kroah-Hartman |
2006-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds |
2006-04-02 | splice: add SPLICE_F_NONBLOCK flag | Linus Torvalds |
2006-04-02 | Documentation: fix minor kernel-doc warnings | Martin Waitz |
2006-04-02 | BUG_ON() Conversion in fs/freevxfs/ | Eric Sesterhenn |
2006-04-02 | BUG_ON() Conversion in fs/udf/ | Eric Sesterhenn |
2006-04-02 | BUG_ON() Conversion in fs/sysv/ | Eric Sesterhenn |
2006-04-02 | BUG_ON() Conversion in fs/inode.c | Eric Sesterhenn |
2006-04-02 | BUG_ON() Conversion in fs/fcntl.c | Eric Sesterhenn |
2006-04-02 | BUG_ON() Conversion in fs/dquot.c | Eric Sesterhenn |
2006-04-02 | Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Adrian Bunk |
2006-03-31 | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds |
2006-04-01 | BUG_ON() Conversion in fs/sysfs/ | Eric Sesterhenn |
2006-04-01 | BUG_ON() Conversion in fs/smbfs/ | Eric Sesterhenn |
2006-04-01 | BUG_ON() Conversion in fs/jffs2/ | Eric Sesterhenn |
2006-04-01 | BUG_ON() Conversion in fs/hfsplus/ | Eric Sesterhenn |
2006-04-01 | BUG_ON() Conversion in fs/exec.c | Eric Sesterhenn |
2006-04-01 | BUG_ON() Conversion in fs/direct-io.c | Eric Sesterhenn |
2006-03-31 | [CIFS] Fix typo in earlier cifs_unlink change and protect one | Steve French |
2006-03-31 | [CIFS] Incorrect signature sent on SMB Read | Steve French |
2006-03-31 | [PATCH] avoid unaligned access when accessing poll stack | Jes Sorensen |
2006-03-31 | [PATCH] fs/namei.c: make lookup_hash() static | Adrian Bunk |
2006-03-31 | [PATCH] dcache: Add helper d_hash_and_lookup | Eric W. Biederman |
2006-03-31 | [PATCH] cleanup in proc_check_chroot() | Herbert Poetzl |
2006-03-31 | [PATCH] fs/locks.c: Fix sys_flock() race | Trond Myklebust |
2006-03-31 | [PATCH] inotify: IN_DELETE events missing | Amy Griffis |
2006-03-31 | [PATCH] fat: kill reserved names | OGAWA Hirofumi |
2006-03-31 | [PATCH] sys_sync_file_range() | Andrew Morton |
2006-03-31 | [PATCH] Simplify proc/devices and fix early termination regression | Joe Korty |
2006-03-31 | [PATCH] locks: don't panic | Miklos Szeredi |
2006-03-31 | [PATCH] uml: __user annotations | Al Viro |
2006-03-31 | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French |
2006-03-30 | [PATCH] splice exports | Jeff Garzik |
2006-03-31 | [CIFS] Fix unlink oops when indirectly called in rename error path | Steve French |
2006-03-31 | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French |
2006-03-31 | [XFS] Provide XFS support for the splice syscall. | Nathan Scott |
2006-03-31 | [XFS] Reenable write barriers by default. | Nathan Scott |
2006-03-31 | [XFS] Make project quota enforcement return an error code consistent with | Nathan Scott |
2006-03-31 | [XFS] Implement the silent parameter to fill_super, previously ignored. | Nathan Scott |
2006-03-31 | [XFS] Cleanup comment to remove reference to obsoleted function | Mandy Kirkconnell |
2006-03-30 | [PATCH] splice: add support for SPLICE_F_MOVE flag | Jens Axboe |