index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-02
Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-40
/
+141
2006-04-02
[PATCH] splice: fix page stealing LRU handling.
Jens Axboe
2
-19
/
+14
2006-04-02
[PATCH] splice: page stealing needs to wait_on_page_writeback()
Jens Axboe
1
-0
/
+9
2006-04-02
[PATCH] splice: export generic_splice_sendpage
Jens Axboe
1
-2
/
+5
2006-04-02
[PATCH] splice: add a SPLICE_F_MORE flag
Jens Axboe
1
-2
/
+3
2006-04-02
[PATCH] splice: add comments documenting more of the code
Jens Axboe
1
-4
/
+66
2006-04-02
[PATCH] splice: improve writeback and clean up page stealing
Jens Axboe
2
-17
/
+48
2006-04-02
[PATCH] splice: fix shadow[] filling logic
Jens Axboe
1
-3
/
+3
2006-04-02
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Linus Torvalds
17
-163
/
+309
2006-04-02
[PATCH] sysfs: zero terminate sysfs write buffers
Greg Kroah-Hartman
1
-1
/
+1
2006-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
14
-48
/
+25
2006-04-02
splice: add SPLICE_F_NONBLOCK flag
Linus Torvalds
1
-4
/
+21
2006-04-02
Documentation: fix minor kernel-doc warnings
Martin Waitz
1
-1
/
+1
2006-04-02
BUG_ON() Conversion in fs/freevxfs/
Eric Sesterhenn
1
-6
/
+3
2006-04-02
BUG_ON() Conversion in fs/udf/
Eric Sesterhenn
1
-4
/
+2
2006-04-02
BUG_ON() Conversion in fs/sysv/
Eric Sesterhenn
1
-4
/
+2
2006-04-02
BUG_ON() Conversion in fs/inode.c
Eric Sesterhenn
1
-10
/
+5
2006-04-02
BUG_ON() Conversion in fs/fcntl.c
Eric Sesterhenn
1
-2
/
+1
2006-04-02
BUG_ON() Conversion in fs/dquot.c
Eric Sesterhenn
1
-4
/
+2
2006-04-02
Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Adrian Bunk
20
-156
/
+524
2006-03-31
Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
20
-156
/
+524
2006-04-01
BUG_ON() Conversion in fs/sysfs/
Eric Sesterhenn
1
-2
/
+1
2006-04-01
BUG_ON() Conversion in fs/smbfs/
Eric Sesterhenn
1
-4
/
+2
2006-04-01
BUG_ON() Conversion in fs/jffs2/
Eric Sesterhenn
1
-2
/
+1
2006-04-01
BUG_ON() Conversion in fs/hfsplus/
Eric Sesterhenn
2
-6
/
+3
2006-04-01
BUG_ON() Conversion in fs/exec.c
Eric Sesterhenn
1
-1
/
+1
2006-04-01
BUG_ON() Conversion in fs/direct-io.c
Eric Sesterhenn
1
-2
/
+1
2006-03-31
[CIFS] Fix typo in earlier cifs_unlink change and protect one
Steve French
1
-5
/
+7
2006-03-31
[CIFS] Incorrect signature sent on SMB Read
Steve French
1
-13
/
+23
2006-03-31
[PATCH] avoid unaligned access when accessing poll stack
Jes Sorensen
1
-3
/
+5
2006-03-31
[PATCH] fs/namei.c: make lookup_hash() static
Adrian Bunk
1
-2
/
+1
2006-03-31
[PATCH] dcache: Add helper d_hash_and_lookup
Eric W. Biederman
1
-16
/
+28
2006-03-31
[PATCH] cleanup in proc_check_chroot()
Herbert Poetzl
1
-5
/
+8
2006-03-31
[PATCH] fs/locks.c: Fix sys_flock() race
Trond Myklebust
1
-14
/
+16
2006-03-31
[PATCH] inotify: IN_DELETE events missing
Amy Griffis
1
-3
/
+3
2006-03-31
[PATCH] fat: kill reserved names
OGAWA Hirofumi
2
-32
/
+1
2006-03-31
[PATCH] sys_sync_file_range()
Andrew Morton
2
-1
/
+165
2006-03-31
[PATCH] Simplify proc/devices and fix early termination regression
Joe Korty
2
-203
/
+47
2006-03-31
[PATCH] locks: don't panic
Miklos Szeredi
1
-12
/
+3
2006-03-31
[PATCH] uml: __user annotations
Al Viro
1
-7
/
+7
2006-03-31
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Steve French
1
-0
/
+4
2006-03-30
[PATCH] splice exports
Jeff Garzik
1
-0
/
+4
2006-03-31
[CIFS] Fix unlink oops when indirectly called in rename error path
Steve French
1
-1
/
+4
2006-03-31
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Steve French
476
-10528
/
+14200
2006-03-31
[XFS] Provide XFS support for the splice syscall.
Nathan Scott
6
-62
/
+199
2006-03-31
[XFS] Reenable write barriers by default.
Nathan Scott
1
-3
/
+2
2006-03-31
[XFS] Make project quota enforcement return an error code consistent with
Nathan Scott
4
-47
/
+54
2006-03-31
[XFS] Implement the silent parameter to fill_super, previously ignored.
Nathan Scott
6
-47
/
+49
2006-03-31
[XFS] Cleanup comment to remove reference to obsoleted function
Mandy Kirkconnell
1
-4
/
+5
2006-03-30
[PATCH] splice: add support for SPLICE_F_MOVE flag
Jens Axboe
2
-37
/
+92
[next]