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-06-24
mm: larger stack guard gap, between vmas
Hugh Dickins
2
-5
/
+1
2017-06-24
crypto: Work around deallocated stack frame reference gcc bug on sparc.
David Miller
2
-2
/
+8
2017-06-24
userfaultfd: shmem: handle coredumping in handle_userfault()
Andrea Arcangeli
1
-8
/
+21
2017-06-24
configfs: Fix race between create_link and configfs_rmdir
Nicholas Bellinger
1
-2
/
+1
2017-06-24
fs: pass on flags in compat_writev
Christoph Hellwig
1
-1
/
+1
2017-06-14
iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
Chandan Rajendra
1
-0
/
+3
2017-06-14
Btrfs: fix delalloc accounting leak caused by u32 overflow
Omar Sandoval
1
-2
/
+2
2017-06-14
btrfs: fix race with relocation recovery and fs_root setup
Jeff Mahoney
1
-3
/
+3
2017-06-14
btrfs: fix memory leak in update_space_info failure path
Jeff Mahoney
1
-0
/
+1
2017-06-14
btrfs: use correct types for page indices in btrfs_page_exists_in_range
David Sterba
1
-2
/
+2
2017-06-14
excessive checks in ufs_write_failed() and ufs_evict_inode()
Al Viro
1
-13
/
+5
2017-06-14
ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
Al Viro
1
-1
/
+3
2017-06-14
ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()
Al Viro
1
-1
/
+2
2017-06-14
ufs: set correct ->s_maxsize
Al Viro
1
-0
/
+18
2017-06-14
ufs: restore maintaining ->i_blocks
Al Viro
2
-1
/
+26
2017-06-14
fix ufs_isblockset()
Al Viro
1
-3
/
+7
2017-06-14
ufs: restore proper tail allocation
Al Viro
1
-1
/
+1
2017-06-14
ext4: fix fdatasync(2) after extent manipulation operations
Jan Kara
2
-0
/
+7
2017-06-14
ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
Jan Kara
1
-43
/
+37
2017-06-14
ext4: keep existing extra fields when inode expands
Konstantin Khlebnikov
1
-2
/
+3
2017-06-14
ext4: fix SEEK_HOLE
Jan Kara
1
-36
/
+14
2017-06-14
reiserfs: Make flush bios explicitely sync
Jan Kara
1
-2
/
+2
2017-06-14
gfs2: Make flush bios explicitely sync
Jan Kara
1
-1
/
+1
2017-06-14
nfsd4: fix null dereference on replay
J. Bruce Fields
1
-7
/
+6
2017-06-14
ovl: fix creds leak in copy up error path
Amir Goldstein
1
-5
/
+6
2017-06-07
xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
Jan Kara
1
-1
/
+1
2017-06-07
xfs: fix unaligned access in xfs_btree_visit_blocks
Eric Sandeen
1
-1
/
+1
2017-06-07
xfs: avoid mount-time deadlock in CoW extent recovery
Darrick J. Wong
1
-12
/
+31
2017-06-07
xfs: xfs_trans_alloc_empty
Christoph Hellwig
2
-0
/
+24
2017-06-07
xfs: bad assertion for delalloc an extent that start at i_size
Zorro Lang
1
-1
/
+1
2017-06-07
xfs: BMAPX shouldn't barf on inline-format directories
Darrick J. Wong
1
-2
/
+6
2017-06-07
xfs: fix indlen accounting error on partial delalloc conversion
Brian Foster
1
-3
/
+4
2017-06-07
xfs: fix use-after-free in xfs_finish_page_writeback
Eryu Guan
1
-2
/
+2
2017-06-07
xfs: reserve enough blocks to handle btree splits when remapping
Darrick J. Wong
3
-9
/
+37
2017-06-07
xfs: wait on new inodes during quotaoff dquot release
Brian Foster
1
-1
/
+2
2017-06-07
xfs: update ag iterator to support wait on new inodes
Brian Foster
2
-8
/
+53
2017-06-07
xfs: support ability to wait on new inodes
Brian Foster
2
-2
/
+7
2017-06-07
xfs: fix up quotacheck buffer list error handling
Brian Foster
3
-6
/
+26
2017-06-07
xfs: prevent multi-fsb dir readahead from reading random blocks
Brian Foster
1
-2
/
+3
2017-06-07
xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
Eric Sandeen
1
-2
/
+8
2017-06-07
xfs: fix integer truncation in xfs_bmap_remap_alloc
Christoph Hellwig
1
-1
/
+1
2017-06-07
xfs: drop iolock from reclaim context to appease lockdep
Brian Foster
2
-9
/
+8
2017-06-07
xfs: actually report xattr extents via iomap
Darrick J. Wong
1
-2
/
+2
2017-06-07
xfs: fix over-copying of getbmap parameters from userspace
Darrick J. Wong
1
-2
/
+3
2017-06-07
xfs: use dedicated log worker wq to avoid deadlock with cil wq
Brian Foster
3
-1
/
+10
2017-06-07
xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
Eryu Guan
1
-1
/
+1
2017-06-07
xfs: use ->b_state to fix buffer I/O accounting release race
Brian Foster
2
-15
/
+28
2017-06-07
xfs: Fix missed holes in SEEK_HOLE implementation
Jan Kara
1
-20
/
+9
2017-06-07
dax: fix race between colliding PMD & PTE entries
Ross Zwisler
1
-0
/
+23
2017-06-07
fs/ufs: Set UFS default maximum bytes per file
Richard Narron
1
-3
/
+2
[next]