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
2018-09-26
f2fs: do checkpoint in kill_sb
Jaegeuk Kim
1
-3
/
+13
2018-09-26
configfs: fix registered group removal
Mike Christie
1
-0
/
+11
2018-09-26
vfs: fix freeze protection in mnt_want_write_file() for overlayfs
Miklos Szeredi
1
-3
/
+4
2018-09-26
binfmt_elf: Respect error return from `regset->active'
Maciej W. Rozycki
1
-1
/
+1
2018-09-26
NFSv4.1 fix infinite loop on I/O.
Trond Myklebust
2
-3
/
+9
2018-09-26
NFSv4: Fix a tracepoint Oops in initiate_file_draining()
Trond Myklebust
1
-1
/
+1
2018-09-26
cifs: integer overflow in in SMB2_ioctl()
Dan Carpenter
1
-2
/
+2
2018-09-26
CIFS: fix wrapping bugs in num_entries()
Dan Carpenter
1
-10
/
+15
2018-09-26
cifs: prevent integer overflow in nxt_dir_entry()
Dan Carpenter
1
-2
/
+9
2018-09-26
ovl: fix oopses in ovl_fill_super() failure paths
Miklos Szeredi
1
-12
/
+14
2018-09-26
pstore: Fix incorrect persistent ram buffer mapping
Bin Yang
1
-3
/
+14
2018-09-26
gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
Bob Peterson
1
-1
/
+2
2018-09-26
gfs2: Special-case rindex for gfs2_grow
Andreas Gruenbacher
1
-1
/
+1
2018-09-19
autofs: fix autofs_sbi() does not check super block type
Ian Kent
2
-2
/
+3
2018-09-19
NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
Trond Myklebust
1
-2
/
+2
2018-09-19
f2fs: fix to do sanity check with extra_attr feature
Chao Yu
1
-4
/
+15
2018-09-19
f2fs: fix to propagate return value of scan_nat_page()
Chao Yu
2
-13
/
+31
2018-09-19
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
Chao Yu
1
-2
/
+19
2018-09-19
f2fs: fix to do sanity check with secs_per_zone
Chao Yu
1
-2
/
+2
2018-09-19
f2fs: avoid potential deadlock in f2fs_sbi_store
Jaegeuk Kim
1
-2
/
+4
2018-09-19
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
Dan Carpenter
1
-1
/
+1
2018-09-19
f2fs: fix to wait on page writeback before updating page
Chao Yu
1
-0
/
+1
2018-09-19
f2fs: fix to do sanity check with reserved blkaddr of inline inode
Chao Yu
1
-0
/
+21
2018-09-19
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
Chao Yu
1
-1
/
+7
2018-09-19
f2fs: try grabbing node page lock aggressively in sync scenario
Chao Yu
1
-1
/
+3
2018-09-19
nfs: Referrals not inheriting proto setting from parent
Calum Mackay
1
-3
/
+3
2018-09-19
NFSv4.0 fix client reference leak in callback
Olga Kornievskaia
1
-3
/
+8
2018-09-19
f2fs: fix to detect looped node chain correctly
Chao Yu
1
-2
/
+2
2018-09-19
f2fs: fix defined but not used build warnings
Randy Dunlap
1
-3
/
+7
2018-09-19
f2fs: issue discard align to section in LFS mode
Yunlong Song
1
-3
/
+17
2018-09-19
f2fs: Keep alloc_valid_block_count in sync
Daniel Rosenberg
1
-2
/
+4
2018-09-19
f2fs: do not set free of current section
Yunlong Song
1
-0
/
+3
2018-09-19
f2fs: fix to active page in lru list for read path
Chao Yu
1
-1
/
+6
2018-09-19
Btrfs: fix data corruption when deduplicating between different files
Filipe Manana
1
-0
/
+19
2018-09-19
btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata
Lu Fengqi
1
-9
/
+8
2018-09-19
cifs: connect to servername instead of IP for IPC$ share
Thomas Werschlein
1
-1
/
+1
2018-09-19
smb3: check for and properly advertise directory lease support
Steve French
2
-5
/
+8
2018-09-19
SMB3: Backup intent flag missing for directory opens with backupuid mounts
Steve French
2
-5
/
+22
2018-09-15
btrfs: fix mount and ioctl device scan ioctl race
David Sterba
1
-6
/
+6
2018-09-15
btrfs: reorder initialization before the mount locks uuid_mutex
David Sterba
1
-16
/
+14
2018-09-15
btrfs: lift uuid_mutex to callers of btrfs_parse_early_options
David Sterba
1
-2
/
+4
2018-09-15
btrfs: lift uuid_mutex to callers of btrfs_scan_one_device
David Sterba
2
-3
/
+13
2018-09-15
btrfs: use device_list_mutex when removing stale devices
Anand Jain
1
-10
/
+15
2018-09-15
btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(
Anand Jain
1
-18
/
+17
2018-09-15
btrfs: extend locked section when adding a new device in device_list_add
Anand Jain
1
-4
/
+12
2018-09-15
btrfs: do btrfs_free_stale_devices outside of device_list_add
Anand Jain
1
-5
/
+10
2018-09-15
btrfs: Fix a C compliance issue
Bart Van Assche
1
-3
/
+3
2018-09-15
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
2018-09-15
btrfs: lift uuid_mutex to callers of btrfs_open_devices
David Sterba
2
-2
/
+4
2018-09-15
btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
Qu Wenruo
1
-1
/
+6
[next]