linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-23 16:47:17 to 2010-08-27 05:53:36 UTC [more...]

[RFC] relaxed barrier semantics
 2010-08-27  5:52 UTC  (13+ messages)
  ` [PATCH, RFC 1/2] relaxed cache flushes
    ` [PATCH, RFC 2/2] dm: support REQ_FLUSH directly

[RFC PATCH 0/3] Do not wait the full timeout on congestion_wait when there is no congestion
 2010-08-27  5:13 UTC  (26+ messages)
` [PATCH 1/3] writeback: Account for time spent congestion_waited
` [PATCH 2/3] writeback: Record if the congestion was unnecessary
` [PATCH 3/3] writeback: Do not congestion sleep when there are no congested BDIs

[PATCH 0/5] hybrid union filesystem prototype
 2010-08-27  4:11 UTC  (8+ messages)
` [PATCH 1/5] vfs: implement open "forwarding"
` [PATCH 2/5] vfs: make i_op->permission take a dentry instead of an inode
` [PATCH 3/5] vfs: add flag to allow rename to same inode
` [PATCH 4/5] vfs: export do_splice_direct() to modules
` [PATCH 5/5] union: hybrid union filesystem prototype

[patch 2/5] vfs: O_* bit numbers uniqueness check
 2010-08-27  1:27 UTC  (3+ messages)

[PATCH] VFS: Sanity check mount flags passed to change_mnt_propagation()
 2010-08-27  1:14 UTC  (2+ messages)

[PATCH] vfs: introduce FS_IOC_SYNCFS to sync a single super
 2010-08-27  0:01 UTC  (2+ messages)

[PATCH] hrtimer: make epoll_wait() use the hrtimer range feature
 2010-08-26 23:23 UTC  (5+ messages)

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

[PATCH] [fs/9p] Check for NULL fid in v9fs_dir_release()
 2010-08-26 15:13 UTC  (3+ messages)

[PATCH -V2 1/6] fs/9p: Implement POSIX ACL permission checking function
 2010-08-26 11:19 UTC  (6+ messages)
` [PATCH -V2 2/6] fs/9p: Add xattr callbacks for POSIX ACL
` [PATCH -V2 3/6] fs/9p: Implement setting posix acl
` [PATCH -V2 4/6] fs/9p: Update ACL on chmod
` [PATCH -V2 5/6] fs/9p: Implement create time inheritance
` [PATCH -V2 6/6] fs/9p: Add access = client option to opt in acl evaluation

[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] writeback: remove the internal 5% low bound on dirty_ratio
 2010-08-26  4:22 UTC  (4+ 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  (34+ 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 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  (23+ 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  (12+ messages)

[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  (18+ 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] "

[PATCH] writeback: remove the internal 5% low bound on dirty_ratio
 2010-08-24  0:00 UTC  (3+ messages)

[GIT PULL] notification tree - try 37!
 2010-08-23 22:38 UTC  (3+ 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).