index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-14
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+2
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
2
-4
/
+4
2008-09-29
SUNRPC: Add address family field to svc_serv data structure
Chuck Lever
1
-1
/
+2
2008-09-08
NFS: Restore missing hunk in NFS mount option parser
Chuck Lever
1
-0
/
+6
2008-08-04
Revert "UFS: add const to parser token table"
Linus Torvalds
1
-1
/
+1
2008-08-01
[PATCH] pass struct path * to do_add_mount()
Al Viro
1
-1
/
+1
2008-07-27
NFS: Ensure we call nfs_sb_deactive() after releasing the directory inode
Trond Myklebust
1
-1
/
+2
2008-07-27
nfs_remount oops when rebooting + possible fix
Marc Zyngier
1
-3
/
+3
2008-07-26
[PATCH] sanitize ->permission() prototype
Al Viro
1
-6
/
+5
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2008-07-24
fix fs/nfs/nfsroot.c compilation
Adrian Bunk
1
-1
/
+1
2008-07-15
Merge branch 'bkl-removal' into next
Trond Myklebust
7
-77
/
+83
2008-07-15
Merge branch 'devel' into next
Trond Myklebust
15
-889
/
+1237
2008-07-15
NFSv4: Remove BKL from the nfsv4 state recovery
Trond Myklebust
1
-2
/
+0
2008-07-15
NFS: Remove BKL from the readdir code
Trond Myklebust
1
-3
/
+0
2008-07-15
NFS: Remove BKL from the symlink code
Trond Myklebust
1
-7
/
+1
2008-07-15
NFS: Remove BKL from the sillydelete operations
Trond Myklebust
1
-6
/
+0
2008-07-15
NFS: Remove the BKL from the rename, rmdir and unlink operations
Trond Myklebust
1
-6
/
+3
2008-07-15
NFS: Remove BKL from NFS lookup code
Trond Myklebust
1
-8
/
+1
2008-07-15
NFS: Remove the BKL from nfs_link()
Trond Myklebust
1
-2
/
+0
2008-07-15
NFS: Remove the BKL from the inode creation operations
Trond Myklebust
1
-9
/
+0
2008-07-15
NFS: Remove BKL usage from open()
Trond Myklebust
3
-10
/
+0
2008-07-15
NFS: Remove BKL usage from the write path
Trond Myklebust
1
-2
/
+0
2008-07-15
NFS: Remove the BKL from the permission checking code
Trond Myklebust
1
-4
/
+0
2008-07-15
NFS: Remove attribute update related BKL references
Trond Myklebust
2
-8
/
+0
2008-07-15
NFS: Remove BKL requirement from attribute updates
Trond Myklebust
2
-11
/
+71
2008-07-15
NFS: Protect inode->i_nlink updates using inode->i_lock
Trond Myklebust
1
-2
/
+10
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
21
-182
/
+208
2008-07-09
NFS: Allow either strict or sloppy mount option parsing
Chuck Lever
1
-75
/
+128
2008-07-09
NFS4: Set security flavor default for NFSv4 mounts like other defaults
Chuck Lever
1
-16
/
+6
2008-07-09
NFS: Set security flavor default for NFSv2/3 mounts like other defaults
Chuck Lever
1
-17
/
+5
2008-07-09
NFS: Refactor logic for parsing NFS security flavor mount options
Chuck Lever
1
-65
/
+78
2008-07-09
NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}
Chuck Lever
2
-16
/
+16
2008-07-09
NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()
Chuck Lever
1
-3
/
+6
2008-07-09
NFS: set transport defaults after mount option parsing is finished
Trond Myklebust
2
-23
/
+50
2008-07-09
nfs4: fix potential race with rapid nfs_callback_up/down cycle
Jeff Layton
1
-14
/
+16
2008-07-09
nfs4: remove BKL from nfs_callback_up and nfs_callback_down
Jeff Layton
1
-4
/
+0
2008-07-09
nfs: initialize timeout variable in nfs4_proc_setclientid_confirm
Benny Halevy
1
-1
/
+1
2008-07-09
NFS: handle interface identifiers in incoming IPv6 addresses
Chuck Lever
1
-1
/
+40
2008-07-09
NFS: Add string length argument to nfs_parse_server_address
Chuck Lever
1
-30
/
+70
2008-07-09
NFS: Support raw IPv6 address hostnames during NFS mount operation
Chuck Lever
1
-8
/
+82
2008-07-09
NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3
Chuck Lever
1
-45
/
+79
2008-07-09
NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount
Trond Myklebust
1
-2
/
+3
2008-07-09
NFS: Allow redirtying of a completed unstable write.
Trond Myklebust
1
-33
/
+32
2008-07-09
NFS: Clean up nfs_update_request()
Trond Myklebust
1
-98
/
+103
2008-07-09
NFS: missing newline in NFS mount debugging message
Chuck Lever
1
-1
/
+1
2008-07-09
NFS: Treat "intr" and "nointr" options as deprecated
Chuck Lever
1
-6
/
+4
2008-07-09
NFS: Allow any value for the "retry" option
Chuck Lever
1
-1
/
+2
2008-07-09
NFS: Ensure we zap only the access and acl caches when setting new acls
Trond Myklebust
4
-7
/
+12
2008-07-09
NFS: Fix a warning in nfs4_async_handle_error
Trond Myklebust
2
-6
/
+5
[next]