index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-13
3
-10
/
+59
|
\
|
*
tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()
Steven Rostedt (Google)
2023-09-12
1
-1
/
+2
|
*
tracefs/eventfs: Free top level files on removal
Steven Rostedt (Google)
2023-09-09
1
-4
/
+26
|
*
tracefs/eventfs: Use dput to free the toplevel events directory
Steven Rostedt (Google)
2023-09-07
3
-8
/
+16
|
*
tracefs/eventfs: Add missing lockdown checks
Steven Rostedt (Google)
2023-09-06
1
-0
/
+15
|
*
tracefs: Add missing lockdown check to tracefs_create_dir()
Steven Rostedt (Google)
2023-09-06
1
-0
/
+3
*
|
Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-12
9
-64
/
+128
|
\
\
|
*
|
MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.org
Bhaskar Chowdhury
2023-09-08
1
-1
/
+1
|
*
|
btrfs: assert delayed node locked when removing delayed item
Filipe Manana
2023-09-08
1
-4
/
+8
|
*
|
btrfs: remove BUG() after failure to insert delayed dir index item
Filipe Manana
2023-09-08
1
-27
/
+47
|
*
|
btrfs: improve error message after failure to add delayed dir index item
Filipe Manana
2023-09-08
1
-3
/
+4
|
*
|
btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio
Qu Wenruo
2023-09-08
1
-6
/
+8
|
*
|
btrfs: check for BTRFS_FS_ERROR in pending ordered assert
Josef Bacik
2023-09-08
1
-1
/
+1
|
*
|
btrfs: fix lockdep splat and potential deadlock after failure running delayed...
Filipe Manana
2023-09-08
1
-3
/
+16
|
*
|
btrfs: do not block starts waiting on previous transaction commit
Josef Bacik
2023-09-08
4
-20
/
+30
|
*
|
btrfs: release path before inode lookup during the ino lookup ioctl
Filipe Manana
2023-09-08
1
-1
/
+7
|
*
|
btrfs: fix race between finishing block group creation and its item update
Filipe Manana
2023-09-08
1
-2
/
+10
*
|
|
Merge tag 'ovl-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-09-12
2
-7
/
+5
|
\
\
\
|
*
|
|
ovl: fix incorrect fdput() on aio completion
Amir Goldstein
2023-09-04
1
-6
/
+3
|
*
|
|
ovl: fix failed copyup of fileattr on a symlink
Amir Goldstein
2023-09-04
1
-1
/
+2
*
|
|
|
Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2023-09-10
13
-19
/
+42
|
\
\
\
\
|
*
|
|
|
smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTU
Steve French
2023-09-09
1
-1
/
+1
|
*
|
|
|
cifs: update internal module version number for cifs.ko
Steve French
2023-09-07
1
-2
/
+2
|
*
|
|
|
smb3: allow controlling maximum number of cached directories
Steve French
2023-09-07
7
-6
/
+22
|
*
|
|
|
smb3: add trace point for queryfs (statfs)
Steve French
2023-09-07
2
-1
/
+2
|
*
|
|
|
nls: Hide new NLS_UCS2_UTILS
Dr. David Alan Gilbert
2023-08-31
1
-6
/
+1
|
*
|
|
|
smb3: allow controlling length of time directory entries are cached with dir ...
Steve French
2023-08-31
3
-2
/
+13
|
*
|
|
|
smb: propagate error code of extract_sharename()
Katya Orlova
2023-08-31
1
-1
/
+1
*
|
|
|
|
Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd
Linus Torvalds
2023-09-09
2
-3
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
ksmbd: remove experimental warning
Steve French
2023-09-04
2
-3
/
+1
*
|
|
|
|
|
ntfs3: drop inode references in ntfs_put_super()
Christian Brauner
2023-09-07
1
-6
/
+12
*
|
|
|
|
|
vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'
Linus Torvalds
2023-09-07
1
-0
/
+17
*
|
|
|
|
|
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-09-06
18
-462
/
+3532
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ceph: make num_fwd and num_retry to __u32
Xiubo Li
2023-08-31
2
-87
/
+106
|
*
|
|
|
|
|
ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper
Luís Henriques
2023-08-24
2
-11
/
+10
|
*
|
|
|
|
|
ceph: fix updating i_truncate_pagecache_size for fscrypt
Xiubo Li
2023-08-24
2
-13
/
+26
|
*
|
|
|
|
|
ceph: wait for OSD requests' callbacks to finish when unmounting
Xiubo Li
2023-08-24
3
-0
/
+23
|
*
|
|
|
|
|
ceph: drop messages from MDS when unmounting
Xiubo Li
2023-08-24
7
-22
/
+109
|
*
|
|
|
|
|
ceph: prevent snapshot creation in encrypted locked directories
Luís Henriques
2023-08-24
1
-0
/
+5
|
*
|
|
|
|
|
ceph: add support for encrypted snapshot names
Luís Henriques
2023-08-24
3
-41
/
+201
|
*
|
|
|
|
|
ceph: invalidate pages when doing direct/sync writes
Luís Henriques
2023-08-24
1
-5
/
+14
|
*
|
|
|
|
|
ceph: plumb in decryption during reads
Jeff Layton
2023-08-24
2
-34
/
+125
|
*
|
|
|
|
|
ceph: add encryption support to writepage and writepages
Jeff Layton
2023-08-24
2
-21
/
+98
|
*
|
|
|
|
|
ceph: add read/modify/write to ceph_sync_write
Jeff Layton
2023-08-24
1
-28
/
+290
|
*
|
|
|
|
|
ceph: align data in pages in ceph_sync_write
Jeff Layton
2023-08-24
1
-10
/
+10
|
*
|
|
|
|
|
ceph: don't use special DIO path for encrypted inodes
Jeff Layton
2023-08-24
1
-2
/
+4
|
*
|
|
|
|
|
ceph: add truncate size handling support for fscrypt
Xiubo Li
2023-08-24
4
-12
/
+234
|
*
|
|
|
|
|
ceph: add object version support for sync read
Xiubo Li
2023-08-24
2
-12
/
+35
|
*
|
|
|
|
|
ceph: add infrastructure for file encryption and decryption
Jeff Layton
2023-08-24
2
-0
/
+251
|
*
|
|
|
|
|
ceph: handle fscrypt fields in cap messages from MDS
Jeff Layton
2023-08-24
1
-2
/
+83
[next]