summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-12fuse: add feature flag for expire-onlyMiklos Szeredi
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-12fuse: fix memory leak in fuse_create_openyangyun
2024-09-12fuse: add request extensionMiklos Szeredi
2024-09-12fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh
2024-09-12fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi
2024-09-12NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust
2024-09-12Squashfs: sanity check symbolic link sizePhillip Lougher
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik
2024-09-12fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov
2024-09-12ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-09-12fs/ntfs3: One more reason to mark inode badKonstantin Komarov
2024-09-12udf: Avoid excessive partition lengthsJan Kara
2024-09-12ELF: fix kernel.randomize_va_space double readAlexey Dobriyan
2024-09-12nilfs2: fix state management in error path of log writing functionRyusuke Konishi
2024-09-12nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi
2024-09-12nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi
2024-09-12fuse: use unsigned type for getxattr/listxattr size truncationJann Horn
2024-09-12fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-09-12ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter
2024-09-12ksmbd: unset the binding mark of a reused connectionNamjae Jeon
2024-09-08ext4: handle redirtying in ext4_bio_write_page()Jan Kara
2024-09-08ext4: reject casefold inode flag without casefold featureEric Biggers
2024-09-08udf: Limit file size to 4TBJan Kara
2024-09-08ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin
2024-09-08fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-09-08f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-09-04btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher
2024-09-04btrfs: run delayed iputs when flushing delallocJosef Bacik
2024-08-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-08-29gfs2: Remove freeze_go_demote_okAndreas Gruenbacher
2024-08-29gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher
2024-08-29gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher
2024-08-29gfs2: Fix another freeze/thaw hangAndreas Gruenbacher
2024-08-29nfsd: Fix a regression in nfsd_setattr()Trond Myklebust
2024-08-29nfsd: don't call locks_release_private() twice concurrentlyNeilBrown
2024-08-29nfsd: drop the nfsd_put helperJeff Layton
2024-08-29nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2024-08-29NFSD: simplify error paths in nfsd_svc()NeilBrown
2024-08-29nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown
2024-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2024-08-29ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-08-29ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li