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.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
2012-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
3
-6
/
+13
2012-08-22
Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
15
-119
/
+239
2012-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-1
/
+3
2012-08-22
fs: fix fs/namei.c kernel-doc warnings
Randy Dunlap
1
-0
/
+2
2012-08-22
eventpoll: use-after-possible-free in epoll_create1()
Al Viro
1
-1
/
+1
2012-08-22
ceph: avoid divide by zero in __validate_layout()
Sage Weil
1
-1
/
+2
2012-08-22
ceph: tolerate (and warn on) extraneous dentry from mds
Sage Weil
1
-5
/
+10
2012-08-20
vfs: missed source of ->f_pos races
Al Viro
1
-2
/
+8
2012-08-20
libceph: delay debugfs initialization until we learn global_id
Sage Weil
1
-0
/
+1
2012-08-20
NFSv3: Ensure that do_proc_get_root() reports errors correctly
Trond Myklebust
1
-1
/
+1
2012-08-20
NFSv4: Ensure that nfs4_alloc_client cleans up on error.
Trond Myklebust
1
-1
/
+1
2012-08-18
Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-5
/
+13
2012-08-17
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-27
/
+46
2012-08-17
autofs4 - fix expire check
Ian Kent
1
-5
/
+0
2012-08-17
ext4: fix kernel BUG on large-scale rm -rf commands
Theodore Ts'o
1
-0
/
+1
2012-08-17
ext4: fix long mount times on very big file systems
Theodore Ts'o
1
-0
/
+4
2012-08-17
ext4: don't call ext4_error while block group is locked
Theodore Ts'o
2
-26
/
+37
2012-08-17
NFS: return -ENOKEY when the upcall fails to map the name
Bryan Schumaker
1
-4
/
+2
2012-08-17
NFS: Clear key construction data if the idmap upcall fails
Bryan Schumaker
1
-14
/
+42
2012-08-17
NFSv4: Don't use private xdr_stream fields in decode_getacl
Trond Myklebust
1
-5
/
+6
2012-08-17
NFSv4: Fix the acl cache size calculation
Trond Myklebust
1
-2
/
+3
2012-08-17
NFSv4: Fix pointer arithmetic in decode_getacl
Trond Myklebust
2
-15
/
+8
2012-08-17
NFS: Alias the nfs module to nfs4
bjschuma@gmail.com
1
-0
/
+2
2012-08-17
NFS: Fix a regression when loading the NFS v4 module
bjschuma@gmail.com
5
-26
/
+49
2012-08-16
autofs4 - fix get_next_positive_subdir()
Ian Kent
1
-18
/
+13
2012-08-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-10
/
+40
2012-08-16
vfs: fix propagation of atomic_open create error on negative dentry
Sage Weil
1
-0
/
+4
2012-08-15
fuse: check create mode in atomic open
Miklos Szeredi
1
-0
/
+3
2012-08-15
vfs: pass right create mode to may_o_create()
Miklos Szeredi
1
-1
/
+1
2012-08-15
vfs: atomic_open(): fix create mode usage
Miklos Szeredi
1
-1
/
+1
2012-08-15
vfs: canonicalize create mode in build_open_flags()
Miklos Szeredi
1
-3
/
+4
2012-08-12
Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+0
2012-08-09
Btrfs: remove mnt_want_write call in btrfs_mksubvol
Alexander Block
1
-5
/
+0
2012-08-09
NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done
Trond Myklebust
1
-6
/
+2
2012-08-06
fuse: verify all ioctl retry iov elements
Zach Brown
1
-1
/
+1
2012-08-06
ext4: avoid kmemcheck complaint from reading uninitialized memory
Theodore Ts'o
1
-0
/
+1
2012-08-06
ext4: make sure the journal sb is written in ext4_clear_journal_err()
Theodore Ts'o
2
-1
/
+3
2012-08-04
missed mnt_drop_write() in do_dentry_open()
Al Viro
1
-1
/
+1
2012-08-04
UBIFS: nuke pdflush from comments
Artem Bityutskiy
2
-6
/
+6
2012-08-04
gfs2: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
2012-08-04
nilfs2: nuke write_super from comments
Artem Bityutskiy
2
-6
/
+0
2012-08-04
hfs: nuke write_super from comments
Artem Bityutskiy
1
-2
/
+2
2012-08-04
vfs: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
2012-08-04
jbd/jbd2: nuke write_super from comments
Artem Bityutskiy
2
-4
/
+4
2012-08-04
btrfs: nuke pdflush from comments
Artem Bityutskiy
2
-2
/
+3
2012-08-04
btrfs: nuke write_super from comments
Artem Bityutskiy
2
-8
/
+0
2012-08-04
ext4: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
2012-08-04
ext4: nuke write_super from comments
Artem Bityutskiy
2
-19
/
+0
2012-08-04
ext3: nuke write_super from comments
Artem Bityutskiy
2
-19
/
+0
2012-08-04
vfs: kill write_super and sync_supers
Artem Bityutskiy
1
-40
/
+0
[next]