summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana2022-05-091-0/+1
* zonefs: Clear inode information flags on inode creationDamien Le Moal2022-05-091-0/+1
* zonefs: Fix management of open zonesDamien Le Moal2022-05-091-5/+40
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-091-0/+8
* ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2022-05-091-4/+7
* ksmbd: increment reference count of parent fpNamjae Jeon2022-05-092-0/+3
* ext4: fix bug_on in start_this_handle during umount filesystemYe Bin2022-05-091-7/+12
* gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher2022-05-091-4/+0
* gfs2: Make sure not to return short direct writesAndreas Gruenbacher2022-05-091-1/+1
* gfs2: Minor retry logic cleanupAndreas Gruenbacher2022-05-091-18/+16
* gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher2022-05-091-0/+3
* io_uring: check reserved fields for recv/recvmsgJens Axboe2022-05-091-0/+2
* io_uring: check reserved fields for send/sendmsgJens Axboe2022-05-091-0/+2
* ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li2022-05-091-0/+4
* btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana2022-05-011-0/+28
* btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana2022-05-011-16/+123
* gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher2022-05-011-12/+87
* iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2022-05-017-15/+30
* iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2022-05-011-0/+6
* iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher2022-05-011-0/+4
* gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher2022-05-011-5/+94
* gfs2: Eliminate ip->i_ghAndreas Gruenbacher2022-05-012-15/+22
* gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2022-05-012-59/+28
* gfs2: Introduce flag for glock holder auto-demotionBob Peterson2022-05-013-36/+200
* gfs2: Clean up function may_grantAndreas Gruenbacher2022-05-011-50/+69
* gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher2022-05-011-10/+17
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-016-6/+6
* gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2022-05-011-3/+2
* jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-271-1/+3
* ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-271-3/+12
* ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-271-1/+3
* ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-271-1/+10
* ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-272-2/+6
* ext4: fix symlink file size not match to file contentYe Bin2022-04-271-1/+3
* ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-273-9/+32
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-271-4/+5
* VFS: filename_create(): fix incorrect intent.NeilBrown2022-04-271-12/+10
* stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka2022-04-271-9/+10
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-271-1/+1
* gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-04-271-4/+5
* xfs: return errors in xfs_fs_sync_fsDarrick J. Wong2022-04-271-1/+5
* vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong2022-04-271-6/+12
* block: simplify the block device syncing codeChristoph Hellwig2022-04-272-25/+4
* block: remove __sync_blockdevChristoph Hellwig2022-04-272-8/+4
* fs: remove __sync_filesystemChristoph Hellwig2022-04-271-21/+17
* btrfs: mark resumed async balance as writingNaohiro Aota2022-04-201-0/+2
* btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-201-2/+3
* cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg2022-04-201-3/+3
* io_uring: use nospec annotation for more indexesPavel Begunkov2022-04-201-6/+5
* io_uring: zero tag on rsrc removalPavel Begunkov2022-04-201-1/+3