linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-19 09:38:10 to 2015-01-22 11:10:02 UTC [more...]

a simple and scalable pNFS block layout server V2
 2015-01-22 11:10 UTC  (12+ messages)
` [PATCH 05/20] nfsd: move nfsd_fh_match to nfsfh.h
  ` [PATCH 01/20] nfs: add LAYOUT_TYPE_MAX enum value
  ` [PATCH 02/20] fs: track fl_owner for leases
  ` [PATCH 03/20] fs: add FL_LAYOUT lease type
  ` [PATCH 06/20] nfsd: add fh_fsid_match helper
  ` [PATCH 07/20] nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c
  ` [PATCH 08/20] nfsd: make find/get/put file "
  ` [PATCH 10/20] nfsd: implement pNFS operations
  ` [PATCH 11/20] nfsd: implement pNFS layout recalls
  ` [PATCH 14/20] exportfs: add methods for block layout exports
  ` [PATCH 16/20] xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten

[PATCH v9 0/11] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-22  8:52 UTC  (14+ messages)
` [PATCH v9 1/11] fs: Add support "
` [PATCH v9 2/11] xfs: "
` [PATCH v9 3/11] ext4: "
` [PATCH v9 4/11] xfsprogs: xfs_io: add finsert command for insert range
` [PATCH v9 5/11] xfstests: generic/039: Standard insert range tests
` [PATCH v9 6/11] xfstests: generic/040: Delayed allocation insert range
` [PATCH v9 7/11] xfstests: generic/041: Multi insert range tests
` [PATCH v9 8/11] xfstests: generic/042: Delayed allocation multi insert
` [PATCH v9 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
` [PATCH v9 10/11] xfstests: fsstress: Add fallocate insert range operation
` [PATCH v9 11/11] xfstests: fsx: "

[PATCH v2 0/5] Overhaul the audit filename handling
 2015-01-22  7:54 UTC  (8+ messages)
` [PATCH v2 1/5] fs: rework getname_kernel to handle up to PATH_MAX sized filenames
` [PATCH v2 2/5] fs: create proper filename objects using getname_kernel()
` [PATCH v2 3/5] audit: enable filename recording via getname_kernel()
` [PATCH v2 4/5] audit: fix filename matching in __audit_inode() and __audit_inode_child()
` [PATCH v2 5/5] audit: replace getname()/putname() hacks with reference counters

linux-next: Tree for Jan 20 -- Kernel panic - Unable to mount root fs
 2015-01-22  4:49 UTC  (50+ messages)

switch loop and target to use ITER_BVEC iov_iter
 2015-01-22  4:11 UTC  (4+ messages)
` [PATCH 3/3] target: use vfs_bvec_read/write

[PATCH RESEND] fs: namei: Use memcpy instead of strlcpy
 2015-01-22  1:59 UTC  (3+ messages)

[PATCH 0/17 v3] quota: Unify VFS and XFS quota interfaces
 2015-01-21 23:10 UTC  (24+ messages)
` [PATCH 02/17] quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}
` [PATCH 03/17] quota: Add ->quota_{enable, disable} callbacks for VFS quotas
  ` [PATCH 03/17] quota: Add ->quota_{enable,disable} "
` [PATCH 05/17] ocfs2: Use generic helpers for quotaon and quotaoff
` [PATCH 07/17] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
` [PATCH 09/17] quota: Make Q_XQUOTASYNC support VFS quota syncing
` [PATCH 12/17] xfs: Convert to using ->get_state callback
` [PATCH 14/17] quota: Remove ->get_xstate and ->get_xstatev callbacks

[RFC PATCH 0/6] xfs: truncate vs page fault IO exclusion
 2015-01-21 22:26 UTC  (4+ messages)

[PATCH RFC] fs/aio: fix sleeping while TASK_INTERRUPTIBLE
 2015-01-21 21:42 UTC  (3+ messages)

[LSF/MM TOPIC] async buffered diskio read for userspace apps
 2015-01-21 21:17 UTC  (28+ messages)
` [Lsf-pc] "

[BUG] Oops in inode_to_bdi()
 2015-01-21 20:04 UTC  (4+ messages)

[PATCH v2 0/5] clean up and generalize swap-over-NFS
 2015-01-21 19:14 UTC  (3+ messages)

[PATCH] block: Add discard flag to blkdev_issue_zeroout() function
 2015-01-21 17:42 UTC  (3+ messages)
` [PATCH] block: create ioctl to discard-or-zeroout a range of blocks

[PATCH v9 08/17] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
 2015-01-21 16:51 UTC 

[RFC PATCH RESEND] vfs: Move security_inode_killpriv() after permission checks
 2015-01-21 16:15 UTC  (5+ messages)

[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2015-01-21 14:55 UTC  (8+ messages)

[PATCH 0/5] Overhaul the audit filename handling
 2015-01-21 14:29 UTC  (8+ messages)
` [PATCH 1/5] fs: rework getname_kernel to handle up to PATH_MAX sized filenames
` [PATCH 2/5] fs: create proper filename objects using getname_kernel()
` [PATCH 3/5] audit: enable filename recording via getname_kernel()
` [PATCH 4/5] audit: fix filename matching in __audit_inode() and __audit_inode_child()
` [PATCH 5/5] audit: replace getname()/putname() hacks with reference counters

fs: locks: WARNING: CPU: 16 PID: 4296 at fs/locks.c:236 locks_free_lock_context+0x10d/0x240()
 2015-01-21 13:33 UTC  (13+ messages)

[PATCH] fs: Check return value of ->show_devname
 2015-01-21 12:46 UTC  (2+ messages)
` [PATCH] seq_file: Remove pointless assignment in seq_read()

[PATCH RFC 0/6] epoll: Introduce new syscall "epoll_mod_wait"
 2015-01-21 11:50 UTC  (25+ messages)
` [PATCH RFC 1/6] epoll: Extract epoll_wait_do and epoll_pwait_do
` [PATCH RFC 2/6] epoll: Specify clockid explicitly
` [PATCH RFC 3/6] epoll: Add definition for epoll_mod_wait structures
` [PATCH RFC 4/6] epoll: Extract ep_ctl_do
` [PATCH RFC 5/6] epoll: Add implementation for epoll_mod_wait
` [PATCH RFC 6/6] x86: Hook up epoll_mod_wait syscall

[RFC PATCH] fs: file freeze support
 2015-01-21  0:15 UTC  (10+ messages)

[PATCHSET 0/4 v4] brd: partition fixes
 2015-01-20 21:50 UTC  (9+ messages)
` [PATCH 3/4 v4] brd: Fix all partitions BUGs
          ` [RFC] block: Remove annoying "unknown partition table" message

backing_dev_info cleanups & lifetime rule fixes V2
 2015-01-20 21:08 UTC  (2+ messages)

[PATCH V2 0/5] Orangefs: introduction
 2015-01-20 20:51 UTC  (6+ messages)
` [PATCH V2 1/5] Orangefs: kernel client include files
` [PATCH V2 2/5] Orangefs: protocol between kernel and userspace
` [PATCH V2 3/5] Orangefs: hooks and call-outs
` [PATCH V2 4/5] Orangefs: documentation
` [PATCH V2 5/5] Orangefs: wiring

[LSF/MM TOPIC] epoll topics
 2015-01-20 20:37 UTC  (5+ messages)

Payment
 2015-01-19 23:08 UTC 

[patch -next] eventfd: type bug in eventfd_poll()
 2015-01-19 19:41 UTC  (2+ messages)

mmotm 2015-01-16-15-50 uploaded
 2015-01-19 14:38 UTC  (3+ messages)
` compaction tracepoint broken with CONFIG_COMPACTION enabled (was: mmotm 2015-01-16-15-50 uploaded)
  ` compaction tracepoint broken with CONFIG_COMPACTION enabled

[PATCH-v7 0/3] add support for a lazytime mount option
 2015-01-19 14:21 UTC  (3+ messages)
` [PATCH-v7 1/3] vfs: "

[PATCH 0/4] Quota cleanups
 2015-01-19 12:34 UTC  (6+ messages)
` [PATCH 1/4] quota: Don't store flags for v2 quota format

[PATCH] fs: super: do not cacheline align s_{inode,dentry}_lru
 2015-01-19 12:29 UTC 

[PATCH] VFS: Convert file->f_dentry->d_inode to file_inode() [ver #2]
 2015-01-19 12:06 UTC  (3+ messages)

[LSF/MM ATTEND] File system and storage topics
 2015-01-19 11:23 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).