messages from 2017-05-24 16:42:04 to 2017-06-05 05:35:51 UTC [more...]
[PATCH 0/10 v10] No wait AIO
2017-06-05 5:35 UTC (11+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "
[PATCH] kvm: async_pf: fix rcu_irq_enter() with irqs enabled
2017-06-05 4:21 UTC (2+ messages)
[PATCH] libext2fs: fix build warning on Big Endian systems in closefs.c
2017-06-04 23:31 UTC
[PATCH] libext2fs: correctly write up the backup superblocks in big endian systems
2017-06-04 22:51 UTC
Investment Interest & Offer
2017-06-02 23:01 UTC
(unknown),
2017-06-03 7:17 UTC
[PATCH 01/28] ext4: xattr-in-inode support
2017-06-02 23:35 UTC (43+ messages)
` [PATCH 02/28] ext4: fix lockdep warning about recursive inode locking
` [PATCH 03/28] ext4: lock inode before calling ext4_orphan_add()
` [PATCH 04/28] ext4: do not set posix acls on xattr inodes
` [PATCH 05/28] ext4: attach jinode after creation of xattr inode
` [PATCH 06/28] ext4: ea_inode owner should be the same as the inode owner
` [PATCH 07/28] ext4: call journal revoke when freeing ea_inode blocks
` [PATCH 08/28] ext4: fix ref counting for ea_inode
` [PATCH 09/28] ext4: extended attribute value size limit is enforced by vfs
` [PATCH 10/28] ext4: change ext4_xattr_inode_iget() signature
` [PATCH 11/28] ext4: clean up ext4_xattr_inode_get()
` [PATCH 12/28] ext4: add missing le32_to_cpu(e_value_inum) conversions
` [PATCH 13/28] ext4: ext4_xattr_value_same() should return false for external data
` [PATCH 14/28] ext4: fix ext4_xattr_make_inode_space() value size calculation
` [PATCH 15/28] ext4: fix ext4_xattr_move_to_block()
` [PATCH 16/28] ext4: fix ext4_xattr_cmp()
` [PATCH 17/28] ext4: fix credits calculation for xattr inode
` [PATCH 18/28] ext4: retry storing value in external inode with xattr block too
` [PATCH 19/28] ext4: ext4_xattr_delete_inode() should return accurate errors
` [PATCH 20/28] ext4: improve journal credit handling in set xattr paths
` [PATCH 21/28] ext4: modify ext4_xattr_ino_array to hold struct inode *
` [PATCH 22/28] ext4: move struct ext4_xattr_inode_array to xattr.h
` [PATCH 23/28] mbcache: make mbcache more generic
` [PATCH 24/28] ext4: rename mb block cache functions
` [PATCH 25/28] ext4: add ext4_is_quota_file()
` [PATCH 26/28] ext4: cleanup transaction restarts during inode deletion
` [PATCH 27/28] ext4: xattr inode deduplication
` [PATCH v2 "
` [PATCH v3 "
` [PATCH 28/28] quota: add extra inode count to dquot transfer functions
` [PATCH v2 01/28] ext4: xattr-in-inode support
crypto: Work around deallocated stack frame reference gcc bug on sparc
2017-06-02 19:55 UTC (3+ messages)
[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
2017-06-02 10:07 UTC (24+ messages)
` [PATCH v5 01/17] lib: add errseq_t type and infrastructure for handling it
` [PATCH v5 02/17] fs: new infrastructure for writeback error handling and reporting
` [PATCH v5 03/17] mm: tracepoints for writeback error events
` [PATCH v5 04/17] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v5 05/17] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v5 06/17] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v5 07/17] mm: add filemap_fdatawait_range_since and filemap_write_and_wait_range_since
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails
` [PATCH v5 09/17] block: convert to errseq_t based writeback error tracking
` [PATCH v5 10/17] block: add sync_blockdev_since and sync_filesystem_since
` [PATCH v5 11/17] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v5 12/17] fs: allow __generic_file_fsync to support both flavors of error reporting
` [PATCH v5 13/17] jbd2: conditionally handle errors using errseq_t based on FS_WB_ERRSEQ flag
` [PATCH v5 14/17] ext4: convert to errseq_t based error tracking
` [PATCH v5 15/17] fs: add a write_one_page_since
` [PATCH v5 16/17] ext2: convert to errseq_t based writeback error tracking
` [PATCH v5 17/17] fs: convert ext2 to use write_one_page_since
generic/346 fails on ext4 DAX mount
2017-06-02 6:03 UTC (2+ messages)
[PATCH] tests: add new test f_del_dup_quota
2017-06-01 21:32 UTC
(unknown),
2017-06-01 20:40 UTC
[PATCH 00/35 v1] pagevec API cleanups
2017-06-01 13:55 UTC (42+ messages)
` [PATCH 01/35] fscache: Remove unused ->now_uncached callback
` [PATCH 02/35] ext4: Fix SEEK_HOLE
` [PATCH 03/35] ext4: Fix off-by-in in loop termination in ext4_find_unwritten_pgoff()
` [PATCH 04/35] dax: Fix inefficiency in dax_writeback_mapping_range()
` [PATCH 05/35] mm: Fix THP handling in invalidate_mapping_pages()
` [PATCH 06/35] mm: Make pagevec_lookup() update index
` [PATCH 07/35] mm: Implement find_get_pages_range()
` [PATCH 08/35] fs: Fix performance regression in clean_bdev_aliases()
` [PATCH 09/35] ext4: Use pagevec_lookup_range() in ext4_find_unwritten_pgoff()
` [PATCH 10/35] ext4: Use pagevec_lookup_range() in writeback code
` [PATCH 11/35] hugetlbfs: Use pagevec_lookup_range() in remove_inode_hugepages()
` [PATCH 12/35] xfs: Use pagevec_lookup_range() in xfs_find_get_desired_pgoff()
` [PATCH 13/35] mm: Remove nr_pages argument from pagevec_lookup{, _range}()
` [PATCH 14/35] mm: Implement find_get_pages_range_tag()
` [PATCH 15/35] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 16/35] ceph: "
` [PATCH 17/35] ext4: "
` [PATCH 18/35] f2fs: "
` [PATCH 19/35] f2fs: Simplify page iteration loops
` [PATCH 20/35] f2fs: Use find_get_pages_tag() for looking up single page
` [PATCH 21/35] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 22/35] nilfs2: "
` [PATCH 23/35] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 24/35] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 25/35] mm: Remove nr_pages argument from pagevec_lookup_{, range}_tag()
` [PATCH 26/35] afs: Use find_get_pages_range_tag()
` [PATCH 27/35] shmem: Use pagevec_lookup() in shmem_unlock_mapping()
` [PATCH 28/35] shmem: Use pagevec_lookup_entries()
` [PATCH 29/35] mm: Make pagevec_lookup_entries() update index
` [PATCH 30/35] mm: Implement find_get_entries_range()
` [PATCH 31/35] shmem: Convert to pagevec_lookup_entries_range()
` [PATCH 32/35] mm: Convert truncate code "
` [PATCH 33/35] mm: Remove nr_entries argument from pagevec_lookup_entries{, _range}()
` [PATCH 34/35] mm: Make find_get_entries_tag() update index
` [PATCH 35/35] mm: Implement find_get_entries_range_tag()
` [Cluster-devel] [PATCH 00/35 v1] pagevec API cleanups
[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
2017-05-31 20:02 UTC (8+ messages)
` [xfstests PATCH v3 1/5] generic: add a writeback error handling test
` [xfstests PATCH v3 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v3 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v3 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v3 5/5] btrfs: allow it to use $SCRATCH_LOGDEV
hi
2017-05-31 18:31 UTC
[PATCH] ext4: change sequential discard handling on commit complete phase into parallel manner
2017-05-31 10:12 UTC (5+ messages)
` "
` "
[PATCH 0/10 v9] No wait AIO
2017-05-31 8:51 UTC (25+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
4.12-rc jbd2 cpu_hotplug RECLAIM_FS lockdep splat
2017-05-31 2:36 UTC
_Зgpавcmвуйmе! Bаc uнmеpеcуюm клuенmcкuе базы gанныx?
2017-05-29 11:47 UTC
[PATCH v4] tune2fs: fix BUGs of tuning project quota
2017-05-30 0:41 UTC (2+ messages)
` [v4] "
[PATCH] libext2fs: don't flush to device opened in read-only mode
2017-05-29 23:43 UTC (5+ messages)
` "
[PATCH] e2fsprogs: Make -U option consistent between tune2fs and mke2fs
2017-05-29 23:10 UTC (3+ messages)
` [PATCH v2] "
[PATCH] ext4: Fix fdatasync(2) after extent manipulation operations
2017-05-29 18:30 UTC (2+ messages)
[PATCH] generic: Add regression test for tail page zeroing
2017-05-29 11:30 UTC (3+ messages)
[PATCH v2] ioctl_getfsmap.2: document the GETFSMAP ioctl
2017-05-28 16:27 UTC (2+ messages)
[Bug 195893] New: Blocksize changing +1 / bad geometry /
2017-05-27 9:10 UTC
[PATCH] ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()
2017-05-27 6:06 UTC (4+ messages)
[PATCH] ext4: Fix data corruption for mmap writes
2017-05-26 23:02 UTC (2+ messages)
[PATCH] ext4: Fix data corruption with EXT4_GET_BLOCKS_ZERO
2017-05-26 21:44 UTC (2+ messages)
[PATCH] e2fsck: fix sparse bmap to extent conversion
2017-05-25 17:13 UTC (5+ messages)
[Bug 194071] New: data loss using fallocate and mmap
2017-05-25 11:55 UTC (5+ messages)
` [Bug 194071] "
[PATCH] fs: check for writeback errors after syncing out buffers in generic_file_fsync
2017-05-25 10:44 UTC
[PATCH] libext2fs: correctly subtract xattr blocks on bigalloc filesystems
2017-05-25 3:10 UTC (4+ messages)
[PATCH V2] e2fsck: fix multiply-claimed block quota accounting when deleting files
2017-05-25 1:36 UTC (4+ messages)
[PATCH v2] ext4: fix quota charging for shared xattr blocks
2017-05-24 22:25 UTC (3+ messages)
` [PATCH v3] "
[PATCH] ext4: remove redundant check for encrypted file on dio write path
2017-05-24 22:21 UTC (5+ messages)
[PATCH RESEND] ext4: remove unused d_name argument from ext4_search_dir() et al
2017-05-24 22:12 UTC (3+ messages)
[PATCH] ext4: fix off-by-one error when writing back pages before dio read
2017-05-24 22:08 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).