linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-25 01:58:48 to 2010-08-29 04:42:18 UTC [more...]

[PATCH 0/5] hybrid union filesystem prototype
 2010-08-29  4:42 UTC  (16+ 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] writeback: remove the internal 5% low bound on dirty_ratio
 2010-08-29  0:19 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/4] writeback: kernel visibility
 2010-08-28 23:50 UTC  (7+ messages)
` [PATCH 1/4] mm: exporting account_page_dirty
` [PATCH 2/4] mm: account_page_writeback added
` [PATCH 3/4] writeback: nr_dirtied and nr_cleaned in /proc/vmstat
` [PATCH 4/4] writeback: Reporting dirty thresholds "

[PATCH] VFS: Sanity check mount flags passed to change_mnt_propagation()
 2010-08-28 21:23 UTC  (9+ messages)

smbd blocks for 120 secs and then hangs in D state
 2010-08-28  4:18 UTC  (2+ messages)

[PATCHSET 2.6.36-rc2] block, dm: finish REQ_FLUSH/FUA conversion
 2010-08-28  0:35 UTC  (10+ messages)
` [PATCH 1/4] block: make __blk_rq_prep_clone() copy most command flags
` [PATCH 2/4] dm: implement REQ_FLUSH/FUA support
` [PATCH 3/4] dm: relax ordering of bio-based flush implementation
` [PATCH 4/4] block: remove the WRITE_BARRIER flag

[PATCH] exec argument expansion can inappropriately trigger OOM-killer
 2010-08-27 22:02 UTC 

[PATCHSET 2.6.36-rc2] block, fs: replace HARDBARRIER with FLUSH/FUA
 2010-08-27 17:31 UTC  (44+ 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

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

[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
 2010-08-27 13:49 UTC  (19+ 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

[PATCH -V19 00/15] Generic name to handle and open by handle syscalls
 2010-08-27 11:03 UTC  (16+ messages)
` [PATCH -V19 01/15] exportfs: Return the minimum required handle size
` [PATCH -V19 02/15] vfs: Add name to file handle conversion support
` [PATCH -V19 03/15] vfs: Add open by file handle support
` [PATCH -V19 04/15] vfs: Add handle based readlink syscall
` [PATCH -V19 05/15] vfs: Add handle based stat syscall
` [PATCH -V19 06/15] vfs: Add handle based link syscall
` [PATCH -V19 07/15] vfs: Add handle based chown syscall
` [PATCH -V19 08/15] vfs: Add handle based xattr syscalls
` [PATCH -V19 09/15] vfs: Add file access and modification time update via handle syscall
` [PATCH -V19 10/15] x86: Add new syscalls for x86_32
` [PATCH -V19 11/15] x86: Add new syscalls for x86_64
` [PATCH -V19 12/15] unistd.h: Add new syscalls numbers to asm-generic
` [PATCH -V19 13/15] vfs: Export file system uuid via /proc/<pid>/mountinfo
` [PATCH -V19 14/15] ext3: Copy fs UUID to superblock
` [PATCH -V19 15/15] ext4: "

[RFC PATCH 0/3] Do not wait the full timeout on congestion_wait when there is no congestion
 2010-08-27  9:38 UTC  (33+ 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 2/5] vfs: O_* bit numbers uniqueness check
 2010-08-27  5:53 UTC  (4+ 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

[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 

[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  (5+ messages)
` [PATCH 4/5] md: implment REQ_FLUSH/FUA support
    ` [PATCH UPDATED "

[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
 2010-08-25 11:31 UTC  (9+ messages)

[PATCH -V18 0/13] Generic name to handle and open by handle syscalls
 2010-08-25  9:13 UTC  (13+ 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 v3] core_pattern: fix long parameters was truncated by core_pattern handler
 2010-08-25  2:17 UTC  (5+ messages)
` [PATCH v4] "
    ` [PATCH v5] "


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