summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-075-47/+40
| |\ \ \ \
| * | | | | [CIFS] Set correct lock type on new posix unlock callSteve French2006-03-031-1/+1
| * | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-0349-740/+948
| |\ \ \ \ \
| * | | | | | [CIFS] Upate cifs change logSteve French2006-03-031-0/+5
| * | | | | | [CIFS] Fix slow oplock break response when mounts to differentSteve French2006-03-033-4/+4
| * | | | | | [CIFS] Workaround various server bugs found in testing at connectathonSteve French2006-03-035-5/+14
| * | | | | | [CIFS] Allow fallback for setting file size to Procom SMB server whenSteve French2006-03-021-1/+1
| * | | | | | [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we wantSteve French2006-03-024-18/+42
| * | | | | | [CIFS] Move noisy debug message (triggerred by some older servers) fromSteve French2006-03-021-5/+8
| * | | | | | [CIFS] Use correct pid on new cifs posix byte range lock callSteve French2006-03-011-0/+2
| * | | | | | [CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French2006-02-285-22/+137
OpenPOWER on IntegriCloud