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-22
proc: prevent stacking filesystems on top
Jann Horn
1
-0
/
+7
2016-08-22
fs: limit filesystem stacking depth
Miklos Szeredi
1
-0
/
+7
2016-08-22
ecryptfs: don't allow mmap when the lower fs doesn't support it
Jeff Mahoney
1
-1
/
+14
2016-08-22
NFS: Fix another OPEN_DOWNGRADE bug
Trond Myklebust
1
-3
/
+2
2016-08-22
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
Al Viro
1
-1
/
+1
2016-08-22
fs/nilfs2: fix potential underflow in call to crc32_le
Torsten Hilbrich
1
-1
/
+1
2016-08-22
Fix reconnect to not defer smb3 session reconnect long after socket reconnect
Steve French
2
-1
/
+30
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
cifs: dynamic allocation of ntlmssp blob
Jerome Marchand
3
-44
/
+45
2016-08-22
cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name
Jerome Marchand
1
-1
/
+1
2016-08-22
UBIFS: Implement ->migratepage()
Kirill A. Shutemov
1
-0
/
+24
2016-08-22
fix d_walk()/non-delayed __d_free() race
Al Viro
1
-2
/
+3
2016-08-22
mnt: fs_fully_visible test the proper mount for MNT_LOCKED
Eric W. Biederman
1
-1
/
+1
2016-08-22
hpfs: implement the show_options method
Mikulas Patocka
1
-11
/
+32
2016-08-22
hpfs: fix remount failure when there are no options changed
Mikulas Patocka
1
-2
/
+3
2016-08-22
cifs: Create dedicated keyring for spnego operations
Sachin Prabhu
3
-2
/
+71
2016-08-22
xfs: skip stale inodes in xfs_iflush_cluster
Dave Chinner
1
-0
/
+1
2016-08-22
xfs: fix inode validity check in xfs_iflush_cluster
Dave Chinner
1
-4
/
+4
2016-08-22
xfs: xfs_iflush_cluster fails to abort on error
Dave Chinner
1
-4
/
+13
2016-08-22
remove directory incorrectly tries to set delete on close on non-empty direct...
Steve French
4
-2
/
+25
2016-08-22
fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication
Stefan Metzmacher
1
-15
/
+19
2016-08-22
fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication
Stefan Metzmacher
1
-18
/
+23
2016-08-22
fs/cifs: correctly to anonymous authentication for the LANMAN authentication
Stefan Metzmacher
1
-16
/
+18
2016-08-22
fs/cifs: correctly to anonymous authentication via NTLMSSP
Stefan Metzmacher
1
-12
/
+20
2016-08-22
ext4: fix oops on corrupted filesystem
Jan Kara
1
-1
/
+1
2016-08-22
ext4: clean up error handling when orphan list is corrupted
Theodore Ts'o
1
-24
/
+21
2016-08-22
ext4: fix hang when processing corrupted orphaned inode list
Theodore Ts'o
1
-4
/
+6
2016-08-22
btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl
Luke Dashjr
4
-2
/
+24
2016-08-22
ext4: fix data exposure after a crash
Jan Kara
1
-9
/
+14
2016-08-22
xfs: disallow rw remount on fs with unknown ro-compat features
Eric Sandeen
1
-0
/
+10
2016-06-15
xfs: mmap lock needs to be inside freeze protection
Dave Chinner
1
-3
/
+8
2016-06-15
xfs: lock out page faults from extent swap operations
Dave Chinner
1
-20
/
+14
2016-06-15
xfs: xfs_setattr_size no longer races with page faults
Dave Chinner
1
-12
/
+14
2016-06-15
xfs: take i_mmap_lock on extent manipulation operations
Dave Chinner
3
-6
/
+7
2016-06-15
xfs: use i_mmaplock on write faults
Dave Chinner
2
-15
/
+25
2016-06-15
xfs: use i_mmaplock on read faults
Dave Chinner
2
-1
/
+29
2016-06-15
xfs: introduce mmap/truncate lock
Dave Chinner
3
-38
/
+121
2016-06-15
xfs: fix swapext ilock deadlock
Dave Chinner
1
-15
/
+18
2016-06-15
ocfs2: fix posix_acl_create deadlock
Junxiao Bi
6
-48
/
+77
2016-06-15
ocfs2: dereferencing freed pointers in ocfs2_reflink()
Dan Carpenter
1
-1
/
+1
2016-06-15
get_rock_ridge_filename(): handle malformed NM entries
Al Viro
1
-3
/
+10
2016-06-15
proc: prevent accessing /proc/<PID>/environ until it's ready
Mathias Krause
1
-1
/
+2
2016-06-15
propogate_mnt: Handle the first propogated copy being a slave
Eric W. Biederman
1
-11
/
+14
2016-06-15
fs/pnode.c: treat zero mnt_group_id-s as unequal
Maxim Patlasov
1
-2
/
+7
2016-06-15
atomic_open(): fix the handling of create_error
Al Viro
1
-16
/
+4
2016-06-15
libceph: make authorizer destruction independent of ceph_auth_client
Ilya Dryomov
1
-4
/
+2
2016-05-01
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Eryu Guan
1
-3
/
+3
2016-05-01
Btrfs: fix file/data loss caused by fsync after rename and new inode
Filipe Manana
1
-0
/
+137
2016-05-01
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
3
-4
/
+55
[next]