aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-11-20pstore/platform: Add check for kstrdupJiasheng Jiang
2023-11-20writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbsJingbo Xu
2023-11-08ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro
2023-11-08fs/ntfs3: Avoid possible memory leakSu Hui
2023-11-08fs/ntfs3: Fix directory element type detectionGabriel Marcano
2023-11-08fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov
2023-11-08fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov
2023-11-08fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov
2023-11-08fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov
2023-11-08fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov
2023-11-02ext4: avoid overlapping preallocations due to overflowBaokun Li
2023-11-02ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li
2023-11-02ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li
2023-11-02nfsd: lock_rename() needs both directories to live on the same fsAl Viro
2023-10-25nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo
2023-10-25NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2023-10-25pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust
2023-10-25pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust
2023-10-25btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana
2023-10-25btrfs: error when COWing block from a root that is being deletedFilipe Manana
2023-10-25btrfs: error out when COWing block using a stale transactionFilipe Manana
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-10-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-10-25btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana
2023-10-25fs-writeback: do not requeue a clean inode having skipped pagesChunhai Guo
2023-10-25fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov
2023-10-25fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng
2023-10-25fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao
2023-10-25audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash
2023-10-25btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell
2023-10-19ceph: fix type promotion bug on 32bit systemsDan Carpenter
2023-10-19ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li
2023-10-19ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon
2023-10-19quota: Fix slow quotaoffJan Kara
2023-10-15Revert "NFS: Fix error handling for O_DIRECT write scheduling"Greg Kroah-Hartman
2023-10-15Revert "NFS: Fix O_DIRECT locking issues"Greg Kroah-Hartman
2023-10-15Revert "NFS: More O_DIRECT accounting fixes for error paths"Greg Kroah-Hartman
2023-10-15Revert "NFS: Use the correct commit info in nfs_join_page_group()"Greg Kroah-Hartman
2023-10-15Revert "NFS: More fixes for nfs_direct_write_reschedule_io()"Greg Kroah-Hartman
2023-10-10btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert
2023-10-10btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana
2023-10-10btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-10-10smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust
2023-10-10erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang
2023-10-10Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington