index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-07-09
NFS: Move fs/nfs/iostat.h to include/linux
Chuck Lever
1
-106
/
+13
2008-07-09
NFS: Remove the redundant file_open entry from struct nfs_rpc_ops
Trond Myklebust
4
-8
/
+2
2008-07-09
NFS: Fix the ftruncate() credential problem
Trond Myklebust
4
-26
/
+29
2008-07-09
rpc: bring back cl_chatty
Olga Kornievskaia
1
-1
/
+1
2008-07-09
NFS: implement option checking when remounting NFS filesystems (resend)
Jeff Layton
1
-0
/
+76
2008-07-09
fs/nfs/nfsroot.c: remove CVS keyword
Adrian Bunk
1
-2
/
+0
2008-07-09
NFS: Fix trace debugging nits in write.c
Chuck Lever
1
-13
/
+14
2008-07-09
NFS: Use NFSDBG_FILE for all fops
Chuck Lever
3
-30
/
+43
2008-07-09
NFS: Add debugging facility for NFS aops
Chuck Lever
1
-2
/
+27
2008-07-09
NFS: Make nfs_open methods consistent
Chuck Lever
2
-2
/
+9
2008-07-09
NFS: Make nfs_llseek methods consistent
Chuck Lever
2
-2
/
+15
2008-07-09
NFS: Make nfs_fsync methods consistent
Chuck Lever
2
-6
/
+9
2008-07-09
NFS: Update help text for CONFIG_NFS_FS
Chuck Lever
1
-58
/
+57
2008-07-09
NFS: do_setlk(): don't flush caches when we have a delegation
Trond Myklebust
1
-1
/
+2
2008-07-09
NFS: Revert commit 44dd151d
Trond Myklebust
1
-11
/
+2
2008-07-09
NFS: Optimise append writes with holes
Trond Myklebust
2
-9
/
+23
2008-07-09
NFS: Add correct bounds checking to NFSv2 locks
Trond Myklebust
2
-5
/
+39
2008-07-09
NFS: Fix a preemption count leak in nfs_update_request
Trond Myklebust
1
-7
/
+4
2008-07-09
NFS: Reduce the stack usage in NFSv3 create operations
Trond Myklebust
1
-129
/
+142
2008-07-09
NFS: Reduce the stack usage in NFSv4 create operations
Trond Myklebust
1
-107
/
+97
2008-07-08
Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-1
/
+1
2008-07-08
reiserfs: discard prealloc in reiserfs_delete_inode
Jeff Mahoney
1
-0
/
+2
2008-07-08
NFS: Fix readdir cache invalidation
Trond Myklebust
1
-1
/
+1
2008-07-06
Fix pagemap_read() use of struct mm_walk
Andrew Morton
1
-34
/
+38
2008-07-06
Fix clear_refs_write() use of struct mm_walk
Andrew Morton
1
-4
/
+4
2008-07-04
security: filesystem capabilities: fix fragile setuid fixup code
Andrew G. Morgan
1
-15
/
+22
2008-07-04
add kernel-doc for simple_read_from_buffer and memory_read_from_buffer
Akinobu Mita
1
-0
/
+28
2008-07-04
ntfs: update help text
Jess Guerrero
1
-1
/
+1
2008-07-04
ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()
Michael Halcrow
1
-2
/
+0
2008-07-04
reiserfs: add missing unlock to an error path in reiserfs_quota_write()
Jan Kara
1
-1
/
+3
2008-07-04
ext4: add missing unlock to an error path in ext4_quota_write()
Jan Kara
1
-1
/
+3
2008-07-04
ext3: add missing unlock to error path in ext3_quota_write()
Jan Kara
1
-1
/
+3
2008-07-03
9p: fix O_APPEND in legacy mode
Eric Van Hensbergen
3
-10
/
+14
2008-07-01
Properly notify block layer of sync writes
Jens Axboe
1
-5
/
+8
2008-06-29
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-34
/
+23
2008-06-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-91
/
+88
2008-06-24
[GFS2] fix gfs2 block allocation (cleaned up)
Benjamin Marzinski
1
-14
/
+9
2008-06-24
[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000
Bob Peterson
1
-1
/
+1
2008-06-24
Merge branch 'master' into for_mm
Jan Kara
14
-183
/
+185
2008-06-24
udf: Fix regression in UDF anchor block detection
Tomas Janousek
1
-34
/
+23
[next]