summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-16SUNRPC: Remove the BKL from the callback functionsTrond Myklebust5-9/+17
2008-07-16NFS: Remove BKL from the readdir codeTrond Myklebust1-3/+0
2008-07-16NFS: Remove BKL from the symlink codeTrond Myklebust1-7/+1
2008-07-16NFS: Remove BKL from the sillydelete operationsTrond Myklebust1-6/+0
2008-07-16NFS: Remove the BKL from the rename, rmdir and unlink operationsTrond Myklebust1-6/+3
2008-07-16NFS: Remove BKL from NFS lookup codeTrond Myklebust1-8/+1
2008-07-16NFS: Remove the BKL from nfs_link()Trond Myklebust1-2/+0
2008-07-16NFS: Remove the BKL from the inode creation operationsTrond Myklebust1-9/+0
2008-07-16NFS: Remove BKL usage from open()Trond Myklebust3-10/+0
2008-07-16NFS: Remove BKL usage from the write pathTrond Myklebust1-2/+0
2008-07-16NFS: Remove the BKL from the permission checking codeTrond Myklebust1-4/+0
2008-07-16NFS: Remove attribute update related BKL referencesTrond Myklebust2-8/+0
2008-07-16NFS: Remove BKL requirement from attribute updatesTrond Myklebust2-11/+71
2008-07-16NFS: Protect inode->i_nlink updates using inode->i_lockTrond Myklebust1-2/+10
2008-07-16nfs: set correct fl_len in nlmclnt_test()Felix Blyakher1-1/+1
2008-07-16SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2-4/+177
2008-07-16SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever1-18/+30
2008-07-16SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever1-7/+5
2008-07-16SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever1-11/+31
2008-07-16SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever1-4/+8
2008-07-09SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust2-23/+23
2008-07-09NFS: Allow either strict or sloppy mount option parsingChuck Lever1-75/+128
2008-07-09NFS4: Set security flavor default for NFSv4 mounts like other defaultsChuck Lever1-16/+6
2008-07-09NFS: Set security flavor default for NFSv2/3 mounts like other defaultsChuck Lever1-17/+5
2008-07-09NFS: Refactor logic for parsing NFS security flavor mount optionsChuck Lever1-65/+78
2008-07-09NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}Chuck Lever3-16/+21
2008-07-09NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()Chuck Lever1-3/+6
2008-07-09NFS: set transport defaults after mount option parsing is finishedTrond Myklebust3-23/+55
2008-07-09SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever2-33/+0
2008-07-09SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever1-2/+3
2008-07-09SUNRPC: Use rpcbind version 2 GETPORTChuck Lever1-1/+1
2008-07-09SUNRPC: Document some naked integers in rpcbind clientChuck Lever1-13/+36
2008-07-09SUNRPC: More useful debugging output for rpcb clientChuck Lever1-3/+3
2008-07-09nfs4: fix potential race with rapid nfs_callback_up/down cycleJeff Layton1-14/+16
2008-07-09nfs4: remove BKL from nfs_callback_up and nfs_callback_downJeff Layton1-4/+0
2008-07-09nfs: initialize timeout variable in nfs4_proc_setclientid_confirmBenny Halevy1-1/+1
2008-07-09NFS: handle interface identifiers in incoming IPv6 addressesChuck Lever1-1/+40
2008-07-09NFS: Add string length argument to nfs_parse_server_addressChuck Lever2-30/+77
2008-07-09NFS: Support raw IPv6 address hostnames during NFS mount operationChuck Lever1-8/+82
2008-07-09NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3Chuck Lever1-45/+79
2008-07-09NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remountTrond Myklebust1-2/+3
2008-07-09NFS: Allow redirtying of a completed unstable write.Trond Myklebust2-36/+38
2008-07-09NFS: Clean up nfs_update_request()Trond Myklebust1-98/+103
2008-07-09NFS: missing newline in NFS mount debugging messageChuck Lever1-1/+1
2008-07-09NFS: Treat "intr" and "nointr" options as deprecatedChuck Lever1-6/+4
2008-07-09NFS: Allow any value for the "retry" optionChuck Lever1-1/+2
2008-07-09NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust4-7/+12
2008-07-09NFS: Fix a warning in nfs4_async_handle_errorTrond Myklebust2-6/+5
2008-07-09NFS: Move fs/nfs/iostat.h to include/linuxChuck Lever2-106/+132
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust5-10/+2