linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-06 23:25:50 to 2014-11-13 12:20:20 UTC [more...]

[PATCH 00/10] MIPS O32 new FP ABI support
 2014-11-13 12:20 UTC  (6+ messages)
` [PATCH 02/10] binfmt_elf: load interpreter program headers earlier
` [PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

[PATCH 1/2] mkfs: use compact mode for data summaries
 2014-11-13 11:15 UTC  (2+ messages)
` [PATCH 2/2] mkfs.f2fs: fix missing endian conversion

[PATCH,RFC] ext4: add lazytime mount option
 2014-11-13  8:44 UTC  (2+ messages)

A recommendation from Mitchell Miller
 2014-11-13  5:41 UTC 

[PATCH] f2fs: add cleancache support
 2014-11-13  5:34 UTC 

HMM (heterogeneous memory management) v6
 2014-11-13  4:28 UTC  (5+ messages)

[PATCH 1/3] autofs - fix log print messages
 2014-11-13  3:50 UTC  (11+ messages)
` [PATCH 2/3] autofs - change log prints to not insert newline
` [PATCH 3/3] autofs - use pr_xxx() calls directly for logging

mmotm 2014-11-12-16-34 uploaded
 2014-11-13  0:36 UTC 

[PATCH v7 4/4] Documentation/filesystems/vfat.txt: update the limitation for fat fallocate
 2014-11-12 23:41 UTC 

[PATCH v7 3/4] fat: permit to return phy block number by fibmap in fallocated region
 2014-11-12 23:41 UTC 

[PATCH v7 2/4] fat: skip cluster allocation on fallocated region
 2014-11-12 23:40 UTC 

[PATCH v7 1/4] fat: add fat_fallocate operation
 2014-11-12 23:40 UTC 

[PATCH v7 0/4] fat: additions to support fat_fallocate
 2014-11-12 23:40 UTC 

[RFC] Discard update for 3.19
 2014-11-12 19:41 UTC  (20+ messages)
` [PATCH 1/3] libata: Whitelist SSDs that are known to properly return zeroes after TRIM
` [PATCH 2/3] sd: Disable discard_zeroes_data for UNMAP
` [PATCH 3/3] block: Introduce blkdev_issue_zeroout_discard() function

[PATCH v5 0/4] fuse: Add support for mounts from pid/user namespaces
 2014-11-12 16:22 UTC  (17+ messages)
` [PATCH v5 1/4] fuse: Add support for pid namespaces
` [PATCH v5 2/4] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v5 3/4] fuse: Restrict allow_other to the superblock's namespace or a descendant

[PATCH 0/2 v2] fsnotify cleanups
 2014-11-12 16:07 UTC  (3+ messages)
` [PATCH 1/2] fsnotify: Unify inode and mount marks handling
` [PATCH 2/2] fsnotify: Remove destroy_list from fsnotify_mark

[PATCH -next 0/2] seq: Convert seq_puts and seq_putc to return void
 2014-11-12 15:25 UTC  (8+ messages)
  ` [PATCH -next 1/2] seq_puts: Convert to return void and convert uses too
` [PATCH -next 2/2] seq_putc: "

[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-11-12 13:18 UTC  (18+ messages)
` [PATCH v6 1/7] vfs: Prepare for adding a new preadv/pwritev with user flags
` [PATCH v6 2/7] vfs: Define new syscalls preadv2,pwritev2
` [PATCH v6 3/7] x86: wire up preadv2 and pwritev2
` [PATCH v6 4/7] vfs: RWF_NONBLOCK flag for preadv2
` [PATCH v6 5/7] xfs: add RWF_NONBLOCK support
` [PATCH v6 6/7] fs: pass iocb to generic_write_sync
` [PATCH v6 7/7] fs: add a flag for per-operation O_DSYNC semantics

[PATCH] udf: fix lookup performance issue when SLUB_DEBUG is enable
 2014-11-12 12:41 UTC  (2+ messages)

[PATCH v2] fat: fix data past EOF resulting from fsx testsuite
 2014-11-12 10:09 UTC  (2+ messages)

[PATCH] mm: check memory reclaim bugs caused fs reentrance
 2014-11-12  8:58 UTC  (4+ messages)
` btrfs re-entrance bugs

[PATCH 0/11 RFC] quota: Unify VFS and XFS quota interfaces
 2014-11-11 23:27 UTC  (15+ messages)
` [PATCH 01/11] xfs: Remove useless test
` [PATCH 02/11] xfs: Remove unused variable in xfs_qm_scall_quotaon()
` [PATCH 03/11] xfs: Remove some useless flags tests
` [PATCH 04/11] quota: Split ->set_xstate callback into two
` [PATCH 05/11] quota: Wire up ->sysquota_{on,off} callbacks into Q_QUOTA{ON,OFF}
` [PATCH 06/11] quota: Add ->sysquota_{on,off} callbacks for VFS quotas
` [PATCH 07/11] ext4: Use generic helpers for quotaon and quotaoff
` [PATCH 08/11] ocfs2: "
` [PATCH 09/11] quota: Remove quota_on_meta callback
` [PATCH 10/11] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
` [PATCH 11/11] quota: Store maximum space limit in bytes

[PATCH 1/5] f2fs: disable roll-forward when active_logs = 2
 2014-11-11 22:43 UTC  (11+ messages)
` [PATCH 2/5] f2fs: introduce the number of inode entries
` [PATCH 3/5] f2fs: control the memory footprint used by ino entries
  ` [f2fs-dev] "
` [PATCH 4/5] f2fs: write node pages if checkpoint is not doing
  ` [f2fs-dev] "
` [PATCH 5/5] f2fs: do not skip any writes under memory pressure
` [f2fs-dev] [PATCH 1/5] f2fs: disable roll-forward when active_logs = 2

[v6 0/4] ext4: add project quota support
 2014-11-11 21:58 UTC  (14+ messages)
  ` [v6 1/4] vfs: adds general codes to enforces project quota limits
  ` [v6 2/4] ext4: adds project ID support
  ` [v6 3/4] ext4: adds project quota support
` [v6 4/4] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support

[PATCH 1/1] ftruncate: create FAN_MODIFY and IN_MODIFY events
 2014-11-11 19:55 UTC  (7+ messages)
` [PATCH v2 1/1] ftruncate, truncate: create fanotify events

[RFC PATCH 0/2] dirreadahead system call
 2014-11-10 22:47 UTC  (11+ messages)

[RFC PATCH] overlayfs: support more than one read-only layer
 2014-11-10 17:08 UTC  (4+ messages)

[PATCHSET 0/5 v3] brd: partition fixes
 2014-11-10 17:00 UTC  (14+ messages)
` [PATCH 4/5] brd: Request from fdisk 4k alignment
` [PATCH 5/5] brd: Add getgeo to block ops for fdisk

[PATCH v5 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-11-10 16:07 UTC  (14+ messages)
` [PATCH v5 2/7] vfs: Define new syscalls preadv2,pwritev2
` [PATCH v5 4/7] vfs: RWF_NONBLOCK flag for preadv2
` [PATCH v5 7/7] fs: add a flag for per-operation O_DSYNC semantics
      ` [PATCH v5 7/7] "
        ` [fuse-devel] "

[PATCH 1/7] Security: Provide copy-up security hooks for unioned files
 2014-11-10 15:47 UTC  (20+ messages)
` [PATCH 0/7] Security: Provide unioned file support
  ` [PATCH 2/7] Overlayfs: Use copy-up security hooks
  ` [PATCH 3/7] SELinux: Stub in copy-up handling

[PATCH] f2fs: implement -o dirsync
 2014-11-10 14:49 UTC  (3+ messages)
  ` [f2fs-dev] [PATCH v2] "

[PATCH 0/3] fsnotify: Cleanups
 2014-11-10 12:54 UTC  (5+ messages)
` [PATCH 3/3] fsnotify: Remove destroy_list from fsnotify_mark

[PATCH 0/12 v4] Moving i_dquot out of struct inode
 2014-11-10  9:08 UTC  (3+ messages)

[ANNOUNCE] fstests: master branch updated to 6676905
 2014-11-10  7:08 UTC 

A recommendation from Support
 2014-11-10  5:48 UTC 

[PATCH] fat: fix data past EOF resulting from fsx testsuite
 2014-11-10  5:07 UTC  (3+ messages)

A recommendation from Support
 2014-11-07 17:50 UTC 

FINANCIAL HELP AVAILABLE
 2014-11-07 16:17 UTC 

[PATCH] jbd2: finish inode data buffers immediately after submiting data buffers
 2014-11-07  7:06 UTC 

UBIFS assert failed in ubifs_set_page_dirty at 1421
 2014-11-07  2:22 UTC  (2+ messages)

[PATCH 0/7] Security: Provide unioned file support
 2014-11-06 18:40 UTC  (2+ 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).