linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-24 02:47:55 to 2013-11-27 23:14:36 UTC [more...]

Argument type for FS_IOC_GETFLAGS/FS_IOC_SETFLAGS ioctls
 2013-11-27 23:14 UTC  (8+ messages)

[RFC][PATCH] vfs: don't fallback to buffered read if the offset of dio read is beyond eof
 2013-11-27 23:03 UTC  (2+ messages)

[PATCH] UAPI linux/fs.h: add a warning about wrong ioctl argument types
 2013-11-27 23:02 UTC  (3+ messages)

[BUG] ext2/3/4: dio reads stale data when we do some append dio writes
 2013-11-27 23:01 UTC  (2+ messages)

hole-punch vs fault
 2013-11-27 22:19 UTC  (2+ messages)

inode_permission NULL pointer dereference in 3.13-rc1
 2013-11-27 21:51 UTC  (8+ messages)

[PATCH] Make generic_make_request() handle arbitrary size bios
 2013-11-27 21:34 UTC  (12+ messages)
` [PATCH 1/5] block: Make generic_make_request handle arbitrary sized bios
` [PATCH 2/5] mtip32xx: handle arbitrary size bios
` [PATCH 3/5] block: Gut bio_add_page()
` [PATCH 4/5] blk-lib.c: generic_make_request() handles large bios now
` [PATCH 5/5] bcache: "

[REVIEW][PATCH 0/3] userns fixes for v3.13-rc1
 2013-11-27 20:41 UTC  (22+ messages)
                      ` [REVIEW][PATCH 1/3] vfs: In d_path don't call d_dname on a mount point
                      ` [REVIEW][PATCH 2/3] fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)
                      ` [REVIEW][PATCH 3/3] vfs: Fix a regression in mounting proc

[GIT PULL] Immutable biovecs
 2013-11-27 18:51 UTC  (30+ messages)
    ` [PATCH 01/25] block: submit_bio_wait() conversions
      ` [PATCH 02/25] block: Convert various code to bio_for_each_segment()
      ` [PATCH 03/25] bcache: Kill unaligned bvec hack
        ` [PATCH 04/25] block: Abstract out bvec iterator
        ` [PATCH 08/25] block: Immutable bio vecs
      ` [PATCH 05/25] dm: Use bvec_iter for dm_bio_record()
      ` [PATCH 06/25] block: Convert bio_iovec() to bvec_iter
      ` [PATCH 07/25] block: Convert bio_for_each_segment() "
      ` [PATCH 09/25] block: Convert bio_copy_data() "
      ` [PATCH 10/25] bio-integrity: Convert "
      ` [PATCH 11/25] block: Kill bio_segments()/bi_vcnt usage
      ` [PATCH 12/25] block: Convert drivers to immutable biovecs
      ` [PATCH 13/25] aoe: Convert "
      ` [PATCH 14/25] ceph: "
      ` [PATCH 15/25] block: Kill bio_iovec_idx(), __bio_iovec()
      ` [PATCH 16/25] block: Refactor bio_clone_bioset() for immutable biovecs
      ` [PATCH 17/25] block: Add bio_clone_fast()
      ` [PATCH 18/25] rbd: Refactor bio cloning
      ` [PATCH 19/25] dm: Refactor for new bio cloning/splitting
      ` [PATCH 20/25] block: Don't save/copy bvec array anymore
      ` [PATCH 21/25] block: Remove bi_idx hacks
      ` [PATCH 22/25] block: Generic bio chaining
      ` [PATCH 23/25] block: Rename bio_split() -> bio_pair_split()
      ` [PATCH 24/25] block: Introduce new bio_split()
      ` [PATCH 25/25] block: Kill bio_pair_split()

[patch 0/9] mm: thrash detection-based file cache sizing v6
 2013-11-27 17:08 UTC  (29+ messages)
` [patch 1/9] fs: cachefiles: use add_to_page_cache_lru()
` [patch 2/9] lib: radix-tree: radix_tree_delete_item()
` [patch 3/9] mm: shmem: save one radix tree lookup when truncating swapped pages
` [patch 4/9] mm: filemap: move radix tree hole searching here
` [patch 5/9] mm + fs: prepare for non-page entries in page cache radix trees
` [patch 6/9] mm + fs: store shadow entries in page cache
` [patch 7/9] mm: thrash detection-based file cache sizing
` [patch 8/9] lib: radix_tree: tree node interface
` [patch 9/9] mm: keep page cache radix tree nodes in check

[PATCH 0/2] ceph: Add clean up if invalid osd reply received
 2013-11-27 14:28 UTC  (3+ messages)
` [PATCH 1/2] ceph: Clean up if error occurred in finish_read()
` [PATCH 2/2] ceph: Add necessary clean up if invalid reply received in handle_reply()

[RFC][PATCH 14/15] nilfs2: implement POSIX ACLs support
 2013-11-27 12:43 UTC 

[RFC][PATCH 12/15] nilfs2: implement "trusted.*" namespace support
 2013-11-27 12:43 UTC 

[RFC][PATCH 15/15] nilfs2: integrate xattrs support functionality into driver
 2013-11-27 12:43 UTC 

[RFC][PATCH 13/15] nilfs2: implement "security.*" namespace support
 2013-11-27 12:43 UTC 

[RFC][PATCH 10/15] nilfs2: implement setxattr and removexattr functionality
 2013-11-27 12:42 UTC 

[RFC][PATCH 09/15] nilfs2: implement listxattr and getxattr functionality
 2013-11-27 12:42 UTC 

[RFC][PATCH 08/15] nilfs2: implement prepare-(commit|abort) pair of xanode change functionality
 2013-11-27 12:42 UTC 

[RFC][PATCH 07/15] nilfs2: implement functionality of xanode's checking
 2013-11-27 12:42 UTC 

[RFC][PATCH 06/15] nilfs2: implement base functionality of search in xanode
 2013-11-27 12:42 UTC 

[RFC][PATCH 05/15] nilfs2: introduce xafile API implementation
 2013-11-27 12:42 UTC 

[RFC][PATCH 04/15] nilfs2: introduce xanode's entry related declarations
 2013-11-27 12:41 UTC 

[RFC][PATCH 03/15] nilfs2: introduce xanode's key related declarations
 2013-11-27 12:41 UTC 

[RFC][PATCH 02/15] nilfs2: introduce xanode related declarations
 2013-11-27 12:41 UTC 

[RFC][PATCH 01/15] nilfs2: provide initial description of xattrs support
 2013-11-27 12:41 UTC 

[RFC][PATCH 00/15] nilfs2: introduce xattrs support (first step)
 2013-11-27 12:40 UTC 

[PATCH 0/3] Extended file stat system call
 2013-11-27 11:48 UTC  (5+ messages)
` [PATCH 1/3] statxat: Provide IOC flags for Windows fs attributes
` [PATCH 2/3] statxat: Add a system call to make extended file stats available

[PATCH] f2fs: readahead contiguous pages for restore_node_summary
 2013-11-27  8:19 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] f2fs: remove unneeded code in punch_hole
 2013-11-27  5:25 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH 1/2] f2fs: remove unnecessary return value
 2013-11-27  5:23 UTC 

[Bug 65921] New: BUG: unable to handle kernel paging request at 00000000002000d4
 2013-11-27  4:50 UTC 

[PATCH] fs: proc_namespace: simplify testing nsp and nsp->mnt_ns
 2013-11-27  3:35 UTC 

Subject: [PATCH] [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload
 2013-11-26 19:41 UTC 

[PATCH 00/11] cross rename v2
 2013-11-26 13:47 UTC  (6+ messages)
` [PATCH 08/11] ext4: rename: create ext4_renament structure for local vars
` [PATCH 11/11] ext4: add cross rename support

*****SPAM*****убедитесь, что все женщины тайком жаждут завладеть секретами подчинения людей своим намерениям
 2013-11-26 13:00 UTC 

[BUG][3.12.1][ext4] kernel BUG at fs/ext4/extents_status.c:709!
 2013-11-26 11:48 UTC 

[PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
 2013-11-26 10:59 UTC 

[PATCH 0/3] Extended file stat functions [ver #2]
 2013-11-26 10:40 UTC  (2+ messages)

[PATCH] f2fs: fix a potential out of range issue
 2013-11-26  8:44 UTC 

[PATCH] pipe: skip file_update_time on frozen fs
 2013-11-26  7:59 UTC 

[f2fs-dev][PATCH V2 0/6] f2fs: Enable f2fs support inline data
 2013-11-26  7:45 UTC  (8+ messages)
` [PATCH V2 3/6] f2fs: Add a new function: f2fs_reserve_block()
  ` [f2fs-dev][PATCH "
` [f2fs-dev][PATCH V2 4/6] f2fs: Key functions to handle inline data
    ` [PATCH "
` [PATCH V2 0/6] f2fs: Enable f2fs support "

[PATCH 1/2] block: Add support for atomic writes
 2013-11-26  6:24 UTC 

[PATCH] update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
 2013-11-26  2:43 UTC 

[PATCH] pipe_to_sendpage: Ensure that MSG_MORE is set if we set MSG_SENDPAGE_NOTLAST
 2013-11-26  0:02 UTC  (11+ messages)
    ` [PATCH] Commit 35f9c09fe (tcp: tcp_sendpages() should call tcp_push() once) added an internal flag MSG_SENDPAGE_NOTLAST, similar to MSG_MORE
    ` [PATCH] update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST

[PATCH] pipe: skip file_update_time on frozen fs
 2013-11-25 22:17 UTC  (2+ messages)

[PATCH v3] epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled
 2013-11-25 21:06 UTC  (6+ messages)

disappearing listen()ed SO_REUSEPORT sockets across fork() when using epoll
 2013-11-25 21:03 UTC  (5+ messages)

(unknown),
 2013-11-25 15:59 UTC 

отделается от недостаточного зрения практически
 2013-11-25 15:01 UTC 

[PATCH] Commit 39c60a0948cc '[SCSI] sd: fix array cache flushing bug causing performance problems' added a possibility to temporary disable the write cache and skip flushing. But when setting temporary it forgots to revalidate the disk. Change sd_store_cache_type to goto out in case of cache_override
 2013-11-25 10:03 UTC 

Why is O_DSYNC on linux so slow / what's wrong with my SSD?
 2013-11-25  7:37 UTC  (16+ messages)

[f2fs-dev] [PATCH V3 2/2] f2fs: read contiguous sit entry pages by merging for mount performance
 2013-11-25  1:33 UTC  (6+ messages)
`  "

[PATCH 1/2] f2fs: adds a tracepoint for submit_read_page
 2013-11-25  1:29 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH] block: submit_bio_wait() conversions
 2013-11-24 23:33 UTC  (3+ messages)

[PATCH REPOST 03/41] sysfs, kernfs: add skeletons for kernfs
 2013-11-24 14:57 UTC  (2+ messages)
  ` [PATCH REPOST 37/41] sysfs, kernfs: prepare mount path "

[PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
 2013-11-24 12:29 UTC  (5+ messages)

[Slightly OT] Repairing inconsistencies from PDA non-standard FAT32 implementation
 2013-11-24  9:30 UTC 

[PATCH] f2fs: add detailed information of bio types in the tracepoints
 2013-11-24  6:17 UTC 

[PATCH] f2fs: avoid lock debugging overhead
 2013-11-24  4:55 UTC 

[f2fs-dev] [PATCH 2/2] f2fs: adds a tracepoint for f2fs_submit_read_bio
 2013-11-24  3:51 UTC  (2+ messages)
`  "

[PATCH] f2fs: merge read IOs at ra_nat_pages()
 2013-11-24  2:46 UTC  (3+ messages)
  ` [f2fs-dev] "


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