aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-13io_uring: openclose: fix bug of closing wrong fixed fileHao Xu1-1/+1
2022-06-13io_uring: fix not locked access to fixed buf tablePavel Begunkov1-17/+17
2022-06-13io_uring: fix races with buffer table unregisterPavel Begunkov1-0/+7
2022-06-13io_uring: fix races with file table unregisterPavel Begunkov1-0/+8
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-14/+29
2022-06-11ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already usedChristophe JAILLET1-10/+0
2022-06-11ksmbd: use SOCK_NONBLOCK type for kernel_accept()Namjae Jeon1-1/+1
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-4/+5
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
2022-06-10keep iocb_flags() result cached in struct fileAl Viro5-2/+5
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro5-6/+5
2022-06-10struct file: use anonymous union member for rcuhead and llistAl Viro1-8/+8
2022-06-10btrfs: use IOMAP_DIO_NOSYNCAl Viro2-18/+2
2022-06-10teach iomap_dio_rw() to suppress dsyncAl Viro1-9/+11
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells4-17/+15
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds12-13/+16
2022-06-10afs: Fix some checker issuesDavid Howells1-2/+1
2022-06-10Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds1-37/+74
2022-06-10fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter1-1/+1
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry3-4/+19
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells38-217/+193
2022-06-09Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-11/+40
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2-0/+6
2022-06-09fs/ntfs3: Use the same order for acl pointer check in ntfs_init_aclYang Xu1-3/+3
2022-06-09fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei1-1/+1
2022-06-09exfat: use updated exfat_chain directly during renamingSungjong Seo1-1/+3
2022-06-09gfs2: Rewrap overlong comment in do_promoteBob Peterson1-3/+4
2022-06-08fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King1-1/+1
2022-06-08zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+64
2022-06-08zonefs: Do not ignore explicit_open with active zone limitDamien Le Moal1-2/+5
2022-06-08zonefs: fix handling of explicit_open option on mountDamien Le Moal1-6/+6
2022-06-07fs/ntfs3: Remove redundant assignment to variable frameColin Ian King1-1/+0
2022-06-07fs/ntfs3: Remove a useless testChristophe JAILLET1-3/+1
2022-06-07btrfs: add error messages to all unrecognized mount optionsDavid Sterba1-7/+32
2022-06-06cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-06pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust3-6/+11
2022-06-06pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust1-0/+6
2022-06-06fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov1-0/+1
2022-06-06fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov2-15/+39
2022-06-06fs/ntfs3: Fix double free on remountKonstantin Komarov1-4/+4
2022-06-06fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov1-16/+9
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo1-0/+8
2022-06-06btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana1-2/+11
2022-06-06quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)1-0/+10
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun2-10/+29
2022-06-06fs: Fix syntax errors in commentsXiang wangx1-1/+1
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro2-6/+2
2022-06-04Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+2