summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-02ext4: avoid overlapping preallocations due to overflowBaokun Li1-8/+5
2023-11-02ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li1-17/+14
2023-11-02ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li2-4/+17
2023-11-02nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-10-25nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo1-1/+2
2023-10-25NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia1-2/+0
2023-10-25pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust1-7/+10
2023-10-25pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust1-10/+23
2023-10-25btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana1-2/+16
2023-10-25btrfs: error when COWing block from a root that is being deletedFilipe Manana1-3/+7
2023-10-25btrfs: error out when COWing block using a stale transactionFilipe Manana1-8/+16
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik1-2/+2
2023-10-25overlayfs: set ctime when setting mtime and atimeJeff Layton1-1/+1
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik1-1/+1
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana1-3/+3
2023-10-25btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana3-12/+4
2023-10-25fs-writeback: do not requeue a clean inode having skipped pagesChunhai Guo1-3/+8
2023-10-25fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov1-1/+5
2023-10-25fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng1-1/+6
2023-10-25fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao1-0/+3
2023-10-25audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-4/+5
2023-10-25btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell1-1/+1
2023-10-20ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-10-20ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-10-20ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-20quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-15Revert "NFS: Fix error handling for O_DIRECT write scheduling"Greg Kroah-Hartman1-46/+16
2023-10-15Revert "NFS: Fix O_DIRECT locking issues"Greg Kroah-Hartman1-4/+4
2023-10-15Revert "NFS: More O_DIRECT accounting fixes for error paths"Greg Kroah-Hartman1-31/+16
2023-10-15Revert "NFS: Use the correct commit info in nfs_join_page_group()"Greg Kroah-Hartman2-17/+14
2023-10-15Revert "NFS: More fixes for nfs_direct_write_reschedule_io()"Greg Kroah-Hartman1-11/+6
2023-10-10btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert1-2/+14
2023-10-10btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana1-1/+4
2023-10-10btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET1-2/+4
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon3-3/+10
2023-10-10smb: use kernel_connect() and kernel_bind()Jordan Rife1-5/+5
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-10-10erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang1-1/+4
2023-10-10Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy12-118/+95
2023-10-10btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy4-57/+189
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy12-335/+287
2023-10-10NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2-12/+28
2023-10-10NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2023-10-10NFS: Cleanup unused rpc_clnt variableBenjamin Coddington1-4/+0
2023-10-06fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-10-06fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-06nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3