| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2023-10-28 | 1 | -1/+1 |
|\ |
|
| * | ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock | Al Viro | 2023-10-28 | 1 | -1/+1 |
* | | Merge tag 'pull-nfsd-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2023-10-24 | 1 | -6/+6 |
|\ \ |
|
| * | | nfsd: lock_rename() needs both directories to live on the same fs | Al Viro | 2023-10-17 | 1 | -6/+6 |
| |/ |
|
* | | Merge tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-10-23 | 5 | -15/+33 |
|\ \ |
|
| * | | btrfs: fix unwritten extent buffer after snapshotting a new subvolume | Filipe Manana | 2023-10-23 | 5 | -15/+33 |
* | | | Merge tag 'iomap-6.6-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2023-10-21 | 1 | -3/+7 |
|\ \ \ |
|
| * | | | iomap: fix short copy in iomap_write_iter() | Jan Stancek | 2023-10-19 | 1 | -3/+7 |
* | | | | Merge tag 'nfs-for-6.6-4' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2023-10-20 | 5 | -21/+38 |
|\ \ \ \ |
|
| * | | | | NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server | Olga Kornievskaia | 2023-10-18 | 1 | -2/+0 |
| * | | | | pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_stats | Trond Myklebust | 2023-10-18 | 1 | -7/+10 |
| * | | | | pNFS: Fix a hang in nfs4_evict_inode() | Trond Myklebust | 2023-10-18 | 1 | -10/+23 |
| * | | | | NFS: Fix potential oops in nfs_inode_remove_request() | Scott Mayhew | 2023-10-11 | 1 | -1/+3 |
| * | | | | nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op | Dai Ngo | 2023-10-11 | 1 | -1/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'fsnotify_for_v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-10-20 | 1 | -8/+17 |
|\ \ \ \ |
|
| * | | | | fanotify: limit reporting of event with non-decodeable file handles | Amir Goldstein | 2023-10-19 | 1 | -8/+17 |
* | | | | | Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-10-19 | 1 | -4/+5 |
|\ \ \ \ \ |
|
| * | | | | | audit,io_uring: io_uring openat triggers audit reference count underflow | Dan Clash | 2023-10-13 | 1 | -4/+5 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 2023-10-19 | 16 | -82/+197 |
|\ \ \ \ \ |
|
| * | | | | | fs/ntfs3: Avoid possible memory leak | Su Hui | 2023-09-28 | 1 | -2/+4 |
| * | | | | | fs/ntfs3: Fix directory element type detection | Gabriel Marcano | 2023-09-28 | 1 | -1/+5 |
| * | | | | | fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() | Ziqi Zhao | 2023-09-28 | 1 | -0/+3 |
| * | | | | | fs/ntfs3: Fix OOB read in ntfs_init_from_boot | Pavel Skripkin | 2023-09-28 | 1 | -0/+5 |
| * | | | | | fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea() | Zeng Heng | 2023-09-28 | 1 | -1/+6 |
| * | | | | | fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() | Konstantin Komarov | 2023-09-28 | 1 | -4/+2 |
| * | | | | | fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() | Konstantin Komarov | 2023-09-28 | 1 | -1/+1 |
| * | | | | | fs/ntfs3: Do not allow to change label if volume is read-only | Konstantin Komarov | 2023-09-28 | 1 | -1/+6 |
| * | | | | | fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo | Konstantin Komarov | 2023-09-28 | 1 | -3/+11 |
| * | | | | | fs/ntfs3: Refactoring and comments | Konstantin Komarov | 2023-09-28 | 8 | -23/+25 |
| * | | | | | fs/ntfs3: Fix alternative boot searching | Konstantin Komarov | 2023-09-28 | 1 | -3/+7 |
| * | | | | | fs/ntfs3: Allow repeated call to ntfs3_put_sbi | Konstantin Komarov | 2023-09-28 | 2 | -5/+17 |
| * | | | | | fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime | Konstantin Komarov | 2023-09-28 | 1 | -1/+1 |
| * | | | | | fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super | Konstantin Komarov | 2023-09-28 | 2 | -6/+22 |
| * | | | | | fs/ntfs3: fix deadlock in mark_as_free_ex | Konstantin Komarov | 2023-09-28 | 1 | -1/+5 |
| * | | | | | fs/ntfs3: Add more attributes checks in mi_enum_attr() | Konstantin Komarov | 2023-09-28 | 1 | -16/+52 |
| * | | | | | fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) | Konstantin Komarov | 2023-09-28 | 3 | -4/+16 |
| * | | | | | fs/ntfs3: Write immediately updated ntfs state | Konstantin Komarov | 2023-09-28 | 1 | -10/+3 |
| * | | | | | fs/ntfs3: Add ckeck in ni_update_parent() | Konstantin Komarov | 2023-09-28 | 1 | -0/+6 |
* | | | | | | Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-10-19 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | btrfs: fix stripe length calculation for non-zoned data chunk allocation | Zygo Blaxell | 2023-10-15 | 1 | -1/+1 |
* | | | | | Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-10-15 | 2 | -69/+84 |
|\ \ \ \ \ |
|
| * | | | | | ovl: temporarily disable appending lowedirs | Amir Goldstein | 2023-10-14 | 1 | -49/+3 |
| * | | | | | ovl: fix regression in showing lowerdir mount option | Amir Goldstein | 2023-10-14 | 1 | -15/+23 |
| * | | | | | ovl: fix regression in parsing of mount options with escaped comma | Amir Goldstein | 2023-10-12 | 1 | -0/+29 |
| * | | | | | fs: factor out vfs_parse_monolithic_sep() helper | Amir Goldstein | 2023-10-12 | 1 | -5/+29 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 2023-10-15 | 2 | -7/+11 |
|\ \ \ \ \ |
|
| * | | | | | ksmbd: fix potential double free on smb2_read_pipe() error path | Namjae Jeon | 2023-10-13 | 1 | -1/+1 |
| * | | | | | ksmbd: fix Null pointer dereferences in ksmbd_update_fstate() | Namjae Jeon | 2023-10-13 | 1 | -0/+3 |
| * | | | | | ksmbd: fix wrong error response status by using set_smb2_rsp_status() | Namjae Jeon | 2023-10-13 | 1 | -4/+5 |
| * | | | | | ksmbd: not allow to open file if delelete on close bit is set | Namjae Jeon | 2023-10-13 | 1 | -2/+2 |
| |/ / / / |
|