index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/9p: Initialize root inode number for dotl
Aneesh Kumar K.V
2011-03-15
1
-1
/
+1
*
fs/9p: Update link count correctly on different file system operations
Aneesh Kumar K.V
2011-03-15
2
-5
/
+29
*
fs/9p: Add drop_inode 9p callback
Aneesh Kumar K.V
2011-03-15
1
-0
/
+15
*
fs/9p: Add direct IO support in cached mode
Aneesh Kumar K.V
2011-03-15
2
-6
/
+116
*
fs/9p: Fix inode i_size update in file_write
Aneesh Kumar K.V
2011-03-15
1
-2
/
+6
*
fs/9p: set default readahead pages in cached mode
Aneesh Kumar K.V
2011-03-15
1
-0
/
+2
*
fs/9p: Move writeback fid to v9fs_inode
Aneesh Kumar K.V
2011-03-15
5
-24
/
+41
*
fs/9p: Add v9fs_inode
Aneesh Kumar K.V
2011-03-15
8
-220
/
+184
*
fs/9p: Don't set stat.st_blocks based on nrpages
Aneesh Kumar K.V
2011-03-15
2
-6
/
+8
*
fs/9p: Add inode hashing
Aneesh Kumar K.V
2011-03-15
4
-70
/
+124
*
fs/9p: We need not writeback dirty pages during close
Aneesh Kumar K.V
2011-03-15
1
-1
/
+0
*
fs/9p: Implement syncfs call back for 9Pfs
Aneesh Kumar K.V
2011-03-15
2
-9
/
+25
*
fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode
Aneesh Kumar K.V
2011-03-15
1
-2
/
+3
*
fs/9p: Clarify cached dentry delete operation
Aneesh Kumar K.V
2011-03-15
1
-9
/
+4
*
fs/9p: Add buffered write support for v9fs.
Aneesh Kumar K.V
2011-03-15
2
-19
/
+218
*
fs/9p: Add fid to inode in cached mode
Aneesh Kumar K.V
2011-03-15
5
-3
/
+83
*
fs/9p: Add read write helper function
Aneesh Kumar K.V
2011-03-15
2
-42
/
+64
*
fs/9p: [fscache] wait for page write in cached mode
Aneesh Kumar K.V
2011-03-15
3
-2
/
+27
*
fs/9p: increment inode->i_count in cached mode.
Aneesh Kumar K.V
2011-03-15
1
-6
/
+1
*
fs/9p: set fs cache cookie in create path also
Aneesh Kumar K.V
2011-03-15
3
-3
/
+9
*
fs/9p: set the cached file_operations struct during inode init
Aneesh Kumar K.V
2011-03-15
3
-16
/
+15
*
[fs/9p] Make access=client default in 9p2000.L protocol
Venkateswararao Jujjuri (JV)
2011-03-15
1
-9
/
+12
*
[fs/9P] Add posixacl mount option
Venkateswararao Jujjuri (JV)
2011-03-15
4
-12
/
+31
*
[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.
Venkateswararao Jujjuri (JV)
2011-03-15
1
-4
/
+2
*
[fs/9p] Initialze cached acls both in cached/uncached mode.
Venkateswararao Jujjuri (JV)
2011-03-15
1
-4
/
+6
*
[fs/9p] Plug potential acl leak
Venkateswararao Jujjuri (JV)
2011-03-15
1
-2
/
+6
*
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2011-03-14
9
-69
/
+109
|
\
|
*
NFS: NFSROOT should default to "proto=udp"
Chuck Lever
2011-03-11
1
-15
/
+14
|
*
nfs4: remove duplicated #include
Huang Weiyi
2011-03-11
1
-1
/
+0
|
*
NFSv4: nfs4_state_mark_reclaim_nograce() should be static
Trond Myklebust
2011-03-11
2
-4
/
+2
|
*
NFSv4: Fix the setlk error handler
Trond Myklebust
2011-03-11
1
-9
/
+4
|
*
NFSv4.1: Fix the handling of the SEQUENCE status bits
Trond Myklebust
2011-03-11
1
-3
/
+8
|
*
NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses
Trond Myklebust
2011-03-11
3
-29
/
+49
|
*
NFSv4.1 reclaim complete must wait for completion
Andy Adamson
2011-03-10
1
-0
/
+3
|
*
NFSv4: remove duplicate clientid in struct nfs_client
Andy Adamson
2011-03-10
1
-2
/
+2
|
*
NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY
Ricardo Labiaga
2011-03-10
1
-1
/
+11
|
*
(try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 3...
Frank Filz
2011-03-10
1
-1
/
+6
|
*
nfs: fix compilation warning
Jovi Zhang
2011-03-10
1
-1
/
+1
|
*
nfs: add kmalloc return value check in decode_and_add_ds
Stanislav Fomichev
2011-03-10
1
-0
/
+4
|
*
nfs: close NFSv4 COMMIT vs. CLOSE race
Jeff Layton
2011-03-10
1
-0
/
+2
|
*
SUNRPC: Close a race in __rpc_wait_for_completion_task()
Trond Myklebust
2011-03-10
2
-3
/
+3
*
|
Fix corrupted OSF partition table parsing
Timo Warns
2011-03-14
1
-2
/
+10
*
|
compat breakage in preadv() and pwritev()
Al Viro
2011-03-13
1
-2
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2011-03-13
5
-62
/
+135
|
\
\
|
*
|
Btrfs: break out of shrink_delalloc earlier
Chris Mason
2011-03-12
2
-12
/
+32
|
*
|
btrfs: fix not enough reserved space
Miao Xie
2011-03-10
1
-2
/
+3
|
*
|
btrfs: fix dip leak
Daniel J Blueman
2011-03-10
1
-0
/
+1
|
*
|
Btrfs: make sure not to return overlapping extents to fiemap
Chris Mason
2011-03-08
1
-6
/
+27
|
*
|
Btrfs: deal with short returns from copy_from_user
Chris Mason
2011-03-07
1
-0
/
+13
|
*
|
Btrfs: fix regressions in copy_from_user handling
Chris Mason
2011-03-07
1
-42
/
+59
[next]