aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | BUG_ON() Conversion in fs/jffs2/Eric Sesterhenn2006-03-31
| * | | BUG_ON() Conversion in fs/hfsplus/Eric Sesterhenn2006-03-31
| * | | BUG_ON() Conversion in fs/exec.cEric Sesterhenn2006-03-31
| * | | BUG_ON() Conversion in fs/direct-io.cEric Sesterhenn2006-03-31
* | | | splice: add SPLICE_F_NONBLOCK flagLinus Torvalds2006-04-02
| |/ / |/| |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-04-01
|\ \ \ | |/ / |/| |
| * | [CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French2006-03-31
| * | [CIFS] Incorrect signature sent on SMB ReadSteve French2006-03-31
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-31
| |\ \
| * | | [CIFS] Fix unlink oops when indirectly called in rename error pathSteve French2006-03-30
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-30
| |\ \ \ | | | |/ | | |/|
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-20
| |\ \ \
| * | | | [CIFS] Fix two remaining coverity scan tool warnings.Steve French2006-03-09
| * | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-07
| |\ \ \ \
| * | | | | [CIFS] Set correct lock type on new posix unlock callSteve French2006-03-03
| * | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-03
| |\ \ \ \ \
| * | | | | | [CIFS] Upate cifs change logSteve French2006-03-03
| * | | | | | [CIFS] Fix slow oplock break response when mounts to differentSteve French2006-03-03
| * | | | | | [CIFS] Workaround various server bugs found in testing at connectathonSteve French2006-03-03
| * | | | | | [CIFS] Allow fallback for setting file size to Procom SMB server whenSteve French2006-03-01
| * | | | | | [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we wantSteve French2006-03-01
| * | | | | | [CIFS] Move noisy debug message (triggerred by some older servers) fromSteve French2006-03-01
| * | | | | | [CIFS] Use correct pid on new cifs posix byte range lock callSteve French2006-03-01
| * | | | | | [CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French2006-02-28
| * | | | | | [CIFS] CIFS readdir perf optimizations part 1Steve French2006-02-27
| * | | | | | [CIFS] Free small buffers earlier so we exceed the cifsSteve French2006-02-26
| * | | | | | [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrappingSteve French2006-02-24
| * | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-22
| |\ \ \ \ \ \
| * | | | | | | [CIFS] Convert remaining places in fs/cifs fromEric Sesterhenn2006-02-21
| * | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-18
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-15
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-14
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [CIFS] SessionSetup cleanup part 2Steve French2006-02-13
| * | | | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-10
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [CIFS] fix compile error (typo) and warning in cifssmb.cSteve French2006-02-10
| * | | | | | | | | | | [CIFS] Cleanup NTLMSSP session setup handlingSteve French2006-02-09
* | | | | | | | | | | | [PATCH] avoid unaligned access when accessing poll stackJes Sorensen2006-03-31
* | | | | | | | | | | | [PATCH] fs/namei.c: make lookup_hash() staticAdrian Bunk2006-03-31
* | | | | | | | | | | | [PATCH] dcache: Add helper d_hash_and_lookupEric W. Biederman2006-03-31
* | | | | | | | | | | | [PATCH] cleanup in proc_check_chroot()Herbert Poetzl2006-03-31
* | | | | | | | | | | | [PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust2006-03-31
* | | | | | | | | | | | [PATCH] inotify: IN_DELETE events missingAmy Griffis2006-03-31
* | | | | | | | | | | | [PATCH] fat: kill reserved namesOGAWA Hirofumi2006-03-31
* | | | | | | | | | | | [PATCH] sys_sync_file_range()Andrew Morton2006-03-31
* | | | | | | | | | | | [PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-31
* | | | | | | | | | | | [PATCH] locks: don't panicMiklos Szeredi2006-03-31
* | | | | | | | | | | | [PATCH] uml: __user annotationsAl Viro2006-03-31
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | [PATCH] splice exportsJeff Garzik2006-03-31
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | [PATCH] splice: add support for SPLICE_F_MOVE flagJens Axboe2006-03-30
* | | | | | | | | | [PATCH] Introduce sys_splice() system callJens Axboe2006-03-30