linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-21 11:54:47 to 2013-03-30 21:45:10 UTC [more...]

New copyfile system call - discuss before LSF?
 2013-03-30 21:45 UTC  (14+ messages)

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

bio splits unnecessarily due to BH_Boundary in ext3 direct I/O
 2013-03-29 17:15 UTC 

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

[PATCH v2 00/28] memcg-aware slab shrinking
 2013-03-29  9:14 UTC  (29+ 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 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] 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)

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-28 15:31 UTC  (54+ messages)
` [PATCHv2, RFC 01/30] block: implement add_bdi_stat()
` [PATCHv2, RFC 02/30] mm: implement zero_huge_user_segment and friends
` [PATCHv2, RFC 03/30] mm: drop actor argument of do_generic_file_read()
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements
` [PATCHv2, RFC 05/30] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv2, RFC 07/30] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv2, RFC 08/30] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv2, RFC 10/30] thp, mm: locking tail page is a bug
` [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 21/30] x86-64, mm: proper alignment mappings with hugepages

[PATCH] ext4: take i_mutex in ext4_symlink to eliminate a warning from ext4_truncate
 2013-03-28 14:06 UTC 

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  (13+ messages)
` [PATCH 06/14] fuse: Trust kernel i_size only - v2
` [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  (14+ messages)
` [PATCH 2/4] f2fs: do not skip writing file meta during fsync
` [PATCH 3/4] f2fs: remain nat cache entries for further free nid allocation
` [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)

[PATCH] vfs: dcache: cond_resched in shrink_dentry_list
 2013-03-26  4:36 UTC  (5+ messages)

[PATCH RESEND v2] block: modify __bio_add_page check to accept pages that don't start a new segment
 2013-03-25 19:40 UTC  (4+ messages)

lgetxattr()/getxattr() return different values on a file labelled with selinux disabled
 2013-03-25 16:39 UTC  (5+ messages)

[PATCH] block: modify __bio_add_page check to accept pages that don't start a new segment
 2013-03-25 13:31 UTC  (4+ messages)

[PATCH 00/14] lnfs: 3.9-rc3 release
 2013-03-25 11:42 UTC  (15+ messages)
` [PATCH 01/14] Security: Add hook to calculate context based on a negative dentry
  ` [PATCH 02/14] Security: Add Hook to test if the particular xattr is part of a MAC model
  ` [PATCH 08/14] NFS:Add labels to client function prototypes
  ` [PATCH 14/14] Kconfig: Add Kconfig entry for Labeled NFS V4 server
` [PATCH 03/14] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data
` [PATCH 04/14] SELinux: Add new labeling type native labels
` [PATCH 05/14] NFSv4: Add label recommended attribute and NFSv4 flags
` [PATCH 06/14] NFSv4: Introduce new label structure
` [PATCH 07/14] NFSv4: Extend fattr bitmaps to support all 3 words
` [PATCH 09/14] NFS: Add label lifecycle management
` [PATCH 10/14] NFS: Client implementation of Labeled-NFS
` [PATCH 11/14] NFS: Extend NFS xattr handlers to accept the security namespace
` [PATCH 12/14] Kconfig: Add Kconfig entry for Labeled NFS V4 client
` [PATCH 13/14] NFSD: Server implementation of MAC Labeling

[-next] fs/eventpoll.c:545 suspicious rcu_dereference_check() usage
 2013-03-24  8:40 UTC  (3+ messages)

Re-Activate Your Account
 2013-03-24  3:08 UTC 

Re-Activate Your Account
 2013-03-23 17:41 UTC 

[RFC v3 1/2] epoll: avoid spinlock contention with wfcqueue
 2013-03-23 10:16 UTC  (12+ messages)
` [RFC v3 2/2] epoll: use a local wfcq functions for Level Trigger

[PATCH 2/9] vfs: export do_splice_direct() to modules
 2013-03-23  5:37 UTC  (9+ messages)
` [PATCH 0/9] overlay filesystem: request for inclusion (v17)

mmotm 2013-03-22-15-21 uploaded
 2013-03-22 22:22 UTC 

[ANNOUNCE] util-linux v2.23-rc1
 2013-03-22 13:41 UTC  (2+ messages)

[PATCH 00/13] overlay filesystem: request for inclusion (v16)
 2013-03-22  5:15 UTC  (2+ messages)

Status of union-mount?
 2013-03-22  1:38 UTC  (4+ messages)

[PATCH 0/2] vfs: Report a mount r/o if the superblock is
 2013-03-22  1:24 UTC  (2+ messages)

[RFC v2 3/2] epoll: avoid using extra cache line on most 64-bit
 2013-03-21 22:12 UTC 

Hello
 2013-03-21 17:55 UTC 

VIEW THE ATTACHED LETTER FROM MR.BILL BROWN
 2013-03-21 18:59 UTC 

[PATCH] fs: ioctl_fsthaw should use freeze_bdev if possible
 2013-03-21 12:26 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).