Show patches with: Submitter = Goldwyn Rodrigues       |   522 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,04/31] iomap: Introduce iomap_readpage_ops btrfs buffered iomap support - - - --- 2021-06-13 Goldwyn Rodrigues New
[RFC,03/31] iomap: Export iomap_writepage_end_bio() btrfs buffered iomap support - - - --- 2021-06-13 Goldwyn Rodrigues New
[RFC,02/31] iomap: Add submit_io to writepage_ops btrfs buffered iomap support - - - --- 2021-06-13 Goldwyn Rodrigues New
[RFC,01/31] iomap: Check if blocksize == PAGE_SIZE in to_iomap_page() btrfs buffered iomap support - - - --- 2021-06-13 Goldwyn Rodrigues New
btrfs-progs: Correct check_running_fs_exclop() return value btrfs-progs: Correct check_running_fs_exclop() return value - - - --- 2021-04-09 Goldwyn Rodrigues New
btrfs: Correct try_lock_extent() usage in read_extent_buffer_subpage() btrfs: Correct try_lock_extent() usage in read_extent_buffer_subpage() - 2 - --- 2021-04-08 Goldwyn Rodrigues New
[2/2] btrfs: Use reada_control pointer instead of void pointer [1/2] btrfs: Remove unused function btrfs_reada_detach() - 1 - --- 2021-04-06 Goldwyn Rodrigues New
[1/2] btrfs: Remove unused function btrfs_reada_detach() [1/2] btrfs: Remove unused function btrfs_reada_detach() - 1 - --- 2021-04-06 Goldwyn Rodrigues New
[v3] btrfs: remove force argument from run_delalloc_nocow() [v3] btrfs: remove force argument from run_delalloc_nocow() - 2 1 --- 2021-03-04 Goldwyn Rodrigues New
btrfs: Remove mirror argument from btrfs_csum_verify_data() btrfs: Remove mirror argument from btrfs_csum_verify_data() - - - --- 2021-03-03 Goldwyn Rodrigues New
btrfs: fix nocow sequence in btrfs_run_delalloc_range() btrfs: fix nocow sequence in btrfs_run_delalloc_range() - - - --- 2021-03-03 Goldwyn Rodrigues New
[v2] btrfs: Remove force argument from run_delalloc_nocow() [v2] btrfs: Remove force argument from run_delalloc_nocow() 1 - - --- 2021-02-25 Goldwyn Rodrigues New
btrfs-progs: Improve default explanation in man page btrfs-progs: Improve default explanation in man page - - - --- 2021-02-22 Goldwyn Rodrigues New
btrfs: Remove force argument from run_delalloc_nocow() btrfs: Remove force argument from run_delalloc_nocow() - - - --- 2021-02-22 Goldwyn Rodrigues New
[v3] btrfs: Make btrfs_direct_write atomic with respect to inode_lock [v3] btrfs: Make btrfs_direct_write atomic with respect to inode_lock - - - --- 2020-12-18 Goldwyn Rodrigues New
[2/2] btrfs: Make btrfs_direct_write atomic with respect to inode_lock Fix locking for btrfs direct writes - - - --- 2020-12-15 Goldwyn Rodrigues New
[1/2] iomap: Separate out generic_write_sync() from iomap_dio_complete() Fix locking for btrfs direct writes - - - --- 2020-12-15 Goldwyn Rodrigues New
btrfs-progs: Fix buffer pointer while reading exclusive_operation btrfs-progs: Fix buffer pointer while reading exclusive_operation - 1 - --- 2020-12-09 Goldwyn Rodrigues New
[2/2] btrfs: Make btrfs_direct_write atomic with respect to inode_lock Fix direct write with respect to inode locking - - - --- 2020-12-08 Goldwyn Rodrigues New
[1/2] btrfs: Fold generic_write_checks() in btrfs_write_check() Fix direct write with respect to inode locking - 1 - --- 2020-12-08 Goldwyn Rodrigues New
btrfs: Set EXTENT_NORESERVE bits in btrfs_dirty_pages() btrfs: Set EXTENT_NORESERVE bits in btrfs_dirty_pages() - 1 - --- 2020-10-14 Goldwyn Rodrigues New
btrfs: Use round_down while calculating start position in btrfs_dirty_pages() btrfs: Use round_down while calculating start position in btrfs_dirty_pages() - 2 - --- 2020-10-14 Goldwyn Rodrigues New
btrfs: Calculate num_pages, reserve_bytes once in btrfs_buffered_write() btrfs: Calculate num_pages, reserve_bytes once in btrfs_buffered_write() - 1 - --- 2020-09-25 Goldwyn Rodrigues New
[14/14] btrfs: Revert 09745ff88d93 ("btrfs: dio iomap DSYNC workaround") BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[13/14] btrfs: Call iomap_dio_complete() without inode_lock BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[12/14] btrfs: Remove dio_sem BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[11/14] btrfs: Use inode_lock_shared() for direct writes within EOF BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[10/14] btrfs: Push inode locking and unlocking into buffered/direct write BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[09/14] btrfs: Introduce btrfs_inode_lock()/unlock() BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[08/14] btrfs: Introduce btrfs_write_check() BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[07/14] btrfs: Move FS error state bit early during write BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-24 Goldwyn Rodrigues New
[06/14] btrfs: Move pos increment and pagecache extension to btrfs_buffered_write() BTRFS DIO inode locking/D_SYNC fix - 2 - --- 2020-09-24 Goldwyn Rodrigues New
[05/14] btrfs: split btrfs_direct_IO to read and write BTRFS DIO inode locking/D_SYNC fix - 2 - --- 2020-09-24 Goldwyn Rodrigues New
[04/14] iomap: Call inode_dio_end() before generic_write_sync() BTRFS DIO inode locking/D_SYNC fix - 3 - --- 2020-09-24 Goldwyn Rodrigues New
[03/14] iomap: Allow filesystem to call iomap_dio_complete without i_rwsem BTRFS DIO inode locking/D_SYNC fix - 2 - --- 2020-09-24 Goldwyn Rodrigues New
[02/14] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK BTRFS DIO inode locking/D_SYNC fix - 4 - --- 2020-09-24 Goldwyn Rodrigues New
[01/14] fs: remove dio_end_io() BTRFS DIO inode locking/D_SYNC fix - 4 - --- 2020-09-24 Goldwyn Rodrigues New
btrfs: Increment i_size after dio write completes btrfs: Increment i_size after dio write completes - - - --- 2020-09-21 Goldwyn Rodrigues New
[15/15] iomap: Reinstate lockdep_assert_held in iomap_dio_rw() BTRFS DIO inode locking/D_SYNC fix - - - --- 2020-09-21 Goldwyn Rodrigues New
[14/15] btrfs: Revert 09745ff88d93 ("btrfs: dio iomap DSYNC workaround") BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-21 Goldwyn Rodrigues New
[13/15] btrfs: Call iomap_dio_complete() without inode_lock BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-21 Goldwyn Rodrigues New
[12/15] btrfs: Remove dio_sem BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-21 Goldwyn Rodrigues New
[11/15] btrfs: Use inode_lock_shared() for direct writes within EOF BTRFS DIO inode locking/D_SYNC fix - - - --- 2020-09-21 Goldwyn Rodrigues New
[10/15] btrfs: Push inode locking and unlocking into buffered/direct write BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-21 Goldwyn Rodrigues New
[09/15] btrfs: Introduce btrfs_inode_lock()/unlock() BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-21 Goldwyn Rodrigues New
[08/15] btrfs: Introduce btrfs_write_check() BTRFS DIO inode locking/D_SYNC fix - - - --- 2020-09-21 Goldwyn Rodrigues New
[07/15] btrfs: Move FS error state bit early during write BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-21 Goldwyn Rodrigues New
[06/15] btrfs: Move pos increment and pagecache extension to btrfs_buffered_write() BTRFS DIO inode locking/D_SYNC fix - 2 - --- 2020-09-21 Goldwyn Rodrigues New
[05/15] btrfs: split btrfs_direct_IO to read and write BTRFS DIO inode locking/D_SYNC fix - 2 - --- 2020-09-21 Goldwyn Rodrigues New
[04/15] iomap: Call inode_dio_end() before generic_write_sync() BTRFS DIO inode locking/D_SYNC fix - 2 - --- 2020-09-21 Goldwyn Rodrigues New
[03/15] iomap: Allow filesystem to call iomap_dio_complete without i_rwsem BTRFS DIO inode locking/D_SYNC fix - 1 - --- 2020-09-21 Goldwyn Rodrigues New
[02/15] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK BTRFS DIO inode locking/D_SYNC fix - 4 - --- 2020-09-21 Goldwyn Rodrigues New
[01/15] fs: remove dio_end_io() BTRFS DIO inode locking/D_SYNC fix - 4 - --- 2020-09-21 Goldwyn Rodrigues New
btrfs: use iosize while reading compressed pages btrfs: use iosize while reading compressed pages - 1 - --- 2020-09-15 Goldwyn Rodrigues New
[4/4] btrfs-progs: Enqueue command if it can't be performed immediately [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-25 Goldwyn Rodrigues New
[3/4] btrfs-progs: Check for exclusive operation before issuing ioctl [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-25 Goldwyn Rodrigues New
[2/4] btrfs-progs: add sysfs file reading functions [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-25 Goldwyn Rodrigues New
[1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-25 Goldwyn Rodrigues New
[2/2] btrfs: export currently executing exclusive operation via sysfs btrfs: Enumerate and export exclusive operations - 1 - --- 2020-08-25 Goldwyn Rodrigues New
[1/2] btrfs: enumerate the type of exclusive operation in progress btrfs: Enumerate and export exclusive operations - 1 - --- 2020-08-25 Goldwyn Rodrigues New
[4/4] btrfs-progs: Enqueue command if it can't be performed immediately [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-03 Goldwyn Rodrigues New
[3/4] btrfs-progs: Check for exclusive operation before issuing ioctl [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-03 Goldwyn Rodrigues New
[2/4] btrfs-progs: add sysfs file reading functions [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-03 Goldwyn Rodrigues New
[1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-08-03 Goldwyn Rodrigues New
[3/3] btrfs: add more information for balance btrfs: Enumerate and export exclusive operations - - - --- 2020-08-03 Goldwyn Rodrigues New
[2/3] btrfs: export currently executing exclusive operation via sysfs btrfs: Enumerate and export exclusive operations - 1 - --- 2020-08-03 Goldwyn Rodrigues New
[1/3] btrfs: enumerate the type of exclusive operation in progress btrfs: Enumerate and export exclusive operations - 1 - --- 2020-08-03 Goldwyn Rodrigues New
[4/4] btrfs-progs: Enqueue command if it can't be performed immediately [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-07-27 Goldwyn Rodrigues New
[3/4] btrfs-progs: Check for exclusive operation before issuing ioctl [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-07-27 Goldwyn Rodrigues New
[2/4] btrfs-progs: add sysfs file reading functions [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-07-27 Goldwyn Rodrigues New
[1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd [1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd - - - --- 2020-07-27 Goldwyn Rodrigues New
[3/3] btrfs: add more information for balance btrfs: Enumerate and export exclusive operations - - - --- 2020-07-27 Goldwyn Rodrigues New
[2/3] btrfs: export currently executing exclusive operation via sysfs btrfs: Enumerate and export exclusive operations - - - --- 2020-07-27 Goldwyn Rodrigues New
[1/3] btrfs: enumerate the type of exclusive operation in progress btrfs: Enumerate and export exclusive operations - - - --- 2020-07-27 Goldwyn Rodrigues New
[6/6] btrfs: split btrfs_direct_IO to read and write part btrfs direct-io using iomap - - - --- 2020-07-08 Goldwyn Rodrigues New
[5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK btrfs direct-io using iomap - 2 - --- 2020-07-08 Goldwyn Rodrigues New
[4/6] fs: remove dio_end_io() btrfs direct-io using iomap - 3 - --- 2020-07-08 Goldwyn Rodrigues New
[3/6] btrfs: switch to iomap_dio_rw() for dio btrfs direct-io using iomap - - - --- 2020-07-08 Goldwyn Rodrigues New
[2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails btrfs direct-io using iomap - 1 - --- 2020-07-08 Goldwyn Rodrigues New
[1/6] iomap: Convert wait_for_completion to flags btrfs direct-io using iomap - - - --- 2020-07-08 Goldwyn Rodrigues New
[6/6] btrfs: split btrfs_direct_IO to read and write part btrfs direct-io using iomap - - - --- 2020-06-29 Goldwyn Rodrigues New
[5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK btrfs direct-io using iomap - 2 - --- 2020-06-29 Goldwyn Rodrigues New
[4/6] fs: remove dio_end_io() btrfs direct-io using iomap - 3 - --- 2020-06-29 Goldwyn Rodrigues New
[3/6] btrfs: switch to iomap_dio_rw() for dio btrfs direct-io using iomap - - - --- 2020-06-29 Goldwyn Rodrigues New
[2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails btrfs direct-io using iomap - 3 - --- 2020-06-29 Goldwyn Rodrigues New
[1/6] iomap: Convert wait_for_completion to flags btrfs direct-io using iomap - - - --- 2020-06-29 Goldwyn Rodrigues New
[8/8] btrfs: Move generic_write_sync() to btrfs_buffered_write() Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[7/8] btrfs: Remove dio_sem Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[6/8] btrfs: Use shared inode lock for direct writes within EOF Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[5/8] btrfs: Push inode locking and unlocking in buffered/direct write Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[4/8] btrfs: Introduce btrfs_inode_lock()/unlock() Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[3/8] btrfs: Introduce btrfs_write_check() Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[2/8] btrfs: Move FS error state bit early during write Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[1/8] btrfs: Move pos increment and pagecache extension to btrfs_buffered_write() Rearrange inode locking - - - --- 2020-06-22 Goldwyn Rodrigues New
[6/6] btrfs: split btrfs_direct_IO to read and write part btrfs direct-io using iomap - - - --- 2020-06-22 Goldwyn Rodrigues New
[5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK btrfs direct-io using iomap - 2 - --- 2020-06-22 Goldwyn Rodrigues New
[4/6] fs: remove dio_end_io() btrfs direct-io using iomap - 3 - --- 2020-06-22 Goldwyn Rodrigues New
[3/6] btrfs: switch to iomap_dio_rw() for dio btrfs direct-io using iomap - - - --- 2020-06-22 Goldwyn Rodrigues New
[2/6] iomap: IOMAP_DIOF_PGINVALID_FAIL return if page invalidation fails btrfs direct-io using iomap - 1 - --- 2020-06-22 Goldwyn Rodrigues New
[1/6] iomap: Convert wait_for_completion to flags btrfs direct-io using iomap - 1 - --- 2020-06-22 Goldwyn Rodrigues New
« 1 2 3 45 6 »