summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-12fuse: add feature flag for expire-onlyMiklos Szeredi1-1/+2
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana3-16/+16
2024-09-12fuse: fix memory leak in fuse_create_openyangyun1-1/+1
2024-09-12fuse: add request extensionMiklos Szeredi3-30/+44
2024-09-12fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh1-3/+40
2024-09-12fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi3-5/+7
2024-09-12NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust1-0/+2
2024-09-12Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana1-2/+10
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-09-12fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov1-20/+32
2024-09-12ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)1-4/+4
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14
2024-09-12fs/ntfs3: One more reason to mark inode badKonstantin Komarov1-1/+3
2024-09-12udf: Avoid excessive partition lengthsJan Kara1-0/+15
2024-09-12ELF: fix kernel.randomize_va_space double readAlexey Dobriyan1-2/+3
2024-09-12nilfs2: fix state management in error path of log writing functionRyusuke Konishi1-4/+6
2024-09-12nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi1-10/+33
2024-09-12nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi1-2/+33
2024-09-12fuse: use unsigned type for getxattr/listxattr size truncationJann Horn1-2/+2
2024-09-12fuse: update stats for pages in dropped aux writeback listJoanne Koong1-1/+7
2024-09-12ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-09-12ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-09-08ext4: handle redirtying in ext4_bio_write_page()Jan Kara1-2/+12
2024-09-08ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2024-09-08udf: Limit file size to 4TBJan Kara1-1/+8
2024-09-08ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin1-1/+1
2024-09-08fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein3-14/+51
2024-09-08f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu3-9/+42
2024-09-04btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana1-1/+1
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher1-1/+1
2024-09-04btrfs: run delayed iputs when flushing delallocJosef Bacik1-0/+2
2024-08-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp1-7/+1
2024-08-29gfs2: Remove freeze_go_demote_okAndreas Gruenbacher1-13/+0
2024-08-29gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher3-31/+6
2024-08-29gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2024-08-29gfs2: Fix another freeze/thaw hangAndreas Gruenbacher1-4/+5
2024-08-29nfsd: Fix a regression in nfsd_setattr()Trond Myklebust2-2/+8
2024-08-29nfsd: don't call locks_release_private() twice concurrentlyNeilBrown1-1/+1
2024-08-29nfsd: drop the nfsd_put helperJeff Layton2-21/+17
2024-08-29nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown3-3/+9
2024-08-29NFSD: simplify error paths in nfsd_svc()NeilBrown1-10/+4
2024-08-29nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2-34/+25
2024-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-23/+0
2024-08-29ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon1-1/+2
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba7-9/+11
2024-08-29ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2