linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-15 01:29:06 to 2014-02-21 01:44:14 UTC [more...]

[PATCH] Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
 2014-02-21  1:44 UTC  (14+ messages)
        ` [PATCH 1/9] dcache: move d_splice_alias
          ` [PATCH 2/9] dcache: close d_move race in d_splice_alias
          ` [PATCH 3/9] dcache: d_splice_alias mustn't create directory aliases
          ` [PATCH 4/9] dcache: d_splice_alias should ignore DCACHE_DISCONNECTED
          ` [PATCH 5/9] dcache: d_obtain_alias callers don't all want DISCONNECTED
          ` [PATCH 6/9] dcache: remove unused d_find_alias parameter
          ` [PATCH 7/9] dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED
          ` [PATCH 8/9] exportfs: update Exporting documentation
          ` [PATCH 9/9] dcache: rename DCACHE_DISCONNECTED -> DCACHE_CONNECTING

[PATCH 0/2] ext4: increase mbcache scalability
 2014-02-20 18:37 UTC  (5+ messages)
` [PATCH V5 0/3] "
  ` [PATCH V5 1/3] fs/mbcache.c change block and index hash chain to hlist_bl_node
  ` [PATCH V5 2/3] mbcache: decoupling the locking of local from global data
  ` [PATCH V5 3/3] ext4: each filesystem creates and uses its own mb_cache

Update of file offset on write() etc. is non-atomic with I/O
 2014-02-20 18:29 UTC  (2+ messages)

Update of file offset on write() etc. is non-atomic with I/O
 2014-02-20 17:14 UTC  (3+ messages)

[PATCH] quota: Fix race between dqput() and dquot_scan_active()
 2014-02-20 16:55 UTC 

[PATCH v6] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-20 15:07 UTC 

[PATCH 0/2] loop: support different blocksizes
 2014-02-20 13:48 UTC  (3+ messages)
` [PATCH 1/2] loop: Display correct physical blocksize
` [PATCH 2/2] loop: Add module parameter 'lbs' to set logical blocksize

[patch] direct-io: remove some left over checks
 2014-02-20 11:18 UTC  (2+ messages)

[PATCH 0/6][RFC] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
 2014-02-20 11:16 UTC  (27+ messages)
` [PATCH 1/6] ext4: Update inode i_size after the preallocation
` [PATCH 2/6] ext4: refactor ext4_fallocate code
` [PATCH 3/6] ext4: translate fallocate mode bits to strings
` [PATCH 4/6] fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
` [PATCH 5/6] ext4: "
` [PATCH 6/6] xfs: Add support for FALLOC_FL_ZERO_RANGE

Soft-lockup on vfsmount_lock with large numbers of mount namespaces in the cloud
 2014-02-20  6:51 UTC 

mmotm 2014-02-19-16-07 uploaded
 2014-02-20  6:34 UTC  (3+ messages)
` mmotm 2014-02-19-16-07 uploaded (sound/soc/intel/sst-dsp.c)

[vfs] 73c12e50a: +13349.5% softirqs.RCU
 2014-02-19 23:20 UTC 

[PATCH v5 3/10] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-19 22:56 UTC  (3+ messages)

[PATCH 1/1] fs: xattr: Don't display attributes without read access
 2014-02-19 21:51 UTC  (4+ messages)

[PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries
 2014-02-19 20:50 UTC  (5+ messages)

[PATCH] backing_dev: Fix hung task on sync
 2014-02-19 19:01 UTC  (6+ messages)

[PATCH] fs/super.c: Fix false lock inverse dependency
 2014-02-19 18:43 UTC 

[PATCH] hfsplus: fix concurrent acess of alloc_blocks
 2014-02-19  9:53 UTC  (4+ messages)

[PATCH] f2fs: fix to do build_stat prior to the recovery procedure
 2014-02-19  9:29 UTC 

mount point name with in the FS module
 2014-02-19  4:39 UTC 

DoS with unprivileged mounts
 2014-02-19  2:23 UTC  (32+ messages)
        ` [RFC][PATCH 0/3] vfs: Detach mounts on unlink
          ` [PATCH 0/11] Detaching "
            ` [PATCH 01/11] vfs: Document the effect of d_revalidate on d_find_alias
            ` [PATCH 02/11] vfs: More precise tests in d_invalidate
            ` [PATCH 03/11] vfs: Don't allow overwriting mounts in the current mount namespace
            ` [PATCH 04/11] vfs: Keep a list of mounts on a mount point
            ` [PATCH 05/11] vfs: Add a function to lazily unmount all mounts from any dentry
            ` [PATCH 06/11] vfs: Lazily remove mounts on unlinked files and directories
            ` [PATCH 07/11] vfs: Remove unnecessary calls of check_submounts_and_drop
            ` [PATCH 08/11] vfs: Merge check_submounts_and_drop and d_invalidate
            ` [PATCH 09/11] vfs: Make d_invalidate return void
            ` [PATCH 10/11] vfs: Remove d_drop calls from d_revalidate implementations
            ` [PATCH 11/11] proc: Update proc_flush_task_mnt to use d_invalidate

[PATCH RFC] block: use discard if possible in blkdev_issue_discard()
 2014-02-19  2:20 UTC  (11+ messages)

[PATCH 1/1] fs/mpage.c: forgotten WRITE_SYNC in case of data integrity write
 2014-02-19  1:38 UTC  (3+ messages)

[PATCH RESEND 3/10] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-19  1:08 UTC  (8+ messages)

[PATCH RESEND 0/10] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-19  0:46 UTC  (4+ messages)

[PATCH] f2fs: fix not to write data pages on the page reclaiming path
 2014-02-19  0:43 UTC 

[RFC, PATCHv2 0/2] mm: map few pages around fault address if they are in page cache
 2014-02-19  0:29 UTC  (18+ messages)
` [PATCH 1/2] mm: introduce vm_ops->fault_nonblock()
` [PATCH 2/2] mm: implement ->fault_nonblock() for page cache

[BUG?] sync writeback regression from c4a391b5 "writeback: do not sync data dirtied after sync start"?
 2014-02-18 22:09 UTC  (7+ messages)

[LSF/MM TOPIC] atomic block device
 2014-02-18 19:07 UTC  (17+ messages)
    ` [Lsf-pc] "

v9fs (9p): syscall setxattr inside kernel 3.14-rc1 returns size of set xattr
 2014-02-18 18:04 UTC  (2+ messages)

[PATCH v5 10/10] manpage: update FALLOC_FL_COLLAPSE_RANGE flag in fallocate
 2014-02-18 16:39 UTC 

[PATCH v5 9/10] xfstest: shared/005: Test multiple fallocate collapse
 2014-02-18 16:39 UTC 

[PATCH v5 8/10] xfstest: shared/004: Delayed allocation multi collapse
 2014-02-18 16:39 UTC 

[PATCH v5 7/10] xfstest: shared/003: Multi collapse range tests
 2014-02-18 16:39 UTC 

[PATCH v5 6/10] xfstest: shared/002: Delayed allocation collapse range
 2014-02-18 16:38 UTC 

[PATCH v5 5/10] xfstest: shared/001: Standard collapse range tests
 2014-02-18 16:38 UTC 

[PATCH v5 4/10] xfsprog: xfsio: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-18 16:38 UTC 

[PATCH v5 2/10] xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-18 16:37 UTC 

[PATCH v5 1/10] fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-18 16:37 UTC 

[PATCH v5 0/10] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-18 16:37 UTC 

[PATCH] udf: Fix data corruption on file type conversion
 2014-02-18 12:20 UTC 

Dear
 2014-02-18 11:36 UTC 

[PATCH tip/core/rcu 09/12] fs: Substitute rcu_access_pointer() for rcu_dereference_raw()
 2014-02-18  0:27 UTC  (5+ messages)

[PATCH 00/13] cross rename v4
 2014-02-17 18:04 UTC  (6+ messages)

[PATCH] FS-Cache: Handle removal of unadded object to the fscache_object_list rb tree
 2014-02-17 15:01 UTC 

[PATCH] hfsplus: remove unused variable in hfsplus_get_block
 2014-02-17 13:00 UTC 

[patch] fs: NULL dereference in posix_acl_to_xattr()
 2014-02-17 10:16 UTC  (2+ messages)

[RFC][PATCH 0/2] glibc: header file and manual updates for file-private locks
 2014-02-16 12:42 UTC  (3+ messages)

[PATCH v3 01/15] hfsplus: add necessary declarations for journal replay
 2014-02-15 16:12 UTC 

[PATCH v3 01/15] hfsplus: add necessary declarations for journal replay
 2014-02-15 14:27 UTC  (3+ 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).