summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-0/+17
2008-04-28mempolicy: support optional mode flagsDavid Rientjes1-1/+1
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-4/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-3/+3
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-4/+6
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-3/+3
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman1-4/+4
2008-04-28make swap_pte_to_pagemap_entry() staticAdrian Bunk1-1/+1
2008-04-28mm: remove nopageNick Piggin1-1/+1
2008-04-28Remove set_migrateflags()Christoph Lameter1-2/+1
2008-04-28aio: io_getevents() should return if io_destroy() is invokedJeff Moyer1-1/+11
2008-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-17/+82
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-129/+66
2008-04-25Export __locks_copy_lock() so modular lockd buildsRoland Dreier1-0/+1
2008-04-25Merge git://git.infradead.org/mtd-2.6Linus Torvalds18-202/+399
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields1-14/+0
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields3-6/+3
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng2-5/+64
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng2-5/+64
2008-04-25leases: remove unneeded variable from fcntl_setlease().David M. Richter1-2/+1
2008-04-25leases: move lock allocation earlier in generic_setlease()David M. Richter1-5/+5
2008-04-25leases: when unlocking, skip locking-related stepsDavid M. Richter1-11/+13
2008-04-25leases: fix a return-value mixupDavid M. Richter1-0/+1
2008-04-25[PATCH] sanitize locate_fd()Al Viro1-26/+14
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-12/+6
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro4-65/+20
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro5-21/+15
2008-04-25cifs: timeout dfs automounts +little fix.Igor Mammedov3-17/+23
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds12-43/+176
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-531/+931
2008-04-24Merge branch 'devel'Trond Myklebust22-531/+931
2008-04-24[CIFS] Fix typo in previous commitSteve French1-2/+2
2008-04-24[CIFS] Fix define for new proxy cap to match documentationSteve French1-2/+5
2008-04-24Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French238-6571/+12005
2008-04-23knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton1-13/+14
2008-04-23knfsd: get rid of imode variable in nfsd_setattrJeff Layton1-3/+1
2008-04-23NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23nfsd: use static memory for callback program and statsOlga Kornievskaia1-11/+17
2008-04-23nfsd: fix commentJ. Bruce Fields1-1/+1
2008-04-23lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields1-2/+1
2008-04-23NFSD: Remove NFSv4 dependency on NFSv3Chuck Lever1-1/+2
2008-04-23SUNRPC: Remove PROC_FS dependencyChuck Lever1-1/+0
2008-04-23NFSD: Use "depends on" for PROC_FS dependencyChuck Lever1-2/+1
2008-04-23nfsd: move most of fh_verify to separate functionJ. Bruce Fields1-105/+123
2008-04-23nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-23NFS: convert nfs4 callback thread to kthread APIJeff Layton1-38/+35
2008-04-23nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-23nfsd: fix sparse warningsHarvey Harrison4-13/+7
2008-04-23lockd: convert nsm_mutex to a spinlockJ. Bruce Fields1-15/+19