Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-21 00:41:17 to 2015-01-23 16:59:51 UTC [more...]

mmotm 2015-01-22-15-04 uploaded
 2015-01-23 16:59 UTC  (11+ messages)
` mmotm 2015-01-22-15-04: qemu failures due to 'mm: account pmd page tables to the process'
` mmotm 2015-01-22-15-04: qemu failure due to 'mm: memcontrol: remove unnecessary soft limit tree node test'

[PATCH v2 0/5] Overhaul the audit filename handling
 2015-01-23 16:15 UTC  (24+ 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

switch loop and target to use ITER_BVEC iov_iter
 2015-01-23 14:08 UTC  (6+ messages)
` [PATCH 1/3] fs: add vfs_bvec_{read,write} helpers
` [PATCH 3/3] target: use vfs_bvec_read/write

[PATCH RESEND] nfs: prevent truncate on active swapfile
 2015-01-23 13:07 UTC  (5+ messages)

[v8 0/5] ext4: add project quota support
 2015-01-23 11:58 UTC  (10+ messages)
` [v8 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support

[PATCH 1/2] f2fs: trigger correct checkpoint during umount
 2015-01-23 10:39 UTC  (4+ messages)
` [PATCH 2/2] f2fs: do checkpoint when umount flag is not set
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: trigger correct checkpoint during umount

[PATCH RFC 0/6] epoll: Introduce new syscall "epoll_mod_wait"
 2015-01-23  9:56 UTC  (20+ messages)
` [PATCH RFC 5/6] epoll: Add implementation for epoll_mod_wait

weird and wrong directory entries
 2015-01-23  5:53 UTC  (6+ messages)

[LSF] Topics for discussion
 2015-01-23  5:40 UTC 

[LSF/MM ATTEND] Richacls
 2015-01-23  5:31 UTC  (2+ messages)

[LSF/MM TOPIC] async buffered diskio read for userspace apps
 2015-01-23  0:10 UTC  (18+ messages)
` [Lsf-pc] "

[RFC PATCH 0/6] xfs: truncate vs page fault IO exclusion
 2015-01-22 21:32 UTC  (12+ messages)
` [RFC PATCH 1/6] xfs: introduce mmap/truncate lock
` [RFC PATCH 4/6] xfs: take i_mmap_lock on extent manipulation operations
` [RFC PATCH 6/6] xfs: lock out page faults from extent swap operations

a simple and scalable pNFS block layout server V2
 2015-01-22 20:20 UTC  (31+ messages)
  ` [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 17/20] xfs: update the superblock using a synchronous transaction in growfs
  ` [PATCH 19/20] xfs: implement pNFS export operations
  ` [PATCH 20/20] xfs: recall pNFS layouts on conflicting access
` [PATCH 04/20] nfsd: factor out a helper to decode nfstime4 values
` [PATCH 05/20] nfsd: move nfsd_fh_match to nfsfh.h
` [PATCH 09/20] nfsd: make find_any_file available outside nfs4state.c
` [PATCH 12/20] nfsd: update documentation for pNFS support
` [PATCH 13/20] nfsd: add trace events
` [PATCH 15/20] nfsd: pNFS block layout driver
` [PATCH 18/20] xfs: factor out a xfs_update_prealloc_flags() helper

O_DIRECT not working with vers=3.0
 2015-01-22 17:13 UTC 

[PATCH v3 00/13] locks: saner method for managing file locks
 2015-01-22 14:27 UTC  (14+ messages)
` [PATCH v3 02/13] locks: have locks_release_file use flock_lock_file to release generic flock locks
` [PATCH v3 03/13] locks: add a new struct file_locking_context pointer to struct inode
` [PATCH v3 04/13] ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks
` [PATCH v3 06/13] locks: convert posix locks to file_lock_context
` [PATCH v3 07/13] locks: convert lease handling "
` [PATCH v3 08/13] locks: remove i_flock field from struct inode
  ` [PATCH v3 01/13] locks: add new struct list_head to struct file_lock
  ` [PATCH v3 05/13] locks: move flock locks to file_lock_context
  ` [PATCH v3 09/13] locks: add a dedicated spinlock to protect i_flctx lists
  ` [PATCH v3 10/13] locks: clean up the lm_change prototype
  ` [PATCH v3 13/13] locks: update comments that refer to inode->i_flock
` [PATCH v3 11/13] locks: keep a count of locks on the flctx lists
` [PATCH v3 12/13] locks: consolidate NULL i_flctx checks in locks_remove_file

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

Payment
 2015-01-22 11:33 UTC 

[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: "

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

[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  (4+ messages)

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

[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  (4+ 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  (4+ messages)
` [PATCH 2/5] fs: create proper filename objects using getname_kernel()

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).