aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-01-10ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin1-5/+8
2022-01-10ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin2-5/+4
2022-01-10f2fs: do not allow partial truncation on pinned fileJaegeuk Kim1-1/+5
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells5-82/+134
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski12-593/+168
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells3-1/+52
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells10-209/+90
2022-01-10exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo1-1/+2
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo5-52/+33
2022-01-10exfat: move super block magic number to magic.hNamjae Jeon2-1/+1
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier3-6/+6
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier4-18/+17
2022-01-10exfat: make exfat_find_location() staticChristophe Vu-Brugier2-4/+2
2022-01-10exfat: fix typos in commentsChristophe Vu-Brugier2-2/+2
2022-01-10exfat: simplify is_valid_cluster()Christophe Vu-Brugier1-3/+1
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner1-9/+20
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-2/+1
2022-01-09ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-01-09ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng1-1/+1
2022-01-09ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-01-09ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2022-01-09io_uring: fix not released cached task refsPavel Begunkov1-13/+21
2022-01-08nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields1-1/+5
2022-01-08NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever5-75/+96
2022-01-08Revert "nfsd: skip some unnecessary stats in the v4 case"Chuck Lever1-27/+17
2022-01-08NFSD: Trace boot verifier resetsChuck Lever2-3/+38
2022-01-08NFSD: Rename boot verifier functionsChuck Lever5-20/+20
2022-01-08NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever3-17/+45
2022-01-08NFSD: Write verifier might go backwardsChuck Lever1-1/+1
2022-01-08nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust4-4/+69
2022-01-08NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Chuck Lever1-6/+5
2022-01-08NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)Chuck Lever1-7/+4
2022-01-08NFSD: Clean up nfsd_vfs_write()Chuck Lever1-16/+5
2022-01-08nfsd: Replace use of rwsem with errseq_tTrond Myklebust4-34/+24
2022-01-08NFSD: Fix verifier returned in stable WRITEsChuck Lever1-0/+4
2022-01-08nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton2-1/+10
2022-01-08nfsd: Add errno mapping for EREMOTEIOJeff Layton1-0/+1
2022-01-08nfsd: map EBADFPeng Tao1-0/+1
2022-01-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever2-10/+1
2022-01-08nfsd4: add refcount for nfsd4_blocked_lockVasily Averin2-3/+23
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields3-9/+17
2022-01-08NFSD: De-duplicate nfsd4_decode_bitmap4()Chuck Lever1-14/+3
2022-01-08nfsd: improve stateid access bitmask documentationJ. Bruce Fields2-4/+14
2022-01-08NFSD: Combine XDR error tracepointsChuck Lever1-21/+7
2022-01-08Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2022-01-08exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman1-1/+5
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman2-3/+4
2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman1-4/+4
2022-01-08coredump: Stop setting signal->group_exit_taskEric W. Biederman1-2/+0
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman1-2/+1