summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-01fs: don't try and remove empty rbtree nodeChristian Brauner1-1/+3
2024-11-01nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi1-2/+4
2024-11-01btrfs: fix read corruption due to race with extent map mergingBoris Burkov1-15/+16
2024-11-01btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota1-0/+2
2024-11-01btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo1-2/+1
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing2-7/+4
2024-11-01btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana1-0/+9
2024-11-01btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo3-2/+4
2024-11-01cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin1-1/+1
2024-11-01smb: client: Handle kstrdup failures for passwordsHenrique Carvalho1-0/+7
2024-11-01nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-11-01fuse: update inode size after extending passthrough writeAmir Goldstein1-1/+1
2024-11-01fs: pass offset and result to backing_file end_write() callbackAmir Goldstein3-9/+14
2024-11-01jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-11-01cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23
2024-11-01fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_...Jan Kara3-12/+19
2024-11-01udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-11-01udf: refactor inode_bmap() to handle errorZhao Mengmeng5-26/+44
2024-11-01udf: refactor udf_next_aext() to handle errorZhao Mengmeng6-65/+143
2024-11-01udf: refactor udf_current_aext() to handle errorZhao Mengmeng3-18/+37
2024-11-01smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-11-01smb: client: fix possible double free in smb2_set_ea()Su Hui1-1/+2
2024-10-22fat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-10-22nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi3-37/+52
2024-10-22ksmbd: fix user-after-free from session log offNamjae Jeon4-6/+34
2024-10-22btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin1-2/+2
2024-10-22btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin1-1/+1
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-17btrfs: add cancellation points to trim loopsLuca Stefani3-3/+14
2024-10-17btrfs: split remaining space to discard in chunksLuca Stefani2-4/+21
2024-10-17btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
2024-10-17nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang3-2/+3
2024-10-17SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter1-0/+2
2024-10-17nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() ...NeilBrown1-3/+3
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-10-17ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-10-17ntfs3: Change to non-blocking allocation in ntfs_d_hashDiogo Jahchan Koike1-2/+2
2024-10-17fs/ntfs3: Refactor enum_rstbl to suppress static checkerKonstantin Komarov1-2/+17
2024-10-17fs/ntfs3: Fix sparse warning in ni_fiemapKonstantin Komarov1-13/+8
2024-10-17fs/ntfs3: Fix sparse warning for bigendianKonstantin Komarov1-2/+1
2024-10-17fs/ntfs3: Optimize large writes into sparse fileKonstantin Komarov1-0/+36
2024-10-17fs/ntfs3: Do not call file_modified if collapse range failedKonstantin Komarov1-1/+3
2024-10-17unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi2-3427/+3346
2024-10-10NFSD: Limit the number of concurrent async COPY operationsChuck Lever4-2/+12
2024-10-10NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8
2024-10-10sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2-2/+2
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro1-61/+34