Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-24 06:16:33 to 2014-11-27 14:17:36 UTC [more...]

[PATCH 5/7] SELinux: Handle opening of a unioned file
 2014-11-27 14:17 UTC  (9+ messages)
  ` [PATCH 0/7] Security: Provide unioned file support
    ` [PATCH 6/7] SELinux: The copy-up operation must have read permission on the lower file

[PATCH 0/2] Squashfs: add LZ4 compression
 2014-11-27 13:37 UTC  (4+ messages)
` [PATCH 1/2] Squashfs: add LZ4 compression support
` [PATCH 2/2] Squashfs: Add LZ4 compression configuration option

[PATCH-v4 0/7] add support for a lazytime mount option
 2014-11-27 13:32 UTC  (17+ messages)
` [PATCH-v4 1/7] vfs: split update_time() into update_time() and write_time()
` [PATCH-v4 2/7] vfs: add support for a lazytime mount option
` [PATCH-v4 3/7] vfs: don't let the dirty time inodes get more than a day stale
` [PATCH-v4 4/7] vfs: add lazytime tracepoints for better debugging
` [PATCH-v4 5/7] vfs: add find_active_inode_nowait() function
` [PATCH-v4 6/7] ext4: add support for a lazytime mount option
` [PATCH-v4 7/7] btrfs: add an is_readonly() so btrfs can use common code for update_time()

[rfc patch] mm: protect set_page_dirty() from ongoing truncation
 2014-11-27  9:50 UTC  (4+ messages)

[PATCH] f2fs: move put_gc_inode into gc_mutex
 2014-11-27  9:42 UTC 

[PATCH] f2fs: more fast lookup for gc_inode list
 2014-11-27  9:11 UTC 

[LSF/MM TOPIC]: Btrfs: Decoupling block-size and page-size in BTRFS
 2014-11-27  7:13 UTC 

linux-next: manual merge of the block tree with the ext4 tree
 2014-11-27  7:38 UTC 

[PATCH] f2fs: cleanup if-statement of phase in gc_data_segment
 2014-11-27  7:03 UTC 

[PATCH] fat: Fix oops on corrupted vfat fs
 2014-11-27  7:00 UTC  (3+ messages)

ocfs2_link:812 ERROR: status = -2 - Re: Linux 3.17.4
 2014-11-27  1:01 UTC 

mmotm 2014-11-26-15-45 uploaded
 2014-11-26 23:46 UTC 

[PATCH 0/4] add support for a lazytime mount option
 2014-11-26 22:39 UTC  (31+ messages)
` [PATCH 1/4] fs: split update_time() into update_time() and write_time()
` [PATCH 2/4] vfs: add support for a lazytime mount option
` [PATCH 3/4] vfs: don't let the dirty time inodes get more than a day stale
` [PATCH 4/4] ext4: add support for a lazytime mount option

[PATCH v2] null_blk: boundary check queue_mode and irqmode
 2014-11-26 20:39 UTC 

[RFC PATCH] set_mb: Use smp_store_release() instead of set_mb()
 2014-11-26 17:31 UTC  (2+ messages)

[PATCH] null_blk: boundary check queue_mode and irqmode
 2014-11-26 15:21 UTC  (2+ messages)

[PATCH v7 1/4] fat: add fat_fallocate operation
 2014-11-26 15:18 UTC  (2+ messages)

[PATCH v7 3/4] fat: permit to return phy block number by fibmap in fallocated region
 2014-11-26 15:11 UTC  (2+ messages)

[RFC PATCH] fs/binfmt_elf.c: fix inconsistent vma dump size
 2014-11-26 13:13 UTC  (6+ messages)

[PATCH v4 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
 2014-11-26 12:19 UTC  (24+ messages)
` [PATCH v4 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v4 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v4 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v4 4/7] fs/fuse: support compiling out splice
` [PATCH v4 5/7] fs/nfsd: "
  ` [PATCH v4 6/7] net/core: "
` [PATCH v4 7/7] fs/splice: full support for "

Xattr issues with overlayfs
 2014-11-26  8:09 UTC  (5+ messages)
` [PATCH] ovl: Use macros to present ovl_xattr
` [PATCH] ovl: Enable opauqe setting an removing in userspace

[PATCH v5 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
 2014-11-26  7:46 UTC  (13+ messages)
` [PATCH v5 4/7] fs/fuse: support compiling out splice
  ` [PATCH v5 1/7] fs: move sendfile syscall into fs/splice
  ` [PATCH v5 2/7] fs: moved kernel_write to fs/read_write
  ` [PATCH v5 3/7] fs/splice: support compiling out splice-family syscalls
  ` [PATCH v5 5/7] net/core: support compiling out splice
  ` [PATCH v5 7/7] fs/splice: full support for "
` [PATCH v5 6/7] fs/nfsd: support "

[PATCH v2] block: fix regression where bio_integrity_process uses wrong bio_vec iterator
 2014-11-26  4:57 UTC  (2+ messages)

[PATCH] f2fs: fix to recover converted inline_data
 2014-11-26  2:08 UTC 

[PATCH 1/2] f2fs: fix deadlock during inline_data conversion
 2014-11-26  2:07 UTC  (3+ messages)
` [PATCH 2/2] f2fs: make clean the page before writing
  ` [PATCH 2/2 v2] "

[GIT PULL] namespace updates for v3.17-rc1
 2014-11-25 23:15 UTC  (7+ messages)

[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-11-25 23:01 UTC  (3+ messages)

[PATCH 1/3] f2fs: call flush_dcache_page when the page was updated
 2014-11-25 22:35 UTC  (8+ messages)
  ` [f2fs-dev] "

[PATCH RESEND] fs/binfmt_elf.c: fix inconsistent vma dump size
 2014-11-25 17:11 UTC 

[PATCH vfs 1/2] lib: implement ptrset
 2014-11-25 16:37 UTC  (2+ messages)

[PATCH-v3 0/6] add support for a lazytime mount option
 2014-11-25 16:02 UTC  (11+ messages)
` [PATCH-v3 1/6] fs: split update_time() into update_time() and write_time()
` [PATCH-v3 2/6] vfs: add support for a lazytime mount option
` [PATCH-v3 3/6] vfs: don't let the dirty time inodes get more than a day stale
` [PATCH-v3 4/6] vfs: add lazytime tracepoints for better debugging
` [PATCH-v3 5/6] ext4: add support for a lazytime mount option
` [PATCH-v3 6/6] btrfs: add an is_readonly() so btrfs can use common code for update_time()

[PULL for 3.18] overlay filesystem v24
 2014-11-25 14:57 UTC  (3+ messages)

[PATCH v2 0/5] btrfs: implement swap file support
 2014-11-25  5:55 UTC  (9+ messages)
` [PATCH v2 5/5] btrfs: enable "

[PATCH 1/2] f2fs: check dirty_nat_cnt before flushing nat entries in journal
 2014-11-25  3:44 UTC  (2+ messages)
` [PATCH 2/2] f2fs: no more dirty_nat_entires when flushing

[PATCH-v2 0/5] add support for a lazytime mount option
 2014-11-25  0:32 UTC  (8+ messages)
` [PATCH-v2 3/5] vfs: don't let the dirty time inodes get more than a day stale

[RFC][PATCH] dm: add dm-power-fail target
 2014-11-24 22:35 UTC  (9+ messages)

[PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
 2014-11-24 21:49 UTC  (20+ messages)
` [PATCH 4/6] fs/fuse: support compiling out splice
  ` [fuse-devel] "

fstrim on newly created filesystem tries to discard data beyond the last sector of a device
 2014-11-24 21:24 UTC  (9+ messages)

[RFC PATCH] vfs: Move security_inode_killpriv() after permission checks
 2014-11-24 21:00 UTC 

file corruption - most of file inaccessible
 2014-11-24 18:58 UTC 

UBIFS assert failed in ubifs_set_page_dirty at 1421
 2014-11-24 13:27 UTC  (7+ messages)

[PATCH resend] init: fix read-write root mount
 2014-11-24 13:25 UTC 

[PATCH] jbd2: finish inode data buffers immediately after submiting data buffers
 2014-11-24 12:28 UTC  (4+ messages)

[PATCHv2 0/1] vfs: renumber FMODE_NONOTIFY and add to uniqueness check
 2014-11-24 11:30 UTC  (3+ messages)
` [PATCHv2 1/1] "

[RFC] dealing with proc_ns_follow_link() and "namespace" dentries
 2014-11-24 10:55 UTC  (6+ messages)

LSF/MM 2015 Call For Proposals
 2014-11-24  9:58 UTC 

[PATCH] f2fs: add cleancache support
 2014-11-24  8:10 UTC  (8+ messages)
` [f2fs-dev] "

[PATCH v6 10/10] xfstests: fsx: Add fallocate insert range operation
 2014-11-24  6:17 UTC 

[PATCH v6 9/10] xfstests: fsstress: Add fallocate insert range
 2014-11-24  6:17 UTC 

[PATCH v6 8/10] xfstests: generic/041: Delayed allocation multi insert
 2014-11-24  6:17 UTC 

[PATCH v6 7/10] xfstests: generic/040: Multi insert range tests
 2014-11-24  6:16 UTC 

[PATCH v6 6/10] xfstests: generic/039: Delayed allocation insert range
 2014-11-24  6:16 UTC 

[PATCH v6 5/10] xfstests: generic/038: Standard insert range tests
 2014-11-24  6:16 UTC 

[PATCH v6 4/10] xfsprogs: xfs_io: add finsert command for insert range via fallocate
 2014-11-24  6:16 UTC 

[PATCH v6 3/10] ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2014-11-24  6:16 UTC 

[PATCH v6 2/10] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2014-11-24  6:16 UTC 

[PATCH 6/7] SELinux: The copy-up operation must have read permission on the lower file
 2014-11-05 17:54 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 read-only IMAP folder(s) and NNTP newsgroup(s).