messages from 2021-10-13 05:14:50 to 2021-10-15 13:30:44 UTC [more...]
don't use ->bd_inode to access the block device size v2
2021-10-15 13:26 UTC (26+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
[PATCH v7 00/28] file system-wide error monitoring
2021-10-15 13:13 UTC (58+ messages)
` [PATCH v7 01/28] fsnotify: pass data_type to fsnotify_name()
` [PATCH v7 02/28] fsnotify: pass dentry instead of inode data
` [PATCH v7 03/28] fsnotify: clarify contract for create event hooks
` [PATCH v7 04/28] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v7 05/28] fanotify: Fold event size calculation to its own function
` [PATCH v7 06/28] fanotify: Split fsid check from other fid mode checks
` [PATCH v7 07/28] inotify: Don't force FS_IN_IGNORED
` [PATCH v7 08/28] fsnotify: Add helper to detect overflow_event
` [PATCH v7 09/28] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v7 10/28] fsnotify: Retrieve super block from the data field
` [PATCH v7 11/28] fsnotify: Pass group argument to free_event
` [PATCH v7 12/28] fanotify: Support null inode event in fanotify_dfid_inode
` [PATCH v7 13/28] fanotify: Allow file handle encoding for unhashed events
` [PATCH v7 14/28] fanotify: Encode empty file handle when no inode is provided
` [PATCH v7 15/28] fanotify: Require fid_mode for any non-fd event
` [PATCH v7 16/28] fsnotify: Support FS_ERROR event type
` [PATCH v7 17/28] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v7 18/28] fanotify: Pre-allocate pool of error events
` [PATCH v7 19/28] fanotify: Limit number of marks with FAN_FS_ERROR per group
` [PATCH v7 20/28] fanotify: Support enqueueing of error events
` [PATCH v7 21/28] fanotify: Support merging "
` [PATCH v7 22/28] fanotify: Report FID entry even for zero-length file_handle
` [PATCH v7 23/28] fanotify: Report fid info for file related file system errors
` [PATCH v7 24/28] fanotify: Emit generic error info for error event
` [PATCH v7 25/28] fanotify: Allow users to request FAN_FS_ERROR events
` [PATCH v7 26/28] ext4: Send notifications on error
` [PATCH v7 27/28] samples: Add fs error monitoring example
` [PATCH v7 28/28] docs: Document the FAN_FS_ERROR event
[PATCH v1 0/2] mm: remove extra ZONE_DEVICE struct page refcount
2021-10-15 11:06 UTC (16+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount
[PATCH -next v2 0/6] Fix some issues about mmp
2021-10-15 3:21 UTC (12+ messages)
` [PATCH -next v2 2/6] ext4: introduce last_check_time record previous check time
[tytso-ext4:dev] BUILD SUCCESS 916ff8d5ea0e24fd43f113b6b5326d5ea8f68310
2021-10-15 2:55 UTC
Inode 2885482 (000000008e814f64): i_reserved_data_blocks (2) not cleared!
2021-10-15 2:49 UTC (4+ messages)
[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
2021-10-14 11:46 UTC (16+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
[PATCH 0/2] Handle a soft hang and the inconsistent name issue
2021-10-14 21:54 UTC (6+ messages)
` [PATCH 2/2] fs: ext4: Fix the inconsistent name exposed by /proc/self/cwd
don't use ->bd_inode to access the block device size
2021-10-14 15:35 UTC (76+ messages)
` [PATCH 01/29] bcache: remove bdev_sectors
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [PATCH 05/29] mtd/block2mtd: "
` [PATCH 06/29] nvmet: "
` [PATCH 07/29] target/iblock: "
` [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [PATCH 09/29] fs: simplify init_page_buffers
` [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 11/29] btrfs: "
` [PATCH 12/29] cramfs: "
` [PATCH 13/29] fat: "
` [PATCH 14/29] hfs: "
` [PATCH 15/29] hfsplus: "
` [PATCH 16/29] jfs: "
` [PATCH 17/29] nfs/blocklayout: "
` [PATCH 18/29] nilfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] pstore/blk: "
` [PATCH 21/29] reiserfs: "
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [PATCH 26/29] jfs: "
` [PATCH 27/29] ntfs: "
` [PATCH 28/29] reiserfs: "
` [PATCH 29/29] udf: "
[PATCH v5 0/3] ext4: fix a inode checksum error
2021-10-14 10:57 UTC (2+ messages)
[PATCH 0/1] ext4: fix lazy initialization next schedule time computation in more granular unit
2021-10-14 9:56 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH linux-next] ext4:namei: fix boolreturn.cocci warnings
2021-10-14 9:26 UTC (2+ messages)
[PATCH] ext4: remove an unused variable warning with CONFIG_QUOTA=n
2021-10-14 9:26 UTC (2+ messages)
[PATCH 0/2] bugfix for read_extent_tree_block
2021-10-14 7:21 UTC (5+ messages)
` [PATCH 2/2] ext4: check magic even the extent block bh is verified
[RFC PATCH 0/3] ext4: enhance extent consistency check
2021-10-14 2:32 UTC (2+ messages)
[PATCH] ext4: start the handle later in ext4_writepages() to avoid unnecessary wait
2021-10-14 2:31 UTC (2+ messages)
[PATCH] ext4: Convert from atomic_t to refcount_t on ext4_io_end->count
2021-10-13 20:46 UTC (2+ messages)
[PATCH] Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
2021-10-13 20:46 UTC (2+ messages)
[PATCH v1 00/12] MEMORY_DEVICE_COHERENT for CPU-accessible coherent device memory
2021-10-13 13:34 UTC (4+ 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).