summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | NFS: Squelch compiler warningChuck Lever2010-05-141-1/+2
| * | | | NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust2010-05-144-23/+34
| * | | | NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2010-05-142-9/+18
| * | | | NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust2010-05-141-1/+1
| * | | | NFS: Replace nfsroot on-stack filehandleTrond Myklebust2010-05-141-6/+8
| * | | | NFS: Cleanup file handle allocations in fs/nfs/super.cTrond Myklebust2010-05-141-4/+4
| * | | | NFS: Prevent the mount code from looping forever on broken exportsTrond Myklebust2010-05-141-0/+73
| * | | | NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Trond Myklebust2010-05-141-7/+16
| * | | | NFS: Reduce stack footprint of nfs_statfs()Trond Myklebust2010-05-141-5/+9
| * | | | NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust2010-05-141-4/+10
| * | | | NFS: Reduce stack footprint of nfs4_proc_create()Trond Myklebust2010-05-141-10/+15
| * | | | NFS: Reduce the stack footprint of nfs_proc_symlink()Trond Myklebust2010-05-141-10/+16
| * | | | NFS: Reduce the stack footprint of nfs_proc_createTrond Myklebust2010-05-141-52/+66
| * | | | NFS: Reduce the stack footprint of nfs_rmdirTrond Myklebust2010-05-141-5/+10
| * | | | NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust2010-05-145-11/+23
| * | | | NFS: Reduce stack footprint of nfs3_proc_readlink()Trond Myklebust2010-05-141-5/+10
| * | | | NFS: Reduce the stack footprint of nfs_link()Trond Myklebust2010-05-142-17/+21
| * | | | NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2010-05-142-12/+18
| * | | | NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust2010-05-142-17/+22
| * | | | NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust2010-05-141-3/+9
| * | | | NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust2010-05-142-11/+17
| * | | | NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust2010-05-141-4/+12
| * | | | NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust2010-05-141-30/+46
| * | | | NFS: Reduce the stack footprint of nfs_follow_remote_path()Trond Myklebust2010-05-141-6/+12
| * | | | NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2010-05-142-14/+41
| * | | | NFSv4: Reduce the stack footprint of try_location()Trond Myklebust2010-05-141-3/+7
| * | | | NFS: Reduce the stack footprint of nfs_create_serverTrond Myklebust2010-05-141-12/+39
| * | | | NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust2010-05-141-6/+14
| * | | | NFSv4: Eliminate nfs4_path_walk()Trond Myklebust2010-05-143-98/+25Star
| * | | | NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust2010-05-141-0/+20
* | | | | Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-205-3/+14
|\ \ \ \ \
| * | | | | procfs: Kill the bkl in ioctlFrederic Weisbecker2010-05-171-2/+2
| * | | | | procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker2010-04-091-0/+1
| * | | | | procfs: Use generic_file_llseek in /proc/kmsgFrederic Weisbecker2010-04-091-0/+1
| * | | | | procfs: Use generic_file_llseek in /proc/kcoreFrederic Weisbecker2010-04-091-0/+1
| * | | | | procfs: Kill BKL in llseek on proc baseArnd Bergmann2010-04-091-1/+9
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-2/+1Star
|\ \ \ \ \ \
| * | | | | | sched, wait: Use wrapper functionsChangli Gao2010-05-111-2/+1Star
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-05-1827-1245/+1228Star
|\ \ \ \ \ \
| * | | | | | cifs: fix noserverino handling when unix extensions are enabledJeff Layton2010-05-173-0/+15
| * | | | | | cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton2010-05-171-1/+0Star
| * | | | | | cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton2010-05-171-0/+5
| * | | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2010-05-14101-468/+975
| |\ \ \ \ \ \
| * | | | | | | [CIFS] drop quota operation stubsSteve French2010-05-121-107/+0Star
| * | | | | | | cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman2010-05-111-4/+13
| * | | | | | | cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman2010-05-101-2/+16
| * | | | | | | cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman2010-05-101-3/+2Star
| * | | | | | | [CIFS] Remove unused cifs_oplock_cachepSteve French2010-05-062-14/+0Star
| * | | | | | | cifs: have decode_negTokenInit set flags in server structJeff Layton2010-05-066-30/+26Star
| * | | | | | | cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton2010-05-063-33/+52