aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-3/+3
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-027-18/+18
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-022-16/+11
* [PATCH] nfsd: lockdep annotationPeter Zijlstra2006-10-021-4/+4
* [PATCH] knfsd: allow admin to set nthreads per nodeGreg Banks2006-10-022-0/+144
* [PATCH] knfsd: use svc_set_num_threads to manage threads in knfsdGreg Banks2006-10-021-31/+5
* [PATCH] knfsd: add svc_getGreg Banks2006-10-021-1/+1
* [PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown2006-10-023-14/+16
* [PATCH] knfsd: Move makesock failed warning into make_socks.NeilBrown2006-10-021-10/+8
* [PATCH] knfsd: Check return value of lockd_up in write_portsNeilBrown2006-10-021-3/+6
* [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2006-10-023-11/+7
* [PATCH] nfsd: add lock annotations to e_start and e_stopJosh Triplett2006-10-021-0/+2
* [PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1Greg Banks2006-10-021-3/+3
* [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'NeilBrown2006-10-022-12/+51
* [PATCH] knfsd: define new nfsdfs file: portlist - contains list of portsNeilBrown2006-10-021-0/+20
* [PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs serversNeilBrown2006-10-021-26/+57
* [PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versionsNeilBrown2006-10-022-53/+58
* [PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown2006-10-024-15/+53
* [PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown2006-10-023-24/+20
* [PATCH] knfsd: remove an unused variable from e_show()Greg Banks2006-10-021-2/+0
* [PATCH] knfsd: add some missing newlines in printksGreg Banks2006-10-023-3/+3
* [PATCH] file: Add locking to f_getownEric W. Biederman2006-10-021-0/+2
* [PATCH] Define struct pspaceSukadev Bhattiprolu2006-10-021-1/+2
* [PATCH] fs/inode.c tweaksAndreas Mohr2006-10-021-6/+8
* [PATCH] Remove NULL check in register_nls()Alexey Dobriyan2006-10-021-2/+0
* [PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman2006-10-024-30/+52
* [PATCH] proc: give the root directory a taskEric W. Biederman2006-10-021-0/+12
* [PATCH] proc: modify proc_pident_lookup to be completely table drivenEric W. Biederman2006-10-021-241/+106
* [PATCH] proc: reorder the functions in base.cEric W. Biederman2006-10-021-497/+501
* [PATCH] proc: readdir race fix (take 3)Eric W. Biederman2006-10-021-69/+35
* [PATCH] Support piping into commands in /proc/sys/kernel/core_patternAndi Kleen2006-10-012-37/+63
* [PATCH] Some cleanup in the pipe codeAndi Kleen2006-10-011-62/+93
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-0114-21/+21
* [PATCH] r/o bind mounts: clean up OCFS2 nlink handlingMark Fasheh2006-10-011-20/+19
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-0128-54/+54
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-0124-83/+67
* [PATCH] r/o bind mount prepwork: move open_namei()'s vfs_create()Dave Hansen2006-10-011-10/+20
* [PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen2006-10-012-70/+87
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-012-2/+2
* [PATCH] Add vector AIO supportBadari Pulavarty2006-10-012-108/+192
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-0124-64/+99
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-0115-257/+124
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-0111-89/+113
* [PATCH] reiserfs: eliminate minimum window size for bitmap searchingJeff Mahoney2006-10-011-22/+1
* [PATCH] reiserfs: use generic_file_open for open() checksJeff Mahoney2006-10-011-0/+1
* [PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney2006-10-013-90/+70
* [PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney2006-10-013-113/+90
* [PATCH] reiserfs: clean up bitmap block buffer head referencesJeff Mahoney2006-10-012-49/+71
* [PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap inf...Jeff Mahoney2006-10-012-15/+27
* [PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec2006-10-014-227/+216