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
2024-02-23
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
1
-3
/
+5
2024-02-23
nfsd: don't take fi_lock in nfsd_break_deleg_cb()
NeilBrown
1
-6
/
+5
2024-02-23
fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
Oleg Nesterov
1
-26
/
+32
2024-02-23
fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...
Oleg Nesterov
1
-4
/
+6
2024-02-23
mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
Prakash Sangappa
1
-1
/
+12
2024-02-23
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
Oscar Salvador
1
-2
/
+4
2024-02-23
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
1
-1
/
+2
2024-02-23
fs: relax mount_setattr() permission checks
Christian Brauner
1
-3
/
+8
2024-02-23
zonefs: Improve error handling
Damien Le Moal
2
-43
/
+65
2024-02-23
smb: Fix regression in writes when non-standard maximum write size negotiated
Steve French
2
-2
/
+23
2024-02-23
smb: client: set correct id, uid and cruid for multiuser automounts
Paulo Alcantara
1
-0
/
+16
2024-02-23
nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
Ryusuke Konishi
1
-1
/
+7
2024-02-23
nilfs2: fix data corruption in dsync block recovery for small block sizes
Ryusuke Konishi
1
-3
/
+4
2024-02-23
ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails
Fedor Pchelkin
1
-2
/
+6
2024-02-23
eventfs: Keep all directory links at 1
Steven Rostedt (Google)
1
-4
/
+10
2024-02-23
eventfs: Remove fsnotify*() functions from lookup()
Steven Rostedt (Google)
1
-2
/
+0
2024-02-23
eventfs: Restructure eventfs_inode structure to be more condensed
Steven Rostedt (Google)
1
-15
/
+12
2024-02-23
eventfs: Warn if an eventfs_inode is freed without is_freed being set
Steven Rostedt (Google)
1
-4
/
+14
2024-02-23
eventfs: Get rid of dentry pointers without refcounts
Linus Torvalds
2
-177
/
+78
2024-02-23
eventfs: Clean up dentry ops and add revalidate function
Linus Torvalds
3
-13
/
+22
2024-02-23
eventfs: Remove unused d_parent pointer field
Linus Torvalds
2
-5
/
+1
2024-02-23
tracefs: dentry lookup crapectomy
Linus Torvalds
3
-297
/
+50
2024-02-23
tracefs: Avoid using the ei->dentry pointer unnecessarily
Linus Torvalds
1
-14
/
+12
2024-02-23
eventfs: Initialize the tracefs inode properly
Linus Torvalds
1
-4
/
+2
2024-02-23
tracefs: Zero out the tracefs_inode when allocating it
Steven Rostedt (Google)
2
-3
/
+6
2024-02-23
eventfs: Save directory inodes in the eventfs_inode structure
Steven Rostedt (Google)
2
-6
/
+15
2024-02-23
eventfs: Use kcalloc() instead of kzalloc()
Erick Archer
1
-3
/
+3
2024-02-23
eventfs: Do not create dentries nor inodes in iterate_shared
Steven Rostedt (Google)
1
-15
/
+5
2024-02-23
eventfs: Have the inodes all for files and directories all be the same
Steven Rostedt (Google)
1
-0
/
+10
2024-02-23
eventfs: Shortcut eventfs_iterate() by skipping entries already read
Steven Rostedt (Google)
1
-13
/
+10
2024-02-23
eventfs: Read ei->entries before ei->children in eventfs_iterate()
Steven Rostedt (Google)
1
-23
/
+23
2024-02-23
eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
Steven Rostedt (Google)
1
-7
/
+14
2024-02-23
eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
Steven Rostedt (Google)
1
-5
/
+6
2024-02-23
eventfs: Stop using dcache_readdir() for getdents()
Steven Rostedt (Google)
1
-130
/
+64
2024-02-23
eventfs: Remove "lookup" parameter from create_dir/file_dentry()
Steven Rostedt (Google)
1
-35
/
+20
2024-02-23
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
1
-18
/
+21
2024-02-23
ext4: fix double-free of blocks due to wrong extents moved_len
Baokun Li
1
-4
/
+2
2024-02-23
cifs: fix underflow in parse_server_interfaces()
Dan Carpenter
1
-1
/
+1
2024-02-23
fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handling
Sidhartha Kumar
1
-1
/
+1
2024-02-23
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
1
-2
/
+17
2024-02-23
btrfs: reject encoded write if inode has nodatasum flag set
Filipe Manana
1
-0
/
+7
2024-02-23
btrfs: don't reserve space for checksums when writing to nocow files
Filipe Manana
1
-10
/
+19
2024-02-23
btrfs: send: return EOPNOTSUPP on unknown flags
David Sterba
1
-1
/
+1
2024-02-23
btrfs: forbid deleting live subvol qgroup
Boris Burkov
1
-0
/
+14
2024-02-23
btrfs: do not ASSERT() if the newly created subvolume already got read
Qu Wenruo
1
-2
/
+11
2024-02-23
btrfs: forbid creating subvol qgroups
Boris Burkov
1
-0
/
+5
2024-02-23
btrfs: don't refill whole delayed refs block reserve when starting transaction
Filipe Manana
1
-36
/
+2
2024-02-23
btrfs: add new unused block groups to the list of unused block groups
Filipe Manana
1
-0
/
+31
2024-02-23
btrfs: do not delete unused block group if it may be used soon
Filipe Manana
1
-0
/
+46
2024-02-23
btrfs: add and use helper to check if block group is used
Filipe Manana
2
-2
/
+8
[next]