aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-12-28io_uring: use completion batching for poll rem/updPavel Begunkov1-3/+7
2021-12-28io_uring: single shot poll removal optimisationPavel Begunkov1-1/+7
2021-12-28io_uring: poll reworkPavel Begunkov1-299/+227
2021-12-28io_uring: kill poll linking optimisationPavel Begunkov1-6/+2
2021-12-28io_uring: move common poll bitsPavel Begunkov1-37/+37
2021-12-28io_uring: refactor poll updatePavel Begunkov1-36/+26
2021-12-28io_uring: remove double poll on poll updatePavel Begunkov1-0/+1
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2-4/+2
2021-12-23Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-8/+26
2021-12-23Merge tag 'io_uring-5.16-2021-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+7
2021-12-23ext4: update fast commit TODOsHarshad Shirwadkar1-8/+6
2021-12-23ext4: simplify updating of fast commit statsHarshad Shirwadkar3-58/+67
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar5-75/+20
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar6-24/+4
2021-12-23iomap: Fix error handling in iomap_zero_iter()Matthew Wilcox (Oracle)1-2/+2
2021-12-23jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo1-15/+25
2021-12-23ubifs: read-only if LEB may always be taken in ubifs_garbage_collectBaokun Li1-1/+10
2021-12-23ubifs: fix double return leb in ubifs_garbage_collectBaokun Li1-0/+2
2021-12-23ubifs: fix slab-out-of-bounds in ubifs_change_lpBaokun Li1-1/+5
2021-12-23ubifs: fix snprintf() length checkDan Carpenter1-1/+1
2021-12-23ubifs: Export filesystem error countersStefan Schaeckeler5-2/+225
2021-12-23ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek1-1/+0
2021-12-23ubifs: Make use of the helper macro kthread_run()Cai Huoqing1-4/+2
2021-12-23ubifs: Fix spelling mistakesAlexander Dahl2-3/+3
2021-12-23ext4: fix i_version handling on remountLukas Czerner1-25/+18
2021-12-23ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner1-11/+2
2021-12-23ext4: don't fail remount if journalling mode didn't changeLukas Czerner1-5/+9
2021-12-22io_uring: zero iocb->ki_pos for stream file typesJens Axboe1-3/+7
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong1-1/+2
2021-12-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-3/+3
2021-12-21hostfs: Fix writeback of dirty pagesSjoerd Simons1-0/+3
2021-12-21Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-11/+8
2021-12-21iomap: Inline __iomap_zero_iter into its callerMatthew Wilcox (Oracle)1-28/+27
2021-12-21xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter2-3/+4
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu2-4/+5
2021-12-21xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner1-1/+1
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong1-4/+11
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong4-21/+27
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong2-42/+19
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong5-17/+6
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong1-1/+10
2021-12-19Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-14/+44
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever2-11/+8
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2-21/+0
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-1/+1
2021-12-18fs: 9p: remove unneeded variableChangcheng Deng1-2/+1
2021-12-18xfs: Support large foliosMatthew Wilcox (Oracle)1-0/+2
2021-12-18iomap: Support large folios in invalidatepageMatthew Wilcox (Oracle)1-2/+7
2021-12-18iomap: Convert iomap_migrate_page() to use foliosMatthew Wilcox (Oracle)1-5/+7
2021-12-18iomap: Convert iomap_add_to_ioend() to take a folioMatthew Wilcox (Oracle)1-36/+34