summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-08fs: dlm: use spin lock instead of mutexAlexander Aring
2022-11-08fs: dlm: convert ls_cb_mutex mutex to spinlockAlexander Aring
2022-11-08fs: dlm: use list_first_entry marcoAlexander Aring
2022-11-08fs: dlm: let dlm_add_cb queue work after resume onlyAlexander Aring
2022-11-08fd: dlm: trace send/recv of dlm message and rcomAlexander Aring
2022-11-08fs: dlm: use packet in dlm_mhandleAlexander Aring
2022-11-08fs: dlm: remove send repeat remove handlingAlexander Aring
2022-11-08fs: dlm: retry accept() until -EAGAIN or error returnsAlexander Aring
2022-11-08fs: dlm: fix sock release if listen failsAlexander Aring
2022-11-08dlm: replace one-element array with fixed size arrayPaulo Miguel Almeida
2022-11-08nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton
2022-11-08erofs: get correct count for unmapped range in fscache modeJingbo Xu
2022-11-08erofs: put metabuf in error path in fscache modeJingbo Xu
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu
2022-11-07fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister()Liam Howlett
2022-11-07ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li
2022-11-07fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek
2022-11-07btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn
2022-11-07Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-07btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin
2022-11-07squashfs: enable idmapped mountsMichael Weiß
2022-11-07xfs: write page faults in iomap are not buffered writesDave Chinner
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-06Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan
2022-11-06ext4: fix warning in 'ext4_da_release_space'Ye Bin
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques
2022-11-05nfsd: fix use-after-free in nfsd_file_do_acquire tracepointJeff Layton
2022-11-04cifs: fix use-after-free on the link nameChenXiaoSong
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-11-04Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-11-03Merge tag 'fuse-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-03ovl: call posix_acl_release() after error checkingChristian Brauner
2022-11-02Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-02btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana
2022-11-02btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana
2022-11-01f2fs: replace ternary operator with max()wangkailong@jari.cn
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li
2022-11-01f2fs: use sysfs_emit instead of sprintfJaegeuk Kim