summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | [CIFS] CIFS readdir perf optimizations part 1Steve French2006-02-283-11/+27
| * | | | | | [CIFS] Free small buffers earlier so we exceed the cifsSteve French2006-02-263-13/+18
| * | | | | | [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrappingSteve French2006-02-243-13/+24
| * | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-226-21/+32
| |\ \ \ \ \ \
| * | | | | | | [CIFS] Convert remaining places in fs/cifs fromEric Sesterhenn2006-02-214-13/+5
| * | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-1812-22/+112
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-152-7/+9
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-1510-279/+269
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [CIFS] SessionSetup cleanup part 2Steve French2006-02-147-13/+161
| * | | | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-1012-40/+64
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [CIFS] fix compile error (typo) and warning in cifssmb.cSteve French2006-02-101-1/+2
| * | | | | | | | | | | [CIFS] Cleanup NTLMSSP session setup handlingSteve French2006-02-097-33/+53
* | | | | | | | | | | | [PATCH] avoid unaligned access when accessing poll stackJes Sorensen2006-03-311-3/+5
* | | | | | | | | | | | [PATCH] fs/namei.c: make lookup_hash() staticAdrian Bunk2006-03-311-2/+1
* | | | | | | | | | | | [PATCH] dcache: Add helper d_hash_and_lookupEric W. Biederman2006-03-311-16/+28
* | | | | | | | | | | | [PATCH] cleanup in proc_check_chroot()Herbert Poetzl2006-03-311-5/+8
* | | | | | | | | | | | [PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust2006-03-311-14/+16
* | | | | | | | | | | | [PATCH] inotify: IN_DELETE events missingAmy Griffis2006-03-311-3/+3
* | | | | | | | | | | | [PATCH] fat: kill reserved namesOGAWA Hirofumi2006-03-312-32/+1
* | | | | | | | | | | | [PATCH] sys_sync_file_range()Andrew Morton2006-03-312-1/+165
* | | | | | | | | | | | [PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-312-203/+47
* | | | | | | | | | | | [PATCH] locks: don't panicMiklos Szeredi2006-03-311-12/+3
* | | | | | | | | | | | [PATCH] uml: __user annotationsAl Viro2006-03-311-7/+7
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | [PATCH] splice exportsJeff Garzik2006-03-301-0/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | [PATCH] splice: add support for SPLICE_F_MOVE flagJens Axboe2006-03-302-37/+92
* | | | | | | | | | [PATCH] Introduce sys_splice() system callJens Axboe2006-03-306-6/+647
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-292-24/+82
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ../linux-2.6Paul Mackerras2006-03-29145-755/+1549
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-1/+2
| * | | | | | | | | | | [PATCH] powerpc: Cope with duplicate node & property names in /proc/device-treeMichael Ellerman2006-03-281-23/+80
* | | | | | | | | | | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-03-2948-291/+204
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud