summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)2023-09-051-0/+3
* | | | | | | Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-129-64/+128
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgBhaskar Chowdhury2023-09-081-1/+1
| * | | | | | btrfs: assert delayed node locked when removing delayed itemFilipe Manana2023-09-081-4/+8
| * | | | | | btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana2023-09-081-27/+47
| * | | | | | btrfs: improve error message after failure to add delayed dir index itemFilipe Manana2023-09-081-3/+4
| * | | | | | btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo2023-09-081-6/+8
| * | | | | | btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik2023-09-081-1/+1
| * | | | | | btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana2023-09-081-3/+16
| * | | | | | btrfs: do not block starts waiting on previous transaction commitJosef Bacik2023-09-084-20/+30
| * | | | | | btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana2023-09-081-1/+7
| * | | | | | btrfs: fix race between finishing block group creation and its item updateFilipe Manana2023-09-081-2/+10
* | | | | | | Merge tag 'ovl-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-122-7/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ovl: fix incorrect fdput() on aio completionAmir Goldstein2023-09-041-6/+3
| * | | | | | ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein2023-09-041-1/+2
* | | | | | | Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-09-0913-19/+42
|\ \ \ \ \ \ \
| * | | | | | | smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French2023-09-081-1/+1
| * | | | | | | cifs: update internal module version number for cifs.koSteve French2023-09-071-2/+2
| * | | | | | | smb3: allow controlling maximum number of cached directoriesSteve French2023-09-077-6/+22
| * | | | | | | smb3: add trace point for queryfs (statfs)Steve French2023-09-072-1/+2
| * | | | | | | nls: Hide new NLS_UCS2_UTILSDr. David Alan Gilbert2023-08-311-6/+1
| * | | | | | | smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-313-2/+13
| * | | | | | | smb: propagate error code of extract_sharename()Katya Orlova2023-08-301-1/+1
* | | | | | | | Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2023-09-082-3/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ksmbd: remove experimental warningSteve French2023-09-032-3/+1
* | | | | | | | | ntfs3: drop inode references in ntfs_put_super()Christian Brauner2023-09-071-6/+12
* | | | | | | | | vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds2023-09-071-0/+17
* | | | | | | | | Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-0618-462/+3532
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | ceph: make num_fwd and num_retry to __u32Xiubo Li2023-08-312-87/+106
| * | | | | | | | ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques2023-08-242-11/+10
| * | | | | | | | ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li2023-08-242-13/+26
| * | | | | | | | ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li2023-08-243-0/+23
| * | | | | | | | ceph: drop messages from MDS when unmountingXiubo Li2023-08-247-22/+109
| * | | | | | | | ceph: prevent snapshot creation in encrypted locked directoriesLuís Henriques2023-08-241-0/+5
| * | | | | | | | ceph: add support for encrypted snapshot namesLuís Henriques2023-08-243-41/+201
| * | | | | | | | ceph: invalidate pages when doing direct/sync writesLuís Henriques2023-08-241-5/+14
| * | | | | | | | ceph: plumb in decryption during readsJeff Layton2023-08-242-34/+125
| * | | | | | | | ceph: add encryption support to writepage and writepagesJeff Layton2023-08-242-21/+98
| * | | | | | | | ceph: add read/modify/write to ceph_sync_writeJeff Layton2023-08-241-28/+290
| * | | | | | | | ceph: align data in pages in ceph_sync_writeJeff Layton2023-08-241-10/+10
| * | | | | | | | ceph: don't use special DIO path for encrypted inodesJeff Layton2023-08-241-2/+4
| * | | | | | | | ceph: add truncate size handling support for fscryptXiubo Li2023-08-244-12/+234
| * | | | | | | | ceph: add object version support for sync readXiubo Li2023-08-242-12/+35
| * | | | | | | | ceph: add infrastructure for file encryption and decryptionJeff Layton2023-08-242-0/+251
| * | | | | | | | ceph: handle fscrypt fields in cap messages from MDSJeff Layton2023-08-241-2/+83
| * | | | | | | | ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton2023-08-246-22/+70
| * | | | | | | | ceph: mark directory as non-complete after loading keyLuís Henriques2023-08-244-9/+46
| * | | | | | | | ceph: allow encrypting a directory while not having Ax capsLuís Henriques2023-08-241-1/+2
| * | | | | | | | ceph: add some fscrypt guardrailsJeff Layton2023-08-245-9/+55
| * | | | | | | | ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton2023-08-242-17/+150