summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2022-05-25fs: fix an infinite loop in iomap_fiemapGuo Xuenan
2022-05-25gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-05-25io_uring: arm poll for non-nowait filesPavel Begunkov
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-05-18writeback: Avoid skipping inode writebackJing Xia
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-18procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh
2022-05-18nfs: fix broken handling of the softreval mount optionDan Aloni
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