summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
9 daysnetfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells
9 daysnetfs: Fix writeback error handlingDavid Howells
9 daysnetfs: Fix writethrough to use collection offloadDavid Howells
9 daysnetfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells
9 dayscachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILEDavid Howells
9 dayscachefiles: Fix double fputDavid Howells
9 daysnetfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells
9 daysnetfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells
9 daysexec: fix off-by-one in binfmt max rewrite depth commentAlan Urmancheev
9 daysiomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang
9 daysxfs: fix the error unwind in xfs_open_devices()Christian Brauner
9 daysbpf: have bpf_real_data_inode() take a struct fileChristian Brauner
9 daysorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas
9 daysfreevxfs: don't BUG() on unknown typed-extent typeFarhad Alemi
9 daysMerge patch series "afs: Miscellaneous fixes"Christian Brauner
9 daysfat: stop reading directory entries past the end-of-directory markerMatteo Croce
9 daysovl: fix comment about locking orderAmir Goldstein
9 dayscachefiles: Fix double unlock in nomem_d_alloc error pathHongling Zeng
9 daysminix: avoid overflow in bitmap block count calculationMichael Bommarito
9 daysovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee
9 daysproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski
9 daysiomap: release pages on atomic dio size mismatchFengnan Chang
9 daysafs: Fix unchecked-length string display in debug statementDavid Howells
9 daysafs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells
9 daysafs: Fix premature cell exposure through /afsDavid Howells
9 daysafs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells
9 daysafs: Fix vllist leakDavid Howells
9 daysafs: Fix leak of ungot volumeDavid Howells
9 daysafs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells
9 daysafs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells
9 daysafs: Fix callback service message parsers to pass through -EAGAINDavid Howells
9 daysafs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells
9 daysafs: Fix misplaced inc of net->cells_outstandingDavid Howells
9 daysafs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells
9 daysafs: check for duplicate servers in VL server listYuto Ohnuki
9 daysafs: Remove erroneous seq |= 1 in volume lookup loopLi RongQing
9 daysafs: use kvfree() to free memory allocated by kvcalloc()Zilin Guan
9 daysafs: Fix directory inode initialisation orderDavid Howells
9 daysafs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpointsDavid Howells
9 daysafs: Fix double netfs initialisation in afs_root_iget()David Howells
9 daysafs: fix NULL pointer dereference in afs_get_tree()Matvey Kovalev
9 daysafs: Fix error code in afs_extract_vl_addrs()Dan Carpenter
9 daysfs: refuse O_TMPFILE creation with an unmapped fsuid or fsgidChristian Brauner
9 daysafs: handle CB.InitCallBackState3 requests without a server recordNan Li
9 daysiomap: add simple dio path for small direct I/OFengnan Chang
9 daysiomap: pass error code to should_report_dio_fserror directlyFengnan Chang
9 daysiomap: factor out iomap_dio_alignment helperFengnan Chang
9 daysiomap: add a separate bio_set for iomap_split_ioendChristoph Hellwig
9 daysiomap: Remove FGP_NOFS from iomap_get_folio()Matthew Wilcox (Oracle)
9 daysntfs: drop redundant S_IFDIR from mkdirJori Koolstra