summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin2024-04-131-0/+12
* ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi2024-04-131-1/+4
* isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie2024-04-131-2/+16
* sysv: don't call sb_bread() with pointers_lock heldTetsuo Handa2024-04-131-6/+4
* btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba2024-04-131-1/+9
* btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba2024-04-131-1/+8
* btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba2024-04-131-1/+11
* pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan2024-04-131-0/+2
* fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn2024-04-101-5/+12
* nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton2024-04-101-5/+2
* vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET2024-04-101-1/+2
* exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov2024-04-101-0/+1
* btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-04-101-1/+11
* nfsd: Fix a regression in nfsd_setattr()Trond Myklebust2024-04-102-2/+8
* nfsd: don't call locks_release_private() twice concurrentlyNeilBrown2024-04-101-1/+1
* nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-04-101-6/+5
* nfsd: fix RELEASE_LOCKOWNERNeilBrown2024-04-101-11/+15
* nfsd: drop the nfsd_put helperJeff Layton2024-04-102-21/+17
* nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown2024-04-103-3/+9
* lockd: introduce safe async lock opAlexander Aring2024-04-102-6/+8
* NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown2024-04-101-2/+3
* nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2024-04-102-34/+25
* nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown2024-04-101-23/+0
* nfsd: Fix creation time serialization orderTavian Barnes2024-04-101-5/+5
* NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever2024-04-101-20/+26
* lockd: drop inappropriate svc_get() from locked_get()NeilBrown2024-04-101-1/+0
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2024-04-101-6/+1
* nfsd: make a copy of struct iattr before calling notify_changeJeff Layton2024-04-101-1/+9
* NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo2024-04-101-2/+0
* nfsd: simplify the delayed disposal list codeJeff Layton2024-04-101-42/+22
* NFSD: Convert filecache to rhltableChuck Lever2024-04-102-187/+133
* nfsd: allow reaping files still under writebackJeff Layton2024-04-102-4/+17
* nfsd: update comment over __nfsd_file_cache_purgeJeff Layton2024-04-101-1/+2
* nfsd: don't take/put an extra reference when putting a fileJeff Layton2024-04-101-3/+1
* nfsd: add some comments to nfsd_file_do_acquireJeff Layton2024-04-101-0/+5
* nfsd: don't kill nfsd_files because of lease break errorJeff Layton2024-04-101-14/+15
* nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton2024-04-101-1/+1
* nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton2024-04-101-0/+4
* nfsd: don't open-code clear_and_wake_up_bitJeff Layton2024-04-101-3/+1
* nfsd: call op_release, even when op_func returns an errorJeff Layton2024-04-101-6/+5
* nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton2024-04-101-1/+8
* NFSD: Protect against filesystem freezingChuck Lever2024-04-101-0/+2
* NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever2024-04-101-1/+1
* nfsd: don't fsync nfsd_files on last closeJeff Layton2024-04-102-63/+12
* nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton2024-04-101-10/+11
* NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo2024-04-102-6/+11
* nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton2024-04-101-0/+27
* NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo2024-04-101-4/+8
* nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton2024-04-101-13/+10
* nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton2024-04-102-6/+3