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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2013-05-24
btrfs: don't stop searching after encountering the wrong item
Gabriel de Perthuis
1
-5
/
+5
2013-05-19
ext4: limit group search loop for non-extent files
Lachlan McIlroy
1
-1
/
+5
2013-05-12
autofs - remove autofs dentry mount check
David Jeffery
1
-9
/
+0
2013-05-08
ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
Theodore Ts'o
1
-1
/
+2
2013-05-08
nfsd: Decode and send 64bit time values
Bryan Schumaker
1
-14
/
+5
2013-05-08
nfsd4: don't close read-write opens too soon
J. Bruce Fields
1
-7
/
+1
2013-05-08
NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recall
Trond Myklebust
1
-0
/
+6
2013-05-08
LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot
Trond Myklebust
2
-3
/
+3
2013-05-08
fs/fscache/stats.c: fix memory leak
Anurup m
1
-1
/
+1
2013-04-26
Btrfs: make sure nbytes are right after log replay
Josef Bacik
1
-6
/
+42
2013-04-26
Revert "sysfs: fix race between readdir and lseek"
Jiri Kosina
1
-13
/
+1
2013-04-26
hfsplus: fix potential overflow in hfsplus_file_truncate()
Vyacheslav Dubeyko
1
-1
/
+1
2013-04-12
ext4: fixup 64-bit divides in 3.0-stable backport of upstream fix
Todd Poynor
1
-2
/
+3
2013-04-12
reiserfs: Fix warning and inode leak when deleting inode with xattrs
Jan Kara
1
-2
/
+2
2013-04-12
UBIFS: make space fixup work in the remount case
Artem Bityutskiy
1
-6
/
+6
2013-04-05
ext4: use atomic64_t for the per-flexbg free_clusters count
Theodore Ts'o
5
-21
/
+21
2013-04-05
nfsd4: reject "negative" acl lengths
J. Bruce Fields
1
-1
/
+1
2013-04-05
loop: prevent bdev freeing while device in use
Anatol Pomozov
1
-0
/
+1
2013-04-05
NFS: nfs_getaclargs.acl_len is a size_t
Chuck Lever
1
-1
/
+2
2013-04-05
NFSv4: Fix an Oops in the NFSv4 getacl code
Trond Myklebust
2
-5
/
+8
2013-04-05
NFSv4: include bitmap in nfsv4 get acl data
Andy Adamson
2
-47
/
+80
2013-04-05
Btrfs: limit the global reserve to 512mb
Josef Bacik
1
-1
/
+1
2013-04-05
sysfs: handle failure path correctly for readdir()
Ming Lei
1
-0
/
+4
2013-04-05
sysfs: fix race between readdir and lseek
Ming Lei
1
-1
/
+12
2013-03-28
exec: use -ELOOP for max recursion depth
Kees Cook
4
-15
/
+6
2013-03-28
udf: avoid info leak on export
Mathias Krause
1
-0
/
+1
2013-03-28
isofs: avoid info leak on export
Mathias Krause
1
-0
/
+1
2013-03-28
Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...
Mathieu Desnoyers
1
-8
/
+7
2013-03-28
udf: Fix bitmap overflow on large filesystems with small block size
Jan Kara
1
-1
/
+1
2013-03-28
ext4: fix the wrong number of the allocated blocks in ext4_split_extent()
Zheng Liu
1
-1
/
+5
2013-03-28
cifs: ignore everything in SPNEGO blob after mechTypes
Jeff Layton
1
-48
/
+5
2013-03-20
block: use i_size_write() in bd_set_size()
Guo Chao
1
-1
/
+3
2013-03-20
btrfs: use rcu_barrier() to wait for bdev puts at unmount
Eric Sandeen
1
-0
/
+6
2013-03-20
ext3: Fix format string issues
Lars-Peter Clausen
1
-2
/
+2
2013-03-14
vfs: fix pipe counter breakage
Al Viro
1
-0
/
+3
2013-03-14
cifs: ensure that cifs_get_root() only traverses directories
Jeff Layton
1
-0
/
+5
2013-03-14
btrfs: Init io_lock after cloning btrfs device struct
Thomas Gleixner
1
-0
/
+1
2013-03-04
ext4: fix race in ext4_mb_add_n_trim()
Niu Yawei
1
-3
/
+3
2013-03-04
ocfs2: ac->ac_allow_chain_relink=0 won't disable group relink
Xiaowei.Hu
2
-5
/
+4
2013-02-28
NLS: improve UTF8 -> UTF16 string conversion routine
Alan Stern
2
-11
/
+35
2013-02-28
ext4: add missing kfree() on error return path in add_new_gdb()
Dan Carpenter
1
-0
/
+1
2013-02-28
ext4: Free resources in some error path in ext4_fill_super
Tao Ma
1
-8
/
+11
2013-02-28
NLM: Ensure that we resend all pending blocking locks after a reclaim
Trond Myklebust
1
-0
/
+3
2013-02-28
ocfs2: unlock super lock if lockres refresh failed
Junxiao Bi
1
-1
/
+4
2013-02-28
inotify: remove broken mask checks causing unmount to be EINVAL
Jim Somerville
1
-4
/
+0
2013-02-14
tcp: fix MSG_SENDPAGE_NOTLAST logic
Eric Dumazet
1
-1
/
+3
2013-02-11
nilfs2: fix fix very long mount time issue
Vyacheslav Dubeyko
1
-1
/
+4
2013-02-04
fs/cifs/cifs_dfs_ref.c: fix potential memory leakage
Cong Ding
1
-0
/
+2
2013-01-21
ext4: init pagevec in ext4_da_block_invalidatepages
Eric Sandeen
1
-0
/
+2
2013-01-17
GFS2: Test bufdata with buffer locked and gfs2_log_lock held
Benjamin Marzinski
2
-14
/
+12
[next]