summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-10-04[PATCH] knfsd: match GRANTED_RES replies using cookiesOlaf Kirch3-13/+15
2006-10-04[PATCH] knfsd: make nlmclnt_next_cookie SMP safeOlaf Kirch1-5/+5
2006-10-04[PATCH] knfsd: lockd: optionally use hostnames for identifying peersOlaf Kirch3-4/+24
2006-10-04[PATCH] knfsd: simplify nlmsvc_invalidate_allNeilBrown2-36/+1
2006-10-04[PATCH] knfsd: lockd: Add nlm_destroy_hostOlaf Kirch1-16/+29
2006-10-04[PATCH] knfsd: lockd: make nlm_traverse_* more flexibleOlaf Kirch3-65/+93
2006-10-04[PATCH] knfsd: change nlm_file to use a hlistOlaf Kirch1-26/+16
2006-10-04[PATCH] knfsd: lockd: Change list of blocked list to list_nodeOlaf Kirch2-65/+59
2006-10-04[PATCH] knfsd: lockd: make the hash chains use a hlist_nodeOlaf Kirch1-32/+39
2006-10-04[PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handleOlaf Kirch1-12/+18
2006-10-04[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch4-55/+67
2006-10-04[PATCH] knfsd: misc minor fixes, indentation changesOlaf Kirch2-12/+11
2006-10-04[PATCH] knfsd: lockd: introduce nsm_handleOlaf Kirch3-16/+122
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch5-18/+39
2006-10-04[PATCH] knfsd: consolidate common code for statd->lockd notificationOlaf Kirch3-34/+32
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch5-13/+21
2006-10-04[PATCH] knfsd: make nfsd readahead params cache SMP-friendlyGreg Banks1-16/+44
2006-10-04[PATCH] knfsd: Allow max size of NFSd payload to be configuredNeilBrown2-1/+51
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks5-22/+27
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown6-40/+40
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown6-45/+38
2006-10-04[PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socketNeilBrown1-6/+6
2006-10-04[PATCH] knfsd: Protect update to sn_nrthreads with lock_kernelNeilBrown1-0/+2
2006-10-04[PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port...NeilBrown1-0/+2
2006-10-04[PATCH] knfsd: nfsd: lockdep annotation fixNeilBrown1-1/+1
2006-10-04[PATCH] Remove unnecessary check in fs/reiserfs/inode.cEric Sesterhenn1-1/+1
2006-10-04BUG_ON conversion for fs/xfs/Eric Sesterhenn1-4/+2
2006-10-04BUG_ON() conversion in fs/nfsd/Eric Sesterhenn1-2/+1
2006-10-04BUG_ON conversion for fs/reiserfsEric Sesterhenn5-54/+26
2006-10-04debugfs: spelling fixKomal Shah1-1/+1
2006-10-04fix file specification in commentsUwe Zeisberger46-46/+46
2006-10-04Still more typo fixesMatt LaPlante2-4/+4
2006-10-04more misc typo fixesMatt LaPlante1-1/+1
2006-10-04Typos in fs/KconfigMatt LaPlante1-7/+7
2006-10-03[PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format argumentsZach Brown1-2/+2
2006-10-03[PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format arg...Zach Brown1-2/+2
2006-10-03[PATCH] pr_debug: aio: use size_t length modifier in pr_debug format argumentsZach Brown1-2/+2
2006-10-03[PATCH] fs/eventpoll: error handling micro-cleanupJeff Garzik1-2/+3
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells8-18/+40
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds41-529/+525
2006-10-02[PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hDavid Howells1-2/+0
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov1-2/+2
2006-10-02[PATCH] proc: comment what proc_fill_cache doesEric W. Biederman1-0/+12
2006-10-02[PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman1-4/+0
2006-10-02[PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman1-18/+21
2006-10-02[PATCH] proc: properly compute TGID_OFFSETEric W. Biederman1-1/+1
2006-10-02[PATCH] proc: drop tasklist lock in task_state()Oleg Nesterov1-6/+5
2006-10-02[PATCH] proc: convert do_task_stat() to use lock_task_sighand()Oleg Nesterov1-28/+35
2006-10-02[PATCH] proc: convert task_sig() to use lock_task_sighand()Oleg Nesterov1-6/+5
2006-10-02[PATCH] proc: Use pid_task instead of open coding itEric W. Biederman1-1/+1