messages from 2010-08-30 22:36:27 to 2010-09-07 09:10:27 UTC [more...]
[PATCH] fs: use kernel's hex_to_bin() method
2010-09-07 9:10 UTC (2+ messages)
[2.6.36-rc3] Workqueues, XFS, dependencies and deadlocks
2010-09-07 9:04 UTC (2+ messages)
[PATCH 00/10] Assorted fixes/enhancements for overlayfs
2010-09-06 19:23 UTC (15+ messages)
` [PATCH 03/10] ovl: use correct seek function for directories
` [PATCH 01/10] ovl: small optimisation for ovl_lookup
` [PATCH 02/10] ovl: minimal remount support
` [PATCH 05/10] ovl: make sure fsync is never called on the lower filesystem
` [PATCH 10/10] ovl: Assorted updates to Documentation/filesystems/overlayfs.txt
` [PATCH 09/10] VFS: Remove read-only checks from dentry_permission
` [PATCH 07/10] ovl: add initial revalidate support
` [PATCH 06/10] ovl: rename ovl_fill_cache to ovl_dir_read
` [PATCH 08/10] VFS: tiny optimisation in open_other handling
` [PATCH 04/10] ovl: initialise is_real before use
[PATCHSET 2.6.36-rc2] block, fs: replace HARDBARRIER with FLUSH/FUA
2010-09-06 11:40 UTC (21+ messages)
` [PATCH 26/30] ext4: do not send discards as barriers
` [PATCH 24.5/30] jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
[PATCHSET #upstream] block, fs: replace HARDBARRIER with FLUSH/FUA, take#2
2010-09-06 11:14 UTC (45+ messages)
` [PATCH 01/41] ide: remove unnecessary blk_queue_flushing() test in do_ide_request()
` [PATCH 02/41] block/loop: queue ordered mode should be DRAIN_FLUSH
` [PATCH 03/41] block: kill QUEUE_ORDERED_BY_TAG
` [PATCH 04/41] block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
` [PATCH 05/41] block: remove spurious uses of REQ_HARDBARRIER
` [PATCH 06/41] block: misc cleanups in barrier code
` [PATCH 07/41] block: drop barrier ordering by queue draining
` [PATCH 08/41] block: rename blk-barrier.c to blk-flush.c
` [PATCH 09/41] block: rename barrier/ordered to flush
` [PATCH 10/41] block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
` [PATCH 11/41] block: filter flush bio's in __generic_make_request()
` [PATCH 12/41] block: simplify queue_next_fseq
` [PATCH 13/41] block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH
` [PATCH 14/41] block: kick queue after sequencing REQ_FLUSH/FUA
` [PATCH 15/41] block: make sure FSEQ_DATA request has the same rq_disk as the original
` [PATCH 16/41] block: update documentation for REQ_FLUSH / REQ_FUA
` [PATCH 17/41] block: use REQ_FLUSH in blkdev_issue_flush()
` [PATCH 18/41] block/loop: implement REQ_FLUSH/FUA support
` [PATCH 19/41] virtio_blk: drop REQ_HARDBARRIER support
` [PATCH 20/41] lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH support
` [PATCH 21/41] md: implment REQ_FLUSH/FUA support
` [PATCH 22/41] block: make __blk_rq_prep_clone() copy most command flags
` [PATCH 23/41] dm: implement REQ_FLUSH/FUA support for bio-based dm
` [dm-devel] "
` [PATCH 24/41] dm: implement REQ_FLUSH/FUA support for request-based dm
` [PATCH 25/41] dm: relax ordering of bio-based flush implementation
` [PATCH 26/41] dm: fix locking context in queue_io()
` [PATCH 27/41] block: pass gfp_mask and flags to sb_issue_discard
` [PATCH 28/41] xfs: replace barriers with explicit flush / FUA usage
` [PATCH 29/41] btrfs: "
` [PATCH 30/41] gfs2: "
` [PATCH 31/41] reiserfs: "
` [PATCH 32/41] nilfs2: "
` [PATCH 33/41] jbd: "
` [PATCH 34/41] jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
` [PATCH 35/41] jbd2: replace barriers with explicit flush / FUA usage
` [PATCH 36/41] ext4: do not send discards as barriers
` [PATCH 37/41] fat: "
` [PATCH 38/41] swap: "
` [PATCH 39/41] block: remove the WRITE_BARRIER flag
` [PATCH 40/41] block: remove the BLKDEV_IFL_BARRIER flag
` [PATCH 41/41] block: remove the BH_Eopnotsupp flag
[PATCH 0/9] Reduce latencies and improve overall reclaim efficiency v1
2010-09-06 10:49 UTC (12+ messages)
` [PATCH 01/10] tracing, vmscan: Add trace events for LRU list shrinking
` [PATCH 02/10] writeback: Account for time spent congestion_waited
` [PATCH 03/10] writeback: Do not congestion sleep if there are no congested BDIs or significant writeback
` [PATCH 04/10] vmscan: Synchronous lumpy reclaim should not call congestion_wait()
` [PATCH 05/10] vmscan: Synchrounous lumpy reclaim use lock_page() instead trylock_page()
` [PATCH 06/10] vmscan: Narrow the scenarios lumpy reclaim uses synchrounous reclaim
` [PATCH 07/10] vmscan: Remove dead code in shrink_inactive_list()
` [PATCH 08/10] vmscan: isolated_lru_pages() stop neighbour search if neighbour cannot be isolated
` [PATCH 09/10] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 10/10] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages
[PATCH 0/4] writeback: kernel visibility
2010-09-06 1:34 UTC (8+ messages)
` [PATCH 3/4] writeback: nr_dirtied and nr_cleaned in /proc/vmstat
[PATCH v2] [RFC] isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory
2010-09-05 19:39 UTC
[PATCH 0/6] overlay filesystem prototype
2010-09-05 12:08 UTC (10+ messages)
` [PATCH 1/6] vfs: implement open "forwarding"
` [PATCH 2/6] vfs: make i_op->permission take a dentry instead of an inode
` [PATCH 3/6] vfs: add flag to allow rename to same inode
` [PATCH 4/6] vfs: export do_splice_direct() to modules
` [PATCH 5/6] overlay: hybrid overlay filesystem prototype
` [PATCH 6/6] overlay: overlay filesystem documentation
[PATCH 00/13] trivial: Remove unnecessary casts of private_data
2010-09-05 1:52 UTC (2+ messages)
` [PATCH 08/13] fs/seq_file.c: "
[RFC2][PATCH] 9p/net: character device transport
2010-09-04 20:26 UTC
[RFC2][PATCH] 9p/net: add zero copy support
2010-09-04 20:24 UTC
Mutual Support
2010-09-04 15:40 UTC
[patch 2/5] vfs: O_* bit numbers uniqueness check
2010-09-04 1:22 UTC (5+ messages)
` [PATCH] vfs: take O_NONBLOCK out of the O_* uniqueness test
[Bug 17752] 2.6.36-rc3: inconsistent lock state (iprune_sem, shrink_icache_memory)
2010-09-03 21:34 UTC
[PATCH V5] Cleancache: shim to Xen Transcendent Memory
2010-09-03 20:49 UTC
[PATCH V5 8/8] Cleancache: ocfs2 hook for cleancache
2010-09-03 20:05 UTC
[PATCH V5 7/8] Cleancache: ext4 hook for cleancache
2010-09-03 20:04 UTC
[PATCH V5 4/8] Cleancache: VFS hooks for cleancache
2010-09-03 20:03 UTC
[PATCH V5 6/8] Cleancache: btrfs hooks for cleancache
2010-09-03 20:04 UTC
[PATCH V5 3/8] Cleancache: core ops functions and configuration
2010-09-03 20:02 UTC
[PATCH V5 5/8] Cleancache: ext3 hook for cleancache
2010-09-03 20:03 UTC
[PATCH V5 0/8] Cleancache: overview
2010-09-03 20:01 UTC
[PATCH V5 1/8] Cleancache: Documentation
2010-09-03 20:01 UTC
[PATCH V5 2/8] Cleancache: cleancache_poolid in superblock
2010-09-03 20:02 UTC
[PATCH 0/5] hybrid union filesystem prototype
2010-09-03 12:31 UTC (35+ messages)
` [PATCH 5/5] union: "
[PATCHSET 2.6.36-rc2] block, dm: finish REQ_FLUSH/FUA conversion, take#2
2010-09-03 11:51 UTC (34+ messages)
` [PATCH 1/5] block: make __blk_rq_prep_clone() copy most command flags
` [PATCH 2/5] dm: implement REQ_FLUSH/FUA support for bio-based dm
` [PATCH 3/5] dm: relax ordering of bio-based flush implementation
` [PATCH 4/5] dm: implement REQ_FLUSH/FUA support for request-based dm
` [PATCH UPDATED "
` [PATCH] block: make sure FSEQ_DATA request has the same rq_disk as the original
File system RT suit
2010-09-03 10:47 UTC
File system RT suit
2010-09-03 10:43 UTC
remove_suid bangs on xattrs
2010-09-02 21:01 UTC (6+ messages)
[RFC 02/22] configfs: Add struct configfs_item_operations->check_link() in configfs_unlink()
2010-09-02 19:40 UTC
bdi-default hung waiting for kthread_stop to finish
2010-09-02 18:55 UTC
[RFC PATCH 0/3] Do not wait the full timeout on congestion_wait when there is no congestion
2010-09-02 18:28 UTC (10+ messages)
` [PATCH 2/3] writeback: Record if the congestion was unnecessary
2.6.36-rc3: inconsistent lock state (iprune_sem, shrink_icache_memory)
2010-09-02 6:11 UTC (2+ messages)
[PATCH 0/2] Btrfs-progs: Add support for hot data migration
2010-09-01 11:56 UTC (4+ messages)
` [PATCH 2/2] Btrfs-progs: Add hot data support in mkfs
[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
2010-09-01 7:38 UTC (13+ messages)
` safety of retrying SYNCHRONIZE CACHE [was: Re: [PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush]
[PATCH] [RFC] [resend] isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory
2010-08-31 21:51 UTC (4+ messages)
` [PATCH v2] [RFC] "
[PATCH] Documentation: Fix trivial typo in filesystems/sharedsubtree.txt
2010-08-31 18:34 UTC (2+ messages)
EXT3 system crash recovery
2010-08-31 17:50 UTC (2+ messages)
EXT3 data=ordered system crash
2010-08-31 13:44 UTC (2+ messages)
[PATCH] exec argument expansion can inappropriately trigger OOM-killer
2010-08-31 11:56 UTC (10+ messages)
` [PATCH] exec argument expansion can inappropriately triggerOOM-killer
Too many security check reads to getxattr?
2010-08-31 5:16 UTC (2+ messages)
[PATCH 4/4] writeback: Reporting dirty thresholds in /proc/vmstat
2010-08-31 1:32 UTC (4+ messages)
[PATCH V4 5/8] Cleancache: ext3 hook for cleancache
2010-08-31 0:57 UTC (2+ messages)
[PATCH V4 4/8] Cleancache: VFS hooks for cleancache
2010-08-31 0:48 UTC (2+ messages)
[PATCH V4 3/8] Cleancache: core ops functions and configuration
2010-08-31 0:40 UTC (2+ messages)
why are WB_SYNC_NONE COMMITs being done with FLUSH_SYNC set ?
2010-08-30 23:53 UTC (7+ messages)
[PATCH V4 8/8] Cleancache: ocfs2 hook for cleancache
2010-08-30 22:34 UTC
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).