linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-21 09:32:34 to 2010-08-26 09:54:13 UTC [more...]

[PATCHSET 2.6.36-rc2] block, fs: replace HARDBARRIER with FLUSH/FUA
 2010-08-26  9:54 UTC  (42+ messages)
` [PATCH 01/30] ide: remove unnecessary blk_queue_flushing() test in do_ide_request()
` [PATCH 02/30] block/loop: queue ordered mode should be DRAIN_FLUSH
` [PATCH 03/30] block: kill QUEUE_ORDERED_BY_TAG
` [PATCH 04/30] block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
` [PATCH 05/30] block: remove spurious uses of REQ_HARDBARRIER
` [PATCH 06/30] block: misc cleanups in barrier code
` [PATCH 07/30] block: drop barrier ordering by queue draining
` [PATCH 08/30] block: rename blk-barrier.c to blk-flush.c
` [PATCH 09/30] block: rename barrier/ordered to flush
` [PATCH 10/30] block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
` [PATCH 11/30] block: filter flush bio's in __generic_make_request()
` [PATCH 12/30] block: use REQ_FLUSH in blkdev_issue_flush()
` [PATCH 13/30] block: simplify queue_next_fseq
` [PATCH 14/30] block/loop: implement REQ_FLUSH/FUA support
` [PATCH 15/30] virtio_blk: drop REQ_HARDBARRIER support
` [PATCH 16/30] lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH support
` [PATCH 17/30] md: implment REQ_FLUSH/FUA support
` [PATCH 18/30] block: pass gfp_mask and flags to sb_issue_discard
` [PATCH 19/30] xfs: replace barriers with explicit flush / FUA usage
` [PATCH 20/30] btrfs: "
` [PATCH 21/30] gfs2: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] nilfs2: "
` [PATCH 24/30] jbd: "
` [PATCH 25/30] jbd2: "
` [PATCH 26/30] ext4: do not send discards as barriers
` [PATCH 27/30] fat: "
` [PATCH 28/30] swap: "
` [PATCH 29/30] block: remove the BLKDEV_IFL_BARRIER flag
` [PATCH 30/30] block: remove the BH_Eopnotsupp flag
` [PATCH 24.5/30] jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
  ` [PATCH UPDATED "
` [PATCH] block: update documentation for REQ_FLUSH / REQ_FUA

[PATCH 14/38] fallthru: ext2 fallthru support
 2010-08-26  9:53 UTC  (2+ messages)

[PATCH] [fs/9p] Check for NULL fid in v9fs_dir_release()
 2010-08-26  6:21 UTC  (2+ messages)

[PATCH] [net/9p] Add a Warning to catch NULL fids passed to p9_client_clunk()
 2010-08-26  6:20 UTC  (2+ messages)

[PATCH] writeback: remove the internal 5% low bound on dirty_ratio
 2010-08-26  4:22 UTC  (11+ messages)

[RFC v2 PATCH 0/6] Btrfs: Add hot data relocation functionality
 2010-08-26  2:13 UTC  (2+ messages)

[PATCH 0/1] fs: Fix warning: 'autofs4_root_compat_ioctl'
 2010-08-25 23:34 UTC  (2+ messages)
` [PATCH 1/1] fs: Fix warning: 'autofs4_root_compat_ioctl' declared 'static' but never defined

[PATCH 0/2] radix-tree: fix writeback livelock avoidance code
 2010-08-25 20:11 UTC  (2+ messages)

[PATCH] [RFC] isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory
 2010-08-25 19:48 UTC 

[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
 2010-08-25 19:15 UTC  (40+ messages)
                              ` [RFC] training mpath to discern between SCSI errors (was: Re: [PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush)
                                ` [RFC] training mpath to discern between SCSI errors
                ` [dm-devel] [PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
` [PATCH] block: simplify queue_next_fseq
  ` OT grammar nit "

[PATCH 00/15] cifs: multiuser mount overhaul (try #3)
 2010-08-25 17:55 UTC  (3+ messages)
` [PATCH 01/15] cifs: eliminate redundant xdev check in cifs_rename

[RFC PATCHSET block#for-2.6.36-post] block: convert to REQ_FLUSH/FUA
 2010-08-25 11:42 UTC  (8+ messages)
` [PATCH 4/5] md: implment REQ_FLUSH/FUA support
    ` [PATCH UPDATED "

[PATCH -V18 0/13] Generic name to handle and open by handle syscalls
 2010-08-25  9:13 UTC  (25+ messages)
` [PATCH -V18 04/13] vfs: Allow handle based open on symlinks

[RFC][PATCH V2 3/5] ext4: add EXT4_IOC_GET_PA to get inode PA information
 2010-08-25  8:51 UTC 

[RFC][PATCH V2 2/5] ext4: sort and merge inode PA
 2010-08-25  8:51 UTC 

[RFC][PATCH V2 0/5] ext4: inode preferred block allocation
 2010-08-25  8:50 UTC 

[RFC][PATCH V2 5/5] e4defrag: add solving relevant file fragmentation mode
 2010-08-25  8:52 UTC 

[RFC][PATCH V2 4/5] e4defrag: unified bugfix/improvement patches
 2010-08-25  8:52 UTC 

[RFC][PATCH V2 1/5] ext4: add EXT4_IOC_CONTROL_PA to create/discard inode PA
 2010-08-25  8:51 UTC 

[PATCH 00/39] Union mounts - return d_ino from lower fs
 2010-08-25  5:03 UTC  (12+ messages)
` [PATCH 14/39] union-mount: Union mounts documentation

[RFC PATCH V2] core_pattern: fix long parameters was truncated by core_pattern handler
 2010-08-25  2:17 UTC  (11+ messages)
` [RFC PATCH v3] "
    ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH] [fs/9p] Check for NULL fid pointers in p9_client_clunk()
 2010-08-24 21:55 UTC  (3+ messages)
` [V9fs-developer] "

unable to mount a CD - iso9660 bug?
 2010-08-24 20:53 UTC  (4+ messages)
    ` [PATCH] [RFC] isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory

cleancache followup from LSF10/MM summit
 2010-08-24 20:42 UTC  (3+ messages)

[PATCH 0/6] nilfs2: remove own inode hash table
 2010-08-24 17:00 UTC  (18+ messages)
` [PATCH 3/6] nilfs2: keep zero value in i_cno except for gc-inodes
  ` [PATCH 1/6] nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes
  ` [PATCH 2/6] nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty
  ` [PATCH 4/6] nilfs2: use iget5_locked to get inode
  ` [PATCH 6/6] nilfs2: remove own inode hash used for GC
` [PATCH 5/6] nilfs2: separate initializer of metadata file inode

[PATCH-V2] [fs/9p] Remove the redundant rsize calculation in v9fs_file_write()
 2010-08-24 15:43 UTC 

[PATCH] [fs/9p] Add a Direct IO support for non-cached operations
 2010-08-24 15:43 UTC 

[PATCH] fanotify: Return EPERM when a process is not privileged
 2010-08-24 10:58 UTC 

[PATCH] VFS buffer: calculate block-size correctly
 2010-08-24  7:39 UTC 

aio: bump i_count instead of using igrab
 2010-08-24  7:33 UTC  (6+ messages)

get_inode callback of generic_fh_to_{dentry|parent}
 2010-08-24  6:46 UTC  (3+ messages)

[PATCH 0/4] writeback: kernel visibility
 2010-08-24  3:25 UTC  (20+ messages)
` [PATCH 3/4] writeback: nr_dirtied and nr_entered_writeback in /proc/vmstat
` [PATCH 4/4] writeback: Reporting dirty thresholds "

[PATCH] [fs/9p] Add a Direct IO address_space_operation
 2010-08-24  1:39 UTC  (4+ messages)
` [V9fs-developer] "

[GIT PULL] notification tree - try 37!
 2010-08-23 22:38 UTC  (3+ messages)

[PATCH] [fs/9p] Let the read retry on short reads
 2010-08-23 16:43 UTC  (6+ messages)
` [V9fs-developer] "

discard and barriers
 2010-08-23 16:42 UTC  (2+ messages)

[PATCH] [fs/9p] Remove the redundant rsize calculation in v9fs_file_write()
 2010-08-23 16:15 UTC  (2+ messages)
` [V9fs-developer] "

[PATCH-V2] [fs/9p] Fix NULL point deref in v9fs_dir_release
 2010-08-23 14:21 UTC  (2+ messages)
` [V9fs-developer] "

[PATCH] writeback: write_cache_pages doesn't terminate at nr_to_write <= 0
 2010-08-23 13:25 UTC  (3+ messages)

smbd blocks for 120 secs and then hangs in D state
 2010-08-23 11:17 UTC 

Any tool under linux to paring FAT table?
 2010-08-23  3:57 UTC 

[PATCH 00/15] replace barriers with explicit flush / FUA usage
 2010-08-22 12:20 UTC  (4+ messages)
` [PATCH 12/15] swap: do not send discards as barriers

Payment Information
 2010-08-21 22:56 UTC 

[PATCH] writeback: remove nonblocking/encountered_congestion references
 2010-08-21 16:06 UTC  (2+ messages)


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).