index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udf: Try anchor in block 256 first
Jan Kara
2009-04-02
2
-248
/
+186
*
udf: Some type fixes and cleanups
Jan Kara
2009-04-02
1
-6
/
+4
*
udf: use hardware sector size
Clemens Ladisch
2009-04-02
2
-21
/
+50
*
udf: fix novrs mount option
Clemens Ladisch
2009-04-02
1
-0
/
+1
*
udf: Fix oops when invalid character in filename occurs
Jan Kara
2009-04-02
1
-5
/
+16
*
udf: return f_fsid for statfs(2)
Coly Li
2009-04-02
1
-1
/
+3
*
udf: Add checks to not underflow sector_t
Jan Kara
2009-04-02
1
-8
/
+13
*
udf: fix default mode and dmode options handling
Marcin Slusarz
2009-04-02
3
-6
/
+8
*
udf: fix sparse warnings:
Jan Kara
2009-04-02
1
-14
/
+8
*
udf: unsigned last[i] cannot be less than 0
roel kluin
2009-04-02
1
-2
/
+0
*
udf: implement mode and dmode mounting options
Marcin Slusarz
2009-04-02
3
-3
/
+41
*
udf: reduce stack usage of udf_get_filename
Marcin Slusarz
2009-04-02
1
-16
/
+25
*
udf: reduce stack usage of udf_load_pvoldesc
Marcin Slusarz
2009-04-02
1
-11
/
+25
*
Fix the udf code not to pass structs on stack where possible.
Pekka Enberg
2009-04-02
10
-116
/
+130
*
Remove struct typedefs from fs/udf/ecma_167.h et al.
Pekka Enberg
2009-04-02
15
-442
/
+444
*
Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2009-04-01
23
-420
/
+584
|
\
|
*
Merge branch 'devel' into for-linus
Trond Myklebust
2009-04-01
23
-420
/
+584
|
|
\
|
|
*
NSM: Fix unaligned accesses in nsm_init_private()
Mans Rullgard
2009-04-01
1
-2
/
+6
|
|
*
NFS: Simplify logic to compare socket addresses in client.c
Chuck Lever
2009-03-28
1
-64
/
+52
|
|
*
Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into devel
Trond Myklebust
2009-03-28
1
-29
/
+39
|
|
|
\
|
|
*
|
NFS: Start PF_INET6 callback listener only if IPv6 support is available
Chuck Lever
2009-03-28
3
-2
/
+21
|
|
*
|
lockd: Start PF_INET6 listener only if IPv6 support is available
Chuck Lever
2009-03-28
2
-59
/
+22
|
|
*
|
NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
Chuck Lever
2009-03-28
2
-24
/
+3
|
|
*
|
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
Chuck Lever
2009-03-28
3
-4
/
+2
|
|
*
|
SUNRPC: Change svc_create_xprt() to take a @family argument
Chuck Lever
2009-03-28
4
-6
/
+7
|
|
*
|
NFSD: If port value written to /proc/fs/nfsd/portlist is invalid, return EINVAL
Chuck Lever
2009-03-28
1
-1
/
+3
|
|
*
|
NFS: Optimise NFS close()
Trond Myklebust
2009-03-19
6
-21
/
+46
|
|
*
|
NFS: Fix the notifications when renaming onto an existing file
Trond Myklebust
2009-03-19
1
-5
/
+4
|
|
*
|
NFS: Fix up a mismerged patch
Trond Myklebust
2009-03-19
1
-1
/
+1
|
|
*
|
NFS: load the rpc/rdma transport module automatically
Tom Talpey
2009-03-11
1
-1
/
+3
|
|
*
|
NFS: Kill the "defined but not used" compile error on nommu machines
Trond Myklebust
2009-03-11
1
-7
/
+5
|
|
*
|
NFS: Throttle page dirtying while we're flushing to disk
Trond Myklebust
2009-03-11
6
-29
/
+42
|
|
*
|
NFS: cleanup - remove struct nfs_inode->ncommit
Trond Myklebust
2009-03-11
2
-10
/
+16
|
|
*
|
NFSv4: Simplify some cache consistency post-op GETATTRs
Trond Myklebust
2009-03-11
1
-5
/
+8
|
|
*
|
NFSv4: A referral is assumed to always point to a directory.
Trond Myklebust
2009-03-11
1
-0
/
+14
|
|
*
|
NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decoded
Trond Myklebust
2009-03-11
1
-19
/
+73
|
|
*
|
NFSv4: Clean up decode_getfattr()
Trond Myklebust
2009-03-11
1
-21
/
+57
|
|
*
|
NFS: Fix the type of struct nfs_fattr->mode
Trond Myklebust
2009-03-11
4
-45
/
+37
|
|
*
|
NFS: Shrink the struct nfs_fattr
Trond Myklebust
2009-03-11
1
-3
/
+0
|
|
*
|
NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr
Trond Myklebust
2009-03-11
4
-96
/
+161
|
|
*
|
NFSv4: Ignore errors on the post-op attributes in SETATTR calls
Trond Myklebust
2009-03-11
1
-3
/
+1
|
|
*
|
NFS: flush cached directory information slightly more readily.
NeilBrown
2009-03-11
1
-2
/
+13
|
|
*
|
NFS: Minor __nfs_revalidate_inode cleanup
Suresh Jayaraman
2009-03-11
1
-3
/
+0
*
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2009-04-01
19
-576
/
+1110
|
\
\
\
\
|
*
|
|
|
ext4: Regularize mount options
Theodore Ts'o
2009-03-28
1
-8
/
+22
|
*
|
|
|
ext4: fix locking typo in mballoc which could cause soft lockup hangs
Theodore Ts'o
2009-03-28
1
-1
/
+1
|
*
|
|
|
ext4: fix typo which causes a memory leak on error path
Dan Carpenter
2009-03-28
1
-1
/
+1
|
*
|
|
|
jbd2: Update locking coments
Jan Kara
2009-03-27
1
-5
/
+19
|
*
|
|
|
ext4: Rename pa_linear to pa_type
Aneesh Kumar K.V
2009-03-27
2
-11
/
+17
|
*
|
|
|
ext4: add checks of block references for non-extent inodes
Thiemo Nagel
2009-03-31
1
-7
/
+52
[next]