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
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
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
2016-08-31
fs/seq_file: fix out-of-bounds read
Vegard Nossum
1
-1
/
+3
2016-08-31
ubifs: Fix assertion in layout_in_gaps()
Vincent Stehlé
1
-1
/
+1
2016-08-22
nfsd: check permissions when setting ACLs
Ben Hutchings
3
-27
/
+25
2016-08-22
posix_acl: Add set_posix_acl
Andreas Gruenbacher
1
-17
/
+21
2016-08-22
fuse: fix wrong assignment of ->flags in fuse_send_init()
Wei Fang
1
-1
/
+1
2016-08-22
fuse: fuse_flush must check mapping->flags for errors
Maxim Patlasov
1
-0
/
+9
2016-08-22
fuse: fsync() did not return IO errors
Alexey Kuznetsov
1
-0
/
+15
2016-08-22
CIFS: Fix a possible invalid memory access in smb2_query_symlink()
Pavel Shilovsky
1
-1
/
+29
2016-08-22
fs/cifs: make share unaccessible at root level mountable
Aurelien Aptel
5
-5
/
+104
2016-08-22
fs/dcache.c: avoid soft-lockup in dput()
Wei Fang
1
-2
/
+5
2016-08-22
dcache: let the dentry count go down to zero without taking d_lock
Linus Torvalds
1
-4
/
+114
2016-08-22
nfs: don't create zero-length requests
Benjamin Coddington
1
-1
/
+4
2016-08-22
cifs: fix crash due to race in hmac(md5) handling
Rabin Vincent
1
-6
/
+10
2016-08-22
ext4: short-cut orphan cleanup on error
Vegard Nossum
1
-0
/
+10
2016-08-22
cifs: Check for existing directory when opening file with O_CREAT
Sachin Prabhu
1
-3
/
+21
2016-08-22
ext4: validate s_reserved_gdt_blocks on mount
Theodore Ts'o
2
-0
/
+10
2016-08-22
ext4: don't call ext4_should_journal_data() on the journal inode
Vegard Nossum
1
-3
/
+3
2016-08-22
ext4: fix deadlock during page writeback
Jan Kara
1
-3
/
+26
2016-08-22
ext4: check for extents that wrap around
Vegard Nossum
1
-2
/
+6
2016-08-07
ovl: verify upper dentry in ovl_remove_and_whiteout()
Maxim Patlasov
1
-30
/
+24
2016-08-07
ovl: Copy up underlying inode's ->i_mode to overlay inode
Vivek Goyal
2
-2
/
+2
2016-08-07
ovl: handle ATTR_KILL*
Miklos Szeredi
1
-0
/
+4
2016-07-20
ecryptfs: don't allow mmap when the lower fs doesn't support it
Jeff Mahoney
1
-1
/
+14
2016-07-20
Revert "ecryptfs: forbid opening files without mmap handler"
Jeff Mahoney
1
-11
/
+2
2016-07-12
xfs: print name of verifier if it fails
Eric Sandeen
18
-2
/
+24
2016-07-12
pipe: limit the per-user amount of pages allocated in pipes
Willy Tarreau
1
-2
/
+45
2016-07-12
Btrfs: don't use src fd for printk
Josef Bacik
1
-1
/
+1
2016-07-12
proc: prevent accessing /proc/<PID>/environ until it's ready
Mathias Krause
1
-1
/
+2
2016-07-12
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Eryu Guan
1
-3
/
+3
2016-07-12
locks: use file_inode()
Miklos Szeredi
1
-1
/
+1
2016-07-12
namespace: update event counter when umounting a deleted dentry
Andrey Ulanov
1
-0
/
+1
2016-07-12
NFS: Fix another OPEN_DOWNGRADE bug
Trond Myklebust
1
-3
/
+2
2016-07-12
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
Al Viro
1
-1
/
+1
2016-07-12
fs/nilfs2: fix potential underflow in call to crc32_le
Torsten Hilbrich
1
-1
/
+1
2016-07-12
File names with trailing period or space need special case conversion
Steve French
2
-4
/
+31
2016-07-12
Fix reconnect to not defer smb3 session reconnect long after socket reconnect
Steve French
2
-1
/
+30
2016-07-12
cifs: dynamic allocation of ntlmssp blob
Jerome Marchand
3
-43
/
+45
2016-07-12
[SMB3] Fix sec=krb5 on smb3 mounts
Steve French
1
-15
/
+61
2016-07-12
decode_negTokenInit had wrong calling sequence
Steve French
1
-2
/
+1
2016-07-12
UBIFS: Implement ->migratepage()
Kirill A. Shutemov
1
-0
/
+24
2016-07-12
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
5
-5
/
+7
2016-07-12
Btrfs: make btrfs_abort_transaction consider existence of new block groups
Filipe Manana
2
-3
/
+4
2016-07-12
nfsd4/rpc: move backchannel create logic into rpc code
J. Bruce Fields
1
-17
/
+1
2016-06-19
ecryptfs: forbid opening files without mmap handler
Jann Horn
1
-2
/
+11
2016-06-19
proc: prevent stacking filesystems on top
Jann Horn
1
-0
/
+7
2016-06-19
fix d_walk()/non-delayed __d_free() race
Al Viro
1
-2
/
+2
2016-06-19
mnt: fs_fully_visible test the proper mount for MNT_LOCKED
Eric W. Biederman
1
-1
/
+1
2016-06-19
mnt: If fs_fully_visible fails call put_filesystem.
Eric W. Biederman
1
-1
/
+3
2016-06-06
cifs: Create dedicated keyring for spnego operations
Sachin Prabhu
3
-2
/
+71
2016-06-06
xfs: skip stale inodes in xfs_iflush_cluster
Dave Chinner
1
-0
/
+1
[next]