summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-15udf: Avoid using stale lengthOfImpUseJan Kara
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-05-12btrfs: force v2 space cache usage for subpage mountQu Wenruo
2022-05-12btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust
2022-05-09btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana
2022-05-09zonefs: Clear inode information flags on inode creationDamien Le Moal
2022-05-09zonefs: Fix management of open zonesDamien Le Moal
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2022-05-09ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon
2022-05-09ksmbd: increment reference count of parent fpNamjae Jeon
2022-05-09ext4: fix bug_on in start_this_handle during umount filesystemYe Bin
2022-05-09gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher
2022-05-09gfs2: Make sure not to return short direct writesAndreas Gruenbacher
2022-05-09gfs2: Minor retry logic cleanupAndreas Gruenbacher
2022-05-09gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher
2022-05-09io_uring: check reserved fields for recv/recvmsgJens Axboe
2022-05-09io_uring: check reserved fields for send/sendmsgJens Axboe
2022-05-09ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li
2022-05-01btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-05-01btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana
2022-05-01gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher
2022-05-01iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2022-05-01iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher
2022-05-01iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher
2022-05-01gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher
2022-05-01gfs2: Eliminate ip->i_ghAndreas Gruenbacher
2022-05-01gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher
2022-05-01gfs2: Introduce flag for glock holder auto-demotionBob Peterson
2022-05-01gfs2: Clean up function may_grantAndreas Gruenbacher
2022-05-01gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2022-05-01gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin
2022-04-27ext4: fix symlink file size not match to file contentYe Bin
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-04-27VFS: filename_create(): fix incorrect intent.NeilBrown
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson
2022-04-27xfs: return errors in xfs_fs_sync_fsDarrick J. Wong
2022-04-27vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong
2022-04-27block: simplify the block device syncing codeChristoph Hellwig
2022-04-27block: remove __sync_blockdevChristoph Hellwig
2022-04-27fs: remove __sync_filesystemChristoph Hellwig