index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
jfs: don't allow os2 xattr namespace overlap with others
Dave Kleikamp
2010-08-13
1
-49
/
+38
*
signalfd: fill in ssi_int for posix timers and message queues
Nathan Lynch
2010-08-13
1
-0
/
+2
*
fs/ecryptfs/file.c: introduce missing free
Julia Lawall
2010-08-13
1
-2
/
+2
*
eCryptfs: Handle ioctl calls with unlocked and compat functions
Tyler Hicks
2010-08-13
1
-21
/
+35
*
splice: fix misuse of SPLICE_F_NONBLOCK
Miklos Szeredi
2010-08-13
1
-11
/
+1
*
GFS2: rename causes kernel Oops
Bob Peterson
2010-08-10
1
-1
/
+1
*
xfs: prevent swapext from operating on write-only files
Dan Rosenberg
2010-08-10
1
-1
/
+4
*
ecryptfs: Bugfix for error related to ecryptfs_hash_buckets
Andre Osterhues
2010-08-02
1
-8
/
+9
*
cifs: Fix a kernel BUG with remote OS/2 server (try #3)
Suresh Jayaraman
2010-08-02
1
-0
/
+16
*
cifs: remove bogus first_time check in NTLMv2 session setup code
Jeff Layton
2010-08-02
1
-9
/
+1
*
vfs: add NOFOLLOW flag to umount(2)
Miklos Szeredi
2010-07-05
1
-1
/
+8
*
ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages
Aneesh Kumar K.V
2010-07-05
1
-2
/
+19
*
ext4: Fix file fragmentation during large file write.
Aneesh Kumar K.V
2010-07-05
1
-33
/
+46
*
ext4: Use our own write_cache_pages()
Theodore Ts'o
2010-07-05
1
-12
/
+132
*
ext4: check s_log_groups_per_flex in online resize code
Eric Sandeen
2010-07-05
1
-1
/
+2
*
NFSD: don't report compiled-out versions as present
Pavel Emelyanov
2010-07-05
1
-1
/
+1
*
NFS: rsize and wsize settings ignored on v4 mounts
Chuck Lever
2010-05-26
1
-0
/
+2
*
nfs d_revalidate() is too trigger-happy with d_drop()
Al Viro
2010-05-26
1
-0
/
+2
*
nfsd4: bug in read_buf
Neil Brown
2010-05-26
1
-4
/
+4
*
ext4: Use tag dirty lookup during mpage_da_submit_io
Aneesh Kumar K.V
2010-05-26
1
-17
/
+13
*
ext4: Retry block allocation if we have free blocks left
Aneesh Kumar K.V
2010-05-26
1
-24
/
+57
*
ext4: Retry block reservation
Aneesh Kumar K.V
2010-05-26
3
-5
/
+24
*
ext4: Add percpu dirty block accounting.
Aneesh Kumar K.V
2010-05-26
5
-51
/
+73
*
ext4: Make sure all the block allocation paths reserve blocks
Aneesh Kumar K.V
2010-05-26
4
-30
/
+69
*
percpu counter: clean up percpu_counter_sum_and_set()
Mingming Cao
2010-05-26
1
-1
/
+1
*
ext4: invalidate pages if delalloc block allocation fails.
Aneesh Kumar K.V
2010-05-26
1
-12
/
+73
*
coredump: suppress uid comparison test if core output files are pipes
Neil Horman
2010-04-01
1
-1
/
+2
*
fix LOOKUP_FOLLOW on automount "symlinks"
Al Viro
2010-04-01
1
-2
/
+12
*
ext4: Avoid null pointer dereference when decoding EROFS w/o a journal
Theodore Ts'o
2010-04-01
1
-1
/
+2
*
Fix race in tty_fasync() properly
Linus Torvalds
2010-04-01
1
-4
/
+2
*
fnctl: f_modown should call write_lock_irqsave/restore
Greg Kroah-Hartman
2010-01-28
1
-2
/
+4
*
ecryptfs: use after free
Dan Carpenter
2010-01-28
1
-2
/
+2
*
ecryptfs: initialize private persistent file before dereferencing pointer
Erez Zadok
2010-01-28
1
-7
/
+7
*
reiserfs: truncate blocks not used by a write
Jan Kara
2010-01-28
1
-3
/
+14
*
generic_permission: MAY_OPEN is not write access
Serge E. Hallyn
2010-01-06
1
-0
/
+1
*
jffs2: Fix long-standing bug with symlink garbage collection.
David Woodhouse
2009-12-18
1
-1
/
+2
*
hfs: fix a potential buffer overflow
Amerigo Wang
2009-12-18
3
-1
/
+21
*
debugfs: fix create mutex racy fops and private data
Mathieu Desnoyers
2009-12-18
1
-23
/
+32
*
fuse: prevent fuse_put_request on invalid pointer
Anand V. Avati
2009-12-08
1
-1
/
+2
*
fuse: reject O_DIRECT flag also in fuse_create
Csaba Henk
2009-12-08
1
-0
/
+3
*
jffs2: Fix memory corruption in jffs2_read_inode_range()
David Woodhouse
2009-12-08
1
-3
/
+6
*
NFSv4: The link() operation should return any delegation on the file
Trond Myklebust
2009-11-09
1
-0
/
+2
*
NFSv4: Fix a problem whereby a buggy server can oops the kernel
Trond Myklebust
2009-11-09
2
-5
/
+13
*
NFSv4: Kill nfs4_renewd_prepare_shutdown()
Trond Myklebust
2009-11-09
2
-7
/
+0
*
nfs: Avoid overrun when copying client IP address string
Ben Hutchings
2009-11-09
1
-1
/
+1
*
NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCE
Trond Myklebust
2009-11-09
2
-4
/
+8
*
nfs: Panic when commit fails
Terry Loftin
2009-11-09
1
-0
/
+1
*
hfsplus: refuse to mount volumes larger than 2TB
Ben Hutchings
2009-11-09
1
-0
/
+4
*
fs: pipe.c null pointer dereference
Earl Chew
2009-11-09
1
-11
/
+30
*
eCryptfs: Prevent lower dentry from going negative during unlink (CVE-2009-2908)
Tyler Hicks
2009-10-12
1
-0
/
+2
[next]