summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-12-11fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan
2022-12-11fsdax: invalidate pages when CoWShiyang Ruan
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan
2022-12-11fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo
2022-12-12exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo
2022-12-12exfat: replace magic numbers with MacrosYuezhang Mo
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo
2022-12-12exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo
2022-12-12exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo
2022-12-12exfat: hint the empty entry which at the end of cluster chainYuezhang Mo
2022-12-12exfat: simplify empty entry hintYuezhang Mo
2022-12-11nfsd: rework refcounting in filecacheJeff Layton
2022-12-11ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen
2022-12-11ksmbd: Fix resource leak in smb2_lock()Marios Makassikis
2022-12-11ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng
2022-12-11ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva
2022-12-11ksmbd: use F_SETLK when unlocking a fileJeff Layton
2022-12-11ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon
2022-12-10fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin
2022-12-10NFSv4.2: Change the default KConfig value for READ_PLUSAnna Schumaker
2022-12-10NFSD: Avoid clashing function prototypesKees Cook
2022-12-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever
2022-12-10NFSD: add CB_RECALL_ANY tracepointsDai Ngo
2022-12-10NFSD: add delegation reaper to react to low memory conditionDai Ngo
2022-12-10NFSD: add support for sending CB_RECALL_ANYDai Ngo
2022-12-10NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo
2022-12-10trace: Relocate event helper filesChuck Lever
2022-12-10NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton
2022-12-10NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng
2022-12-10nfsd: return error if nfs4_setacl failsJeff Layton
2022-12-10lockd: set other missing fields when unlocking filesTrond Myklebust
2022-12-10NFSD: Add an nfsd_file_fsync tracepointChuck Lever
2022-12-10nfsd: fix up the filecache laundrette schedulingJeff Layton
2022-12-10gfs2: Minor gfs2_try_evict cleanupAndreas Gruenbacher
2022-12-09udf: Fix extending file within last blockJan Kara
2022-12-09udf: Discard preallocation before extending file with a holeJan Kara
2022-12-09udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara
2022-12-09udf: Fix preallocation discarding at indirect extent boundaryJan Kara
2022-12-09ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin
2022-12-09ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin
2022-12-09ext4: allocate extended attribute value in vmalloc areaYe Bin