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
2015-08-10
xfs: remote attributes need to be considered data
Dave Chinner
1
-4
/
+11
2015-08-10
xfs: remote attribute headers contain an invalid LSN
Dave Chinner
2
-9
/
+31
2015-08-10
NFS: Fix a memory leak in nfs_do_recoalesce
Trond Myklebust
1
-1
/
+4
2015-08-10
NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_locked
Trond Myklebust
1
-0
/
+3
2015-08-10
NFS: Don't revalidate the mapping if both size and change attr are up to date
Trond Myklebust
1
-4
/
+4
2015-08-10
mnt: In detach_mounts detach the appropriate unmounted mount
Eric W. Biederman
1
-5
/
+2
2015-08-10
mnt: Clarify and correct the disconnect logic in umount_tree
Eric W. Biederman
2
-6
/
+31
2015-08-10
freeing unlinked file indefinitely delayed
Al Viro
1
-2
/
+5
2015-08-03
hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead
Joe Perches
1
-4
/
+7
2015-08-03
hpfs: kstrdup() out of memory handling
Sanidhya Kashyap
1
-2
/
+5
2015-08-03
9p: don't leave a half-initialized inode sitting around
Al Viro
2
-4
/
+2
2015-08-03
nfs: always update creds in mirror, even when we have an already connected ds
Jeff Layton
1
-2
/
+2
2015-08-03
nfs: fix potential credential leak in ff_layout_update_mirror_cred
Jeff Layton
1
-1
/
+2
2015-08-03
NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes
Trond Myklebust
2
-0
/
+2
2015-08-03
fixing infinite OPEN loop in 4.0 stateid recovery
Olga Kornievskaia
1
-0
/
+2
2015-08-03
NFS: Fix size of NFSACL SETACL operations
Chuck Lever
1
-1
/
+1
2015-08-03
pNFS/flexfiles: Fix the reset of struct pgio_header when resending
Trond Myklebust
1
-1
/
+1
2015-08-03
pNFS: Fix a memory leak when attempted pnfs fails
Trond Myklebust
1
-0
/
+2
2015-08-03
ovl: lookup whiteouts outside iterate_dir()
Miklos Szeredi
1
-28
/
+49
2015-08-03
fuse: initialize fc->release before calling it
Miklos Szeredi
1
-1
/
+1
2015-08-03
Btrfs: fix file corruption after cloning inline extents
Filipe Manana
1
-0
/
+14
2015-08-03
Btrfs: fix list transaction->pending_ordered corruption
Filipe Manana
1
-2
/
+2
2015-08-03
Btrfs: fix memory leak in the extent_same ioctl
Filipe Manana
1
-1
/
+3
2015-08-03
Btrfs: fix fsync data loss after append write
Filipe Manana
1
-5
/
+9
2015-08-03
Btrfs: fix race between caching kthread and returning inode to inode cache
Filipe Manana
1
-4
/
+11
2015-08-03
Btrfs: use kmem_cache_free when freeing entry in inode cache
Filipe Manana
1
-1
/
+1
2015-08-03
Btrfs: don't invalidate root dentry when subvolume deletion fails
Omar Sandoval
1
-3
/
+1
2015-08-03
xfs: don't truncate attribute extents if no extents exist
Brian Foster
1
-2
/
+8
2015-08-03
xfs: fix remote symlinks on V5/CRC filesystems
Eric Sandeen
1
-1
/
+1
2015-08-03
jbd2: fix ocfs2 corrupt when updating journal superblock fails
Joseph Qi
2
-10
/
+33
2015-08-03
jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()
Dmitry Monakhov
1
-1
/
+1
2015-08-03
ext4: replace open coded nofail allocation in ext4_free_blocks()
Michal Hocko
1
-11
/
+5
2015-08-03
ext4: correctly migrate a file with a hole at the beginning
Eryu Guan
1
-4
/
+5
2015-08-03
ext4: be more strict when migrating to non-extent based file
Eryu Guan
1
-1
/
+11
2015-08-03
ext4: fix reservation release on invalidatepage for delalloc fs
Lukas Czerner
1
-3
/
+12
2015-08-03
ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp
Nikolay Borisov
1
-3
/
+3
2015-08-03
ext4: fix fencepost error in lazytime optimization
Theodore Ts'o
1
-1
/
+6
2015-08-03
ext4: set lazytime on remount if MS_LAZYTIME is set by mount
Theodore Ts'o
1
-0
/
+3
2015-08-03
ext4: don't retry file block mapping on bigalloc fs with non-extent file
Darrick J. Wong
1
-1
/
+1
2015-08-03
ext4: call sync_blockdev() before invalidate_bdev() in put_super()
Theodore Ts'o
1
-0
/
+1
2015-08-03
ext4: fix race between truncate and __ext4_journalled_writepage()
Theodore Ts'o
1
-4
/
+19
2015-07-21
mnt: Modify fs_fully_visible to deal with locked ro nodev and atime
Eric W. Biederman
1
-3
/
+21
2015-07-21
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
Eric W. Biederman
3
-9
/
+9
2015-07-21
mnt: Update fs_fully_visible to test for permanently empty directories
Eric W. Biederman
1
-3
/
+2
2015-07-21
sysfs: Create mountpoints with sysfs_create_mount_point
Eric W. Biederman
5
-31
/
+17
2015-07-21
sysfs: Add support for permanently empty directories to serve as mount points.
Eric W. Biederman
1
-0
/
+34
2015-07-21
kernfs: Add support for always empty directories.
Eric W. Biederman
2
-1
/
+39
2015-07-21
proc: Allow creating permanently empty directories that serve as mount points
Eric W. Biederman
4
-2
/
+35
2015-07-21
sysctl: Allow creating permanently empty directories that serve as mountpoints.
Eric W. Biederman
1
-0
/
+37
2015-07-21
fs: Add helper functions for permanently empty directories.
Eric W. Biederman
1
-0
/
+96
[next]