linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-26 06:44:09 to 2013-04-02 21:45:58 UTC [more...]

[PATCH 00/19] lnfs: 3.9-rc5 release
 2013-04-02 21:45 UTC  (12+ messages)
` [PATCH 01/19] Security: Add hook to calculate context based on a negative dentry
` [PATCH 03/19] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data
` [PATCH 06/19] NFSv4: Introduce new label structure
` [PATCH 11/19] NFS: Extend NFS xattr handlers to accept the security namespace
  ` [PATCH 02/19] Security: Add Hook to test if the particular xattr is part of a MAC model
  ` [PATCH 08/19] NFS:Add labels to client function prototypes
  ` [PATCH 12/19] Kconfig: Add Kconfig entry for Labeled NFS V4 client
  ` [PATCH 13/19] NFSD: Server implementation of MAC Labeling
` [PATCH 14/19] Kconfig: Add Kconfig entry for Labeled NFS V4 server
` [PATCH 16/19] NFSv4.2: Only allocate labels on v4.2 mounts
` [PATCH 17/19] NFSv4.2: Only set the label attribute "

[PATCH] fs: block pipe_write() on a frozen filesystem
 2013-04-02 20:30 UTC  (4+ messages)
` [PATCH] fs: block pipe_write() on a frozen filesystem PING

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-04-02 16:28 UTC  (30+ messages)
` [PATCHv2, RFC 07/30] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv2, RFC 12/30] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv2, RFC 13/30] thp, mm: implement grab_cache_huge_page_write_begin()
` [PATCHv2, RFC 14/30] thp, mm: naive support of thp in generic read/write routines
` [PATCHv2, RFC 15/30] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv2, RFC 16/30] thp: handle file pages in split_huge_page()
` [PATCHv2, RFC 17/30] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv2, RFC 18/30] thp, mm: truncate support for transparent huge page cache
` [PATCHv2, RFC 20/30] ramfs: enable "

[PATCH] To add NULL pointer check
 2013-04-02 12:57 UTC 

[PATCH] ext4: take i_mutex in ext4_symlink to eliminate a warning from ext4_truncate
 2013-04-02  8:19 UTC  (5+ messages)
                ` [PATCH] fs: take i_mutex in __page_symlink()

[PATCH v2 00/28] memcg-aware slab shrinking
 2013-04-02  7:55 UTC  (48+ messages)
  ` [PATCH v2 01/28] super: fix calculation of shrinkable objects for small numbers
  ` [PATCH v2 02/28] vmscan: take at least one pass with shrinkers
` [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v2 04/28] dentry: move to per-sb LRU locks
` [PATCH v2 05/28] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v2 06/28] mm: new shrinker API
` [PATCH v2 07/28] shrinker: convert superblock shrinkers to new API
` [PATCH v2 08/28] list: add a new LRU list type
` [PATCH v2 09/28] inode: convert inode lru list to generic lru list code
` [PATCH v2 10/28] dcache: convert to use new lru list infrastructure
` [PATCH v2 11/28] list_lru: per-node "
` [PATCH v2 12/28] shrinker: add node awareness
` [PATCH v2 13/28] fs: convert inode and dentry shrinking to be node aware
` [PATCH v2 14/28] xfs: convert buftarg LRU to generic code
` [PATCH v2 15/28] xfs: convert dquot cache lru to list_lru
` [PATCH v2 16/28] fs: convert fs shrinkers to new scan/count API
` [PATCH v2 17/28] drivers: convert shrinkers to new count/scan API
` [PATCH v2 18/28] shrinker: convert remaining shrinkers to "
` [PATCH v2 19/28] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v2 20/28] shrinker: Kill old ->shrink API
` [PATCH v2 21/28] vmscan: also shrink slab in memcg pressure
` [PATCH v2 22/28] memcg,list_lru: duplicate LRUs upon kmemcg creation
    ` [PATCH v2 22/28] memcg, list_lru: "
` [PATCH v2 23/28] lru: add an element to a memcg list
` [PATCH v2 24/28] list_lru: also include memcg lists in counts and scans
` [PATCH v2 25/28] list_lru: per-memcg walks
` [PATCH v2 26/28] memcg: per-memcg kmem shrinking
` [PATCH v2 27/28] list_lru: reclaim proportionaly between memcgs and nodes
` [PATCH v2 28/28] super: targeted memcg reclaim

[PATCH v4] epoll: avoid spinlock contention with wfcqueue
 2013-04-01 18:31 UTC 

EXT4 nodelalloc => back to stone age
 2013-04-01 16:34 UTC  (7+ messages)

New copyfile system call - discuss before LSF?
 2013-04-01 15:49 UTC  (36+ messages)
                          ` openat(..., AT_UNLINKED) was "

Oops in loop_clr_fd => bd_set_size
 2013-04-01 12:07 UTC  (2+ messages)

[PATCH v4 00/14] fuse: An attempt to implement a write-back cache policy
 2013-04-01 10:42 UTC  (15+ messages)
` [PATCH 08/14] fuse: Flush files on wb close
  ` [PATCH 01/14] fuse: Linking file to inode helper
  ` [PATCH 02/14] fuse: Getting file for writeback helper
  ` [PATCH 03/14] fuse: Prepare to handle short reads
  ` [PATCH 04/14] fuse: Prepare to handle multiple pages in writeback
  ` [PATCH 05/14] fuse: Connection bit for enabling writeback
  ` [PATCH 06/14] fuse: Trust kernel i_size only - v3
  ` [PATCH 07/14] fuse: Trust kernel i_mtime only
  ` [PATCH 09/14] fuse: Implement writepages and write_begin/write_end callbacks - v3
  ` [PATCH 10/14] fuse: fuse_writepage_locked() should wait on writeback
  ` [PATCH 11/14] fuse: fuse_flush() "
  ` [PATCH 12/14] fuse: Fix O_DIRECT operations vs cached writeback misorder - v2
  ` [PATCH 13/14] fuse: Turn writeback cache on
  ` [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages

bio splits unnecessarily due to BH_Boundary in ext3 direct I/O
 2013-04-01  8:25 UTC  (2+ messages)

[PATCH 1/9] f2fs: do not use duplicate names in a macro
 2013-04-01  6:56 UTC  (9+ messages)
` [PATCH 2/9] f2fs: introduce TOTAL_SECS macro
` [PATCH 3/9] f2fs: remove redundant lock_page calls
` [PATCH 4/9] f2fs: allocate new segment aligned with sections
` [PATCH 5/9] f2fs: change GC bitmaps to apply the section granularity
` [PATCH 6/9] f2fs: check completion of foreground GC
` [PATCH 7/9] f2fs: allocate remained free segments in the LFS mode
` [PATCH 8/9] f2fs: avoid race for summary information
` [PATCH 9/9] f2fs: fix the bitmap consistency of dirty segments

Re-Activate Your Account
 2013-04-01  3:52 UTC 

[PATCH] f2fs-tools: mkfs: fix to avoid format of device when already mounted
 2013-03-31  2:51 UTC 

[PATCH v4] fat: editions to support fat_fallocate
 2013-03-31  2:50 UTC 

[PATCH] hfs: add error checking for hfs_find_init()
 2013-03-30 14:01 UTC  (3+ messages)

[PATCH] reiserfs: Fix warning and inode leak when deleting inode with xattrs
 2013-03-29 16:09 UTC 

[PATCH] epoll: fix sparse error on RCU assignment
 2013-03-28 19:34 UTC  (5+ messages)

Change in behaviour when unmounting recursive bind mounts
 2013-03-28 16:29 UTC  (4+ messages)

block: Allow merging of tail pages into the last segment
 2013-03-28  9:38 UTC  (3+ messages)
` [PATCH v3 1/2] block: factor out vector mergeable decision to a helper function
` [PATCH v3 2/2] block: modify __bio_add_page check to accept pages that don't start a new segment

Immutable biovecs
 2013-03-27 17:39 UTC  (23+ messages)
` [PATCH 01/22] block: Abstract out bvec iterator
` [PATCH 02/22] dm: Use bvec_iter for dm_bio_record()
` [PATCH 03/22] block: Convert bio_iovec() to bvec_iter
` [PATCH 04/22] block: Convert bio_for_each_segment() "
` [PATCH 05/22] block: Immutable bio vecs
` [PATCH 06/22] aoe: Convert to bvec_iter
` [PATCH 07/22] dm-verity: convert to bvec iter
` [PATCH 08/22] block: Convert bio_copy_data() to bvec_iter
` [PATCH 09/22] bio-integrity: Convert "
` [PATCH 10/22] dm-crypt: "
` [PATCH 11/22] dm-io: Convert DM_IO_BVEC -> DM_IO_BIO
` [PATCH 12/22] umem: Convert to bvec_iter
` [PATCH 13/22] ceph: "
` [PATCH 14/22] block: Kill __BVEC_END, __BVEC_START
` [PATCH 15/22] block: Kill bio_iovec_idx(), __bio_iovec()
` [PATCH 16/22] rbd: Refactor bio cloning, don't clone biovecs
` [PATCH 17/22] dm: Refactor for new bio cloning/splitting
` [PATCH 18/22] block: Kill bio_sector_offset()
` [PATCH 19/22] md: Immutable bvecs
` [PATCH 20/22] dm: Don't save bvec anymore
` [PATCH 21/22] block: Don't save bvec in bio_map_data
` [PATCH 22/22] block: Don't copy bvecs when cloning bios, just share them

[RFC] fsfreeze: moving from uniterruptible to killable
 2013-03-27 15:41 UTC  (5+ messages)

do_move_mount
 2013-03-27 14:12 UTC 

[PATCH v3 00/14] fuse: An attempt to implement a write-back cache policy
 2013-03-27 12:39 UTC  (10+ messages)
` [PATCH 07/14] fuse: Update i_mtime on buffered writes
` [PATCH 08/14] fuse: Flush files on wb close
` [PATCH 09/14] fuse: Implement writepages and write_begin/write_end callbacks - v2

[PATCH v7] fs: imgdafs: Add IMG DAFS filesystem for metag
 2013-03-27 11:07 UTC 

MY GOOD FRIEND!
 2013-03-27  8:10 UTC 

[PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly
 2013-03-27  1:34 UTC  (9+ messages)
` [PATCH 2/4] f2fs: do not skip writing file meta during fsync
` [PATCH 4/4] f2fs: fix to give correct parent inode number for roll forward

[git pull] vfs fixes
 2013-03-27  0:36 UTC 

[PATCH v6] fs: imgdafs: Add IMG DAFS filesystem for metag
 2013-03-26 22:18 UTC  (3+ messages)

mmotm 2013-03-26-15-09 uploaded
 2013-03-26 22:10 UTC 

[PATCH] Add AC_PREREQ to configure.in
 2013-03-26 16:14 UTC  (2+ messages)

Tux3 Report: Initial fsck has landed
 2013-03-26  6:42 UTC  (9+ 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).