aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix regression added by ppoll/pselect code.David S. Miller2006-01-191-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-01-1821-183/+729
|\
| * [CIFS] Fix oops in cifs_readpages caused by not checking buf_type in anSteve French2006-01-181-1/+4
| * Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-1758-662/+1180
| |\
| * | [CIFS] Remove compiler warningSteve French2006-01-171-1/+1
| * | [CIFS] Fix CIFS to recognize share mode securitySteve French2006-01-134-15/+41
| * | [CIFS] Fix typoSteve French2006-01-121-1/+0
| * | [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-129-20/+292
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-12421-7255/+54457
| |\ \
| * | | [CIFS] Allow local filesize for file that is open for write to be updatedSteve French2006-01-122-2/+25
| * | | [CIFS] Fix cifs trying to write to f_opsSteve French2006-01-081-6/+11
| * | | [CIFS] Minor cleanup to new cifs acl header.Steve French2006-01-081-0/+2
| * | | [CIFS] Fix typos in rfc1002pdu.hSteve French2005-12-311-2/+2
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-12-3113-89/+111
| |\ \ \
| * \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-12-132-4/+11
| |\ \ \ \
| * | | | | [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-1211-108/+156
| * | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-12-055-37/+39
| |\ \ \ \ \
| * | | | | | [CIFS] Display large/small total buffer allocations in /proc/fs/cifs/StatsSteve French2005-12-031-0/+8
| * | | | | | [CIFS] Add extended stats (STATS2) for total buffer allocations forSteve French2005-12-034-2/+23
| * | | | | | [CIFS] Readpages and readir performance improvements - eliminate extraSteve French2005-12-026-23/+71
| * | | | | | [CIFS] Kerberos and CIFS ACL support part 1Steve French2005-12-014-9/+94
| * | | | | | [CIFS] Use fsuid (fsgid) more consistently instead of uid/gid inSteve French2005-12-015-11/+17
* | | | | | | [PATCH] EDAC: atomic scrub operationsAlan Cox2006-01-181-0/+1
* | | | | | | [PATCH] Add pselect/ppoll system call implementationDavid Woodhouse2006-01-182-94/+514
* | | | | | | [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-185-71/+300
* | | | | | | [PATCH] exportfs: add find_acceptable_alias helperChristoph Hellwig2006-01-181-43/+36
* | | | | | | [PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw2006-01-181-7/+30
* | | | | | | [PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.cNeilBrown2006-01-181-11/+6
* | | | | | | [PATCH] nfsd4_lock() returns bogus values to clientsAl Viro2006-01-181-0/+3
* | | | | | | [PATCH] NFSERR_SERVERFAULT returned host-endianAl Viro2006-01-181-2/+2
* | | | | | | [PATCH] nfsd4_truncate() bogus return valueAl Viro2006-01-181-1/+1
* | | | | | | [PATCH] nfsd/vfs.c: endianness fixesAl Viro2006-01-181-3/+3
* | | | | | | [PATCH] nfsd4: clean up settattr codeFred Isaman2006-01-181-9/+1
* | | | | | | [PATCH] nfsd4: Fix bug in rdattr_error returnFred Isaman2006-01-181-2/+3
* | | | | | | [PATCH] nfsd4: fix open_downgradeJ. Bruce Fields2006-01-181-11/+11
* | | | | | | [PATCH] nfsd4: don't create on open that fails due to ERR_GRACEJ. Bruce Fields2006-01-182-6/+8
* | | | | | | [PATCH] nfsd4: simplify process-open1 logicJ. Bruce Fields2006-01-181-64/+35
* | | | | | | [PATCH] nfsd4: nfs4state.c miscellaneous goto removalsJ. Bruce Fields2006-01-181-19/+14
* | | | | | | [PATCH] nfsd4: no replays on unconfirmed ownersJ. Bruce Fields2006-01-181-13/+11
* | | | | | | [PATCH] nfsd4: handle replays of failed open reclaimsJ. Bruce Fields2006-01-181-0/+2
* | | | | | | [PATCH] nfsd4: recovery lookup dir checkJ. Bruce Fields2006-01-181-3/+4
* | | | | | | [PATCH] nfsd4: fix open of recovery directoryJ. Bruce Fields2006-01-181-2/+1
* | | | | | | [PATCH] nfsd4: operation debuggingJ. Bruce Fields2006-01-181-0/+2
* | | | | | | [PATCH] nfsd4: fix check_for_locksJ. Bruce Fields2006-01-181-1/+2
* | | | | | | [PATCH] nfsd4: remove release_state_owner()J. Bruce Fields2006-01-181-22/+9
* | | | | | | [PATCH] nfsd4: rename lk_stateownerJ. Bruce Fields2006-01-182-11/+10
* | | | | | | [PATCH] nfsd4: fix nfsd4_lock cleanup on failureJ. Bruce Fields2006-01-181-14/+4
* | | | | | | [PATCH] nfsd4: misc lock fixesAndy Adamson2006-01-181-9/+5
* | | | | | | [PATCH] nfsd: remove inline from a couple of large NFS functionsNeilBrown2006-01-181-2/+2
* | | | | | | [PATCH] nfsd: check error status from nfsd_sync_dirYAMAMOTO Takashi2006-01-181-36/+44