index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-07
jfs: fix a couple races
Dave Kleikamp
2
-2
/
+3
2013-06-07
cifs: fix potential buffer overrun when composing a new options string
Jeff Layton
1
-1
/
+3
2013-06-07
nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary
Ryusuke Konishi
1
-4
/
+23
2013-06-07
ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()
Joseph Qi
1
-1
/
+1
2013-06-07
fat: fix possible overflow for fat_clusters
OGAWA Hirofumi
1
-1
/
+14
2013-06-07
cifs: only set ops for inodes in I_NEW state
Jeff Layton
1
-1
/
+2
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-11
autofs - remove autofs dentry mount check
David Jeffery
1
-9
/
+0
2013-05-07
ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
Theodore Ts'o
1
-1
/
+2
2013-05-07
nfsd: Decode and send 64bit time values
Bryan Schumaker
1
-14
/
+5
2013-05-07
nfsd4: don't close read-write opens too soon
J. Bruce Fields
1
-7
/
+1
2013-05-07
NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recall
Trond Myklebust
1
-0
/
+6
2013-05-07
LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot
Trond Myklebust
2
-3
/
+3
2013-05-07
fs/fscache/stats.c: fix memory leak
Anurup m
1
-1
/
+1
2013-04-25
Btrfs: make sure nbytes are right after log replay
Josef Bacik
1
-6
/
+42
2013-04-25
Revert "sysfs: fix race between readdir and lseek"
Jiri Kosina
1
-13
/
+1
2013-04-25
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
[next]