summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2006-04-02Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus 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_sendpageJens Axboe
2006-04-02[PATCH] splice: add a SPLICE_F_MORE flagJens Axboe
2006-04-02[PATCH] splice: add comments documenting more of the codeJens Axboe
2006-04-02[PATCH] splice: improve writeback and clean up page stealingJens Axboe
2006-04-02[PATCH] splice: fix shadow[] filling logicJens Axboe
2006-04-02Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds
2006-04-02[PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-04-02splice: add SPLICE_F_NONBLOCK flagLinus Torvalds
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz
2006-04-02BUG_ON() Conversion in fs/freevxfs/Eric Sesterhenn
2006-04-02BUG_ON() Conversion in fs/udf/Eric Sesterhenn
2006-04-02BUG_ON() Conversion in fs/sysv/Eric Sesterhenn
2006-04-02BUG_ON() Conversion in fs/inode.cEric Sesterhenn
2006-04-02BUG_ON() Conversion in fs/fcntl.cEric Sesterhenn
2006-04-02BUG_ON() Conversion in fs/dquot.cEric Sesterhenn
2006-04-02Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk
2006-03-31Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2006-04-01BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn
2006-04-01BUG_ON() Conversion in fs/smbfs/Eric Sesterhenn
2006-04-01BUG_ON() Conversion in fs/jffs2/Eric Sesterhenn
2006-04-01BUG_ON() Conversion in fs/hfsplus/Eric Sesterhenn
2006-04-01BUG_ON() Conversion in fs/exec.cEric Sesterhenn
2006-04-01BUG_ON() Conversion in fs/direct-io.cEric Sesterhenn
2006-03-31[CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French
2006-03-31[CIFS] Incorrect signature sent on SMB ReadSteve French
2006-03-31[PATCH] avoid unaligned access when accessing poll stackJes Sorensen
2006-03-31[PATCH] fs/namei.c: make lookup_hash() staticAdrian Bunk
2006-03-31[PATCH] dcache: Add helper d_hash_and_lookupEric W. Biederman
2006-03-31[PATCH] cleanup in proc_check_chroot()Herbert Poetzl
2006-03-31[PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust
2006-03-31[PATCH] inotify: IN_DELETE events missingAmy Griffis
2006-03-31[PATCH] fat: kill reserved namesOGAWA Hirofumi
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty
2006-03-31[PATCH] locks: don't panicMiklos Szeredi
2006-03-31[PATCH] uml: __user annotationsAl Viro
2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French
2006-03-30[PATCH] splice exportsJeff Garzik
2006-03-31[CIFS] Fix unlink oops when indirectly called in rename error pathSteve French
2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve 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 withNathan 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 functionMandy Kirkconnell
2006-03-30[PATCH] splice: add support for SPLICE_F_MOVE flagJens Axboe