messages from 2014-09-15 20:20:56 to 2014-09-22 14:12:21 UTC [more...]
[RFC PATCH 0/7] Non-blockling buffered fs read (page cache only)
2014-09-22 14:12 UTC (68+ messages)
` [PATCH 1/7] Prepare for adding a new readv/writev with user flags
` [PATCH 2/7] Define new syscalls readv2,preadv2,writev2,pwritev2
` [PATCH 3/7] Export new vector IO (with flags) to userland
` [PATCH 4/7] O_NONBLOCK flag for readv2/preadv2
` [PATCH 5/7] documentation updates
` [PATCH 6/7] move flags enforcement to vfs_preadv/vfs_pwritev
` [PATCH 7/7] check for O_NONBLOCK in all read_iter instances
` [RFC 1/2] aio: async readahead
` [RFC 2/2] ext4: async readpage for indirect style inodes
` [RFC v2 0/5] Non-blockling buffered fs read (page cache only)
` [RFC v2 1/5] Prepare for adding a new readv/writev with user flags
` [RFC v2 2/5] Define new syscalls readv2,preadv2,writev2,pwritev2
` [RFC v2 3/5] Export new vector IO (with flags) to userland
` [RFC v2 4/5] O_NONBLOCK flag for readv2/preadv2
` [RFC v2 5/5] Check for O_NONBLOCK in all read_iter instances
Payment
2014-09-20 14:09 UTC
fs: INFO: possible irq lock inversion dependency detected in kill_fasync
2014-09-22 12:40 UTC (5+ messages)
[PATCH] Fix nasty 32-bit overflow bug in buffer i/o code
2014-09-22 11:01 UTC (5+ messages)
iter_file_splice_write() return value (was: Re: ->splice_write() via ->write_iter())
2014-09-22 10:06 UTC (2+ messages)
[f2fs-dev] [PATCH 08/10] f2fs: remove redundant operation during roll-forward recovery
2014-09-22 9:22 UTC
[PATCH 1/3] f2fs: introduce a flag to represent each nat entry information
2014-09-22 9:20 UTC (10+ messages)
` [PATCH 2/3] f2fs: fix conditions to remain recovery information in f2fs_sync_file
` [f2fs-dev] "
` [PATCH 3/3] f2fs: fix roll-forward missing scenarios
[PATCH 01/10] f2fs: fix negative value for lseek offset
2014-09-22 2:36 UTC (9+ messages)
` [PATCH 04/10] f2fs: give an option to enable in-place-updates during fsync to users
` [f2fs-dev] "
` [PATCH 07/10] f2fs: use meta_inode cache to improve roll-forward speed
` [f2fs-dev] "
` [PATCH 09/10] f2fs: use MAX_BIO_BLOCKS(sbi)
HOW ARE YOU?
2014-09-22 1:14 UTC
[PATCH 0/5] Remove MAXQUOTAS usage from filesystems
2014-09-21 11:09 UTC (3+ messages)
` [PATCH 3/5] reiserfs: Don't use MAXQUOTAS value
[PATCH 0/4] Add persistent memory driver
2014-09-21 9:27 UTC (15+ messages)
` [PATCH 1/4] pmem: Initial version of "
` [PATCH v2] "
` [Linux-nvdimm] "
3.16.2 also contains bug read from uninitialized memory fs/dcache.c:2440
2014-09-20 14:38 UTC (2+ messages)
[PATCH] fs: don't remove inotify watchers from alive inode-s (v2)
2014-09-19 16:15 UTC (3+ messages)
` [PATCH] inotify.7: describe ambiguous behaviour of IN_DELETE_SELF
[RFC v2] Unicode/UTF-8 support for XFS
2014-09-19 16:07 UTC (33+ messages)
` [PATCH 01/10] xfs: return the first match during case-insensitive lookup
` [PATCH 02/10] xfs: rename XFS_CMP_CASE to XFS_CMP_MATCH
` [PATCH 03/13] libxfs: add xfs_nameops.normhash
` [PATCH 04/10] xfs: change interface of xfs_nameops.normhash
` [PATCH 05/10] xfs: add a superblock feature bit to indicate UTF-8 support
` [PATCH 03/10] xfs: add xfs_nameops.normhash
` [PATCH 06/10] xfs: add unicode character database files
` [PATCH 07/10] xfs: add trie generator and supporting code for UTF-8
` [PATCH 08/10] xfs: add xfs_nameops for utf8 and utf8+casefold
` [PATCH 09/10] xfs: apply utf-8 normalization rules to user extended attribute names
` [PATCH 10/10] xfs: implement demand load of utf8norm.ko
` [PATCH 00/13] xfsprogs: Unicode/UTF-8 support for XFS
` [PATCH 01/13] libxfs: return the first match during case-insensitive lookup
` [PATCH 02/13] libxfs: rename XFS_CMP_CASE to XFS_CMP_MATCH
` [PATCH 04/13] libxfs: change interface of xfs_nameops.normhash
` [PATCH 05/13] libxfs: add a superblock feature bit to indicate UTF-8 support
` [PATCH 06/13] xfsprogs: add unicode character database files
` [PATCH 07/13] libxfs: add trie generator and supporting code for UTF-8
` [PATCH 08/13] libxfs: add xfs_nameops for utf8 and utf8+casefold
` [PATCH 09/13] libxfs: apply utf-8 normalization rules to user extended attribute names
` [PATCH 10/13] xfsprogs: add utf8 support to growfs
` [PATCH 11/13] xfsprogs: add utf8 support to mkfs.xfs
` [PATCH 12/13] xfsprogs: add utf8 support to xfs_repair
` [PATCH 13/13] xfsprogs: add a preliminary test for utf8 support
` [PATCH 07a/13] xfsprogs: add trie generator for UTF-8
` [PATCH 07b/13] libxfs: add supporting code "
` [PATCH 07a/10] xfs: add trie generator "
` [PATCH 07b/10] xfs: add supporting code "
[RFC PATCH] fs: Use a seperate wq for do_sync_work() to avoid a potential deadlock
2014-09-19 15:44 UTC (7+ messages)
[PATCH] vfs: Don't exchange filenames unconditionally
2014-09-19 14:22 UTC (3+ messages)
match_token weird behavior
2014-09-18 17:10 UTC (6+ messages)
vfs: getname() / putname() used by VMware drivers
2014-09-18 17:00 UTC (5+ messages)
` "
(unknown),
2014-09-18 14:15 UTC
[PATCH 0/4] Remove possible deadlocks in nfs_release_page()
2014-09-18 14:42 UTC (15+ messages)
` [PATCH 2/4] MM: export page_wakeup functions
` [PATCH 4/4] NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()
` [PATCH 3/4] NFS: avoid deadlocks with loop-back mounted NFS filesystems
` [PATCH 1/4] SCHED: add some "wait..on_bit...timeout()" interfaces
[PATCH] fs: don't remove inotify watchers from alive inode-s
2014-09-18 10:00 UTC (8+ messages)
[PATCH 1/3] f2fs: update i_size when __allocate_data_block
2014-09-18 5:53 UTC (3+ messages)
` [PATCH 2/3] f2fs: change the ipu_policy option to enable combinations
` [PATCH 3/3] f2fs: use more free segments until SSR is activated
[PATCH v2] audit: vfs: fix audit records error when write to a file
2014-09-18 2:17 UTC (2+ messages)
Handling the 7 reserved characters when mounted to Mac
2014-09-18 1:08 UTC (2+ messages)
[PATCH] fs: check bh blocknr earlier when searching lru
2014-09-17 20:41 UTC
[PATCH 2/3] FS-Cache: Reduce cookie ref count if submit fails
2014-09-17 20:24 UTC (6+ messages)
[PATCH] audit: vfs: fix audit records error when write to a file
2014-09-17 18:43 UTC (4+ messages)
[SMB3][PATCHv3 Add mfsymlinks support for SMB2.1/SMB3
2014-09-17 17:48 UTC (4+ messages)
[PATCH] vfs: workaround gcc <4.6 build error in link_path_walk()
2014-09-17 14:05 UTC (3+ messages)
[PATCH v3 1/4] quota: add project quota support
2014-09-17 12:17 UTC (6+ messages)
mmap writes vs truncate causing data corruption
2014-09-17 9:28 UTC
[BUG, 3.17-rc4] dentry still in use during unmount
2014-09-16 22:40 UTC (3+ messages)
[PATCH 2/2] [SMB3] Add mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink
2014-09-16 6:05 UTC (2+ messages)
[PATCH] [SMB3] Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink
2014-09-16 5:52 UTC (2+ messages)
bdev_inode_switch_bdi WARN_ON_ONCE on write_inode_now
2014-09-15 23:24 UTC
mark_buffer_dirty WARN_ON_ONCE on buffer_uptodate
2014-09-15 21:56 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).