summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-20btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo1-3/+7
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-11-20f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu1-1/+1
2023-11-20f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-11-20f2fs: compress: fix to avoid use-after-free on dicChao Yu1-1/+3
2023-11-20f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu1-2/+18
2023-11-20erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2-7/+2
2023-11-20dlm: fix no ack after final messageAlexander Aring1-3/+3
2023-11-20ext4: move 'ix' sanity check to corrent positionGou Hao1-5/+5
2023-11-20pstore/platform: Add check for kstrdupJiasheng Jiang1-1/+8
2023-11-20writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbsJingbo Xu1-12/+29
2023-11-20nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust3-25/+34
2023-11-08ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro1-1/+1
2023-11-08fs/ntfs3: Avoid possible memory leakSu Hui1-2/+4
2023-11-08fs/ntfs3: Fix directory element type detectionGabriel Marcano1-1/+5
2023-11-08fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov1-4/+2
2023-11-08fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov1-1/+1
2023-11-08fs/ntfs3: Do not allow to change label if volume is read-onlyKonstantin Komarov1-1/+6
2023-11-08fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfoKonstantin Komarov1-3/+11
2023-11-08fs/ntfs3: Fix alternative boot searchingKonstantin Komarov1-3/+7
2023-11-08fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov1-16/+52
2023-11-08fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov3-4/+16
2023-11-08fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov1-10/+3
2023-11-08fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov1-0/+6
2023-11-02btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana5-15/+33
2023-11-02btrfs: remove v0 extent handlingQu Wenruo6-50/+43
2023-11-02nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-11-02smb: client: prevent new fids from being removed by laundromatPaulo Alcantara1-21/+35
2023-11-02smb: client: make laundromat a delayed workerPaulo Alcantara2-55/+36
2023-11-02smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara1-8/+8
2023-11-02smb3: do not start laundromat thread when dir leases disabledSteve French6-10/+24
2023-11-02smb3: allow controlling maximum number of cached directoriesSteve French7-6/+22
2023-11-02smb3: allow controlling length of time directory entries are cached with dir ...Steve French3-2/+13
2023-10-25nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo1-1/+2
2023-10-25NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew1-1/+3
2023-10-25fanotify: limit reporting of event with non-decodeable file handlesAmir Goldstein1-8/+17
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-25nfs: decrement nrequests counter before releasing the reqJeff Layton1-1/+1
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-25btrfs: fix race when refilling delayed refs block reserveFilipe Manana1-3/+34