aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] get rid of the PIPE_*() macrosIngo Molnar2006-04-112-76/+76
* [PATCH] splice: speedup __generic_file_splice_readJens Axboe2006-04-111-11/+63
* [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-112-21/+137
* [PATCH] splice: add optional input and output offsetsIngo Molnar2006-04-101-13/+41
* [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-107-99/+106
* [PATCH] splice: be smarter about calling do_page_cache_readahead()Jens Axboe2006-04-101-2/+5
* [PATCH] splice: optimize the splice buffer mappingJens Axboe2006-04-101-10/+30
* [PATCH] splice: cleanup __generic_file_splice_read()Jens Axboe2006-04-101-49/+10
* [PATCH] splice: only call wake_up_interruptible() when we really have toJens Axboe2006-04-101-4/+12
* [PATCH] splice: potential !page dereferenceDave Jones2006-04-101-1/+2
* [PATCH] splice: mark the io page as accessedJens Axboe2006-04-101-0/+1
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-022-40/+141
|\
| * [PATCH] splice: fix page stealing LRU handling.Jens Axboe2006-04-022-19/+14
| * [PATCH] splice: page stealing needs to wait_on_page_writeback()Jens Axboe2006-04-021-0/+9
| * [PATCH] splice: export generic_splice_sendpageJens Axboe2006-04-021-2/+5
| * [PATCH] splice: add a SPLICE_F_MORE flagJens Axboe2006-04-021-2/+3
| * [PATCH] splice: add comments documenting more of the codeJens Axboe2006-04-021-4/+66
| * [PATCH] splice: improve writeback and clean up page stealingJens Axboe2006-04-022-17/+48
| * [PATCH] splice: fix shadow[] filling logicJens Axboe2006-04-021-3/+3
* | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-04-0217-163/+309
|\ \
| * | [XFS] Provide XFS support for the splice syscall.Nathan Scott2006-03-316-62/+199
| * | [XFS] Reenable write barriers by default.Nathan Scott2006-03-311-3/+2
| * | [XFS] Make project quota enforcement return an error code consistent withNathan Scott2006-03-314-47/+54
| * | [XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott2006-03-316-47/+49
| * | [XFS] Cleanup comment to remove reference to obsoleted functionMandy Kirkconnell2006-03-311-4/+5
* | | [PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman2006-04-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-04-0214-48/+25
|\ \ \ | |_|/ |/| |
| * | Documentation: fix minor kernel-doc warningsMartin Waitz2006-04-021-1/+1
| * | BUG_ON() Conversion in fs/freevxfs/Eric Sesterhenn2006-04-021-6/+3
| * | BUG_ON() Conversion in fs/udf/Eric Sesterhenn2006-04-021-4/+2
| * | BUG_ON() Conversion in fs/sysv/Eric Sesterhenn2006-04-021-4/+2
| * | BUG_ON() Conversion in fs/inode.cEric Sesterhenn2006-04-021-10/+5
| * | BUG_ON() Conversion in fs/fcntl.cEric Sesterhenn2006-04-021-2/+1
| * | BUG_ON() Conversion in fs/dquot.cEric Sesterhenn2006-04-021-4/+2
| * | Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk2006-04-0220-156/+524
| |\ \
| * | | BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn2006-04-011-2/+1
| * | | BUG_ON() Conversion in fs/smbfs/Eric Sesterhenn2006-04-011-4/+2
| * | | BUG_ON() Conversion in fs/jffs2/Eric Sesterhenn2006-04-011-2/+1
| * | | BUG_ON() Conversion in fs/hfsplus/Eric Sesterhenn2006-04-012-6/+3
| * | | BUG_ON() Conversion in fs/exec.cEric Sesterhenn2006-04-011-1/+1
| * | | BUG_ON() Conversion in fs/direct-io.cEric Sesterhenn2006-04-011-2/+1
* | | | splice: add SPLICE_F_NONBLOCK flagLinus Torvalds2006-04-021-4/+21
| |/ / |/| |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-03-3120-156/+524
|\ \ \ | |/ / |/| |
| * | [CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French2006-03-311-5/+7
| * | [CIFS] Incorrect signature sent on SMB ReadSteve French2006-03-311-13/+23
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-311-0/+4
| |\ \
| * | | [CIFS] Fix unlink oops when indirectly called in rename error pathSteve French2006-03-311-1/+4
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-31476-10528/+14200
| |\ \ \ | | | |/ | | |/|
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-2029-116/+185
| |\ \ \
| * | | | [CIFS] Fix two remaining coverity scan tool warnings.Steve French2006-03-092-5/+7