linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-26 02:15:46 to 2013-11-30 15:10:00 UTC [more...]

inode_permission NULL pointer dereference in 3.13-rc1
 2013-11-30 15:09 UTC  (28+ messages)
                                ` [GIT PULL] "

[PATCH v6 00/11] VFS hot tracking
 2013-11-30  9:55 UTC  (4+ messages)

[PATCH] f2fs: refactor bio-related operations
 2013-11-30  6:25 UTC 

[REVIEW][PATCH 0/3] userns fixes for v3.13-rc1
 2013-11-30  6:15 UTC  (25+ 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

[PATCH] f2fs: readahead contiguous pages for restore_node_summary
 2013-11-30  5:12 UTC  (8+ messages)
` [f2fs-dev] "

[PATCH] f2fs: remove the own bi_private allocation
 2013-11-30  1:48 UTC 

[PATCH] update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
 2013-11-29 21:33 UTC  (5+ messages)

[PATCH] Call arch_pick_mmap_layout() only once
 2013-11-29 20:21 UTC 

Argument type for FS_IOC_GETFLAGS/FS_IOC_SETFLAGS ioctls
 2013-11-29 16:32 UTC  (13+ messages)

[PATCH v2] vfs: fix a bug when we do some dio reads with append dio writes
 2013-11-29 16:12 UTC  (4+ messages)

hole-punch vs fault
 2013-11-29 13:11 UTC  (9+ messages)

[PATCH 2/5] f2fs: add unlikely macro for compiler optimization
 2013-11-29 10:14 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] f2fs: avoid to calculate incorrect max orphan number
 2013-11-29  8:37 UTC 

[BUG] ext4: cannot unfreeze a filesystem due to a deadlock
 2013-11-29  8:00 UTC  (5+ messages)

[PATCH 30/34] sysfs, kernfs: prepare mount path for kernfs
 2013-11-28 19:54 UTC 

3.11.4: kernel BUG at fs/buffer.c:1268
 2013-11-28 15:34 UTC  (3+ messages)

[PATCH 0/3] Extended file stat functions [ver #2]
 2013-11-28 13:57 UTC  (4+ messages)

[PATCH] autofs - fix symlinks aren't checked for expiry
 2013-11-28  8:38 UTC 

[f2fs-dev] [PATCH 4/5] f2fs: check return value of f2fs_readpage in find_data_page
 2013-11-28  7:43 UTC 

[PATCH 5/5] f2fs: convert recover_orphan_inodes to void
 2013-11-28  7:43 UTC 

[PATCH 3/5] f2fs: use true and false for boolean variable
 2013-11-28  7:43 UTC 

[PATCH 1/5] f2fs: correct type of wait in struct bio_private
 2013-11-28  7:41 UTC 

[patch 0/9] mm: thrash detection-based file cache sizing v6
 2013-11-28  4:40 UTC  (23+ messages)
` [patch 6/9] mm + fs: store shadow entries in page cache
` [patch 7/9] mm: thrash detection-based file cache sizing
` [patch 9/9] mm: keep page cache radix tree nodes in check

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

[PATCH] xfstests: add a new test case to test i_size updated properly under dio
 2013-11-28  2:23 UTC  (3+ messages)

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

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

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

[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/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: 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] 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  (2+ messages)
` [PATCH "

[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 


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