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
2017-10-12
f2fs: don't allow encrypted operations without keys
Jaegeuk Kim
1
-0
/
+12
2017-10-12
ext4: don't allow encrypted operations without keys
Theodore Ts'o
1
-0
/
+12
2017-10-12
ext4: Don't clear SGID when inheriting ACLs
Jan Kara
1
-7
/
+15
2017-10-12
ext4: fix data corruption for mmap writes
Jan Kara
1
-2
/
+16
2017-10-12
vfs: deny copy_file_range() for non regular files
Amir Goldstein
1
-0
/
+5
2017-10-12
lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
Casey Schaufler
1
-1
/
+1
2017-10-08
xfs: remove kmem_zalloc_greedy
Darrick J. Wong
3
-24
/
+2
2017-10-08
nfs: make nfs4_cb_sv_ops static
Jason Yan
1
-2
/
+2
2017-10-08
hugetlbfs: initialize shared policy as part of inode allocation
Mike Kravetz
1
-13
/
+12
2017-10-08
Btrfs: fix potential use-after-free for cloned bio
Liu Bo
1
-1
/
+1
2017-10-08
Btrfs: fix segmentation fault when doing dio read
Liu Bo
1
-2
/
+6
2017-10-08
GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next
Dan Carpenter
1
-5
/
+7
2017-10-05
gfs2: Fix debugfs glocks dump
Andreas Gruenbacher
1
-11
/
+5
2017-10-05
btrfs: prevent to set invalid default subvolid
satoru takeuchi
1
-0
/
+4
2017-10-05
btrfs: propagate error to btrfs_cmp_data_prepare caller
Naohiro Aota
1
-1
/
+1
2017-10-05
btrfs: fix NULL pointer dereference from free_reloc_roots()
Naohiro Aota
1
-1
/
+1
2017-10-05
xfs: validate bdev support for DAX inode flag
Ross Zwisler
1
-1
/
+2
2017-10-05
vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
Andreas Gruenbacher
1
-2
/
+2
2017-10-05
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
Steve French
1
-0
/
+7
2017-10-05
SMB: Validate negotiate (to protect against downgrade) even if signing off
Steve French
1
-5
/
+12
2017-10-05
SMB3: Warn user if trying to sign connection that authenticated as guest
Steve French
1
-0
/
+2
2017-10-05
Fix SMB3.1.1 guest authentication to Samba
Steve French
1
-1
/
+1
2017-10-05
fs/proc: Report eip/esp in /prod/PID/stat for coredumping
John Ogness
1
-0
/
+9
2017-10-05
cifs: release auth_key.response for reconnect.
Shu Wang
1
-0
/
+8
2017-10-05
cifs: release cifs root_cred after exit_cifs
Shu Wang
1
-1
/
+1
2017-09-27
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
zhangyi (F)
1
-7
/
+31
2017-09-27
ext4: fix incorrect quotaoff if the quota feature is enabled
zhangyi (F)
1
-3
/
+3
2017-09-27
orangefs: Don't clear SGID when inheriting ACLs
Jan Kara
1
-20
/
+28
2017-09-27
NFSv4: Fix callback server shutdown
Trond Myklebust
1
-8
/
+16
2017-09-20
xfs: fix compiler warnings
Darrick J. Wong
5
-8
/
+11
2017-09-20
xfs: use kmem_free to free return value of kmem_zalloc
Pan Bian
1
-1
/
+1
2017-09-20
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
Christoph Hellwig
1
-24
/
+48
2017-09-20
xfs: don't set v3 xflags for v2 inodes
Christoph Hellwig
1
-13
/
+25
2017-09-20
xfs: fix incorrect log_flushed on fsync
Amir Goldstein
1
-7
/
+0
2017-09-20
xfs: disable per-inode DAX flag
Christoph Hellwig
1
-1
/
+2
2017-09-20
xfs: relog dirty buffers during swapext bmbt owner change
Brian Foster
2
-19
/
+66
2017-09-20
xfs: disallow marking previously dirty buffers as ordered
Brian Foster
2
-3
/
+6
2017-09-20
xfs: move bmbt owner change to last step of extent swap
Brian Foster
1
-18
/
+26
2017-09-20
xfs: skip bmbt block ino validation during owner change
Brian Foster
3
-1
/
+4
2017-09-20
xfs: don't log dirty ranges for ordered buffers
Brian Foster
3
-18
/
+16
2017-09-20
xfs: refactor buffer logging into buffer dirtying helper
Brian Foster
2
-17
/
+33
2017-09-20
xfs: ordered buffer log items are never formatted
Brian Foster
2
-11
/
+2
2017-09-20
xfs: remove unnecessary dirty bli format check for ordered bufs
Brian Foster
2
-30
/
+33
2017-09-20
xfs: open-code xfs_buf_item_dirty()
Brian Foster
3
-13
/
+1
2017-09-20
xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
Omar Sandoval
2
-10
/
+23
2017-09-20
xfs: evict all inodes involved with log redo item
Darrick J. Wong
3
-1
/
+13
2017-09-20
xfs: stop searching for free slots in an inode chunk when there are none
Carlos Maiolino
1
-28
/
+27
2017-09-20
xfs: add log recovery tracepoint for head/tail
Brian Foster
2
-0
/
+20
2017-09-20
xfs: handle -EFSCORRUPTED during head/tail verification
Brian Foster
1
-4
/
+3
2017-09-20
xfs: fix log recovery corruption error due to tail overwrite
Brian Foster
1
-31
/
+77
[next]