linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-31 16:15:20 to 2013-02-06 10:41:17 UTC [more...]

[PATCH 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-02-06 10:41 UTC  (21+ messages)
` [PATCH 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
` [PATCH 2/2] fs/aio.c: use get_user_pages_non_movable() to pin ring pages when support memory hotremove

[PATCH V2 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-02-06  9:56 UTC  (7+ messages)
` [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
` [PATCH V2 2/2] fs/aio.c: use get_user_pages_non_movable() to pin ring pages when support memory hotremove

[PATCH] f2fs: fix to name f2fs GC task as per partition instead of per device
 2013-02-06  9:21 UTC  (4+ messages)

[PATCH] f2fs: change the reference of backgournd gc interval
 2013-02-06  8:56 UTC 

[LSF/MM TOPIC] f2fs: Dynamic Control of GC Thread at User Level and Stabilizing sudden eject behavior for SD Cards
 2013-02-06  6:31 UTC 

[ATTEND] [LSF TOPIC] What to do about O_DIRECT?
 2013-02-06  4:32 UTC  (7+ messages)

mmotm 2013-02-05-17-21 uploaded
 2013-02-06  1:21 UTC 

[PATCH 0/6 RFC] Mapping range lock
 2013-02-05 23:25 UTC  (15+ messages)
` [PATCH 1/6] lib: Implement range locks
` [PATCH 2/6] fs: Take mapping lock in generic read paths
` [PATCH 3/6] fs: Provide function to take mapping lock in buffered write path
` [PATCH 4/6] fs: Don't call dio_cleanup() before submitting all bios
` [PATCH 5/6] fs: Take mapping lock during direct IO
` [PATCH 6/6] ext3: Convert ext3 to use mapping lock

[ceph] locking fun with d_materialise_unique()
 2013-02-05 21:59 UTC  (7+ messages)

For the condition "file->f_mode", when it failed, it should return EACCES rather than EBADF
 2013-02-05 20:19 UTC  (4+ messages)
  `  "

[PATCH v3 0/1] dm-integrity: integrity protection device-mapper target
 2013-02-05 17:24 UTC  (3+ messages)
` [PATCH v3 1/1] "

[RFC] setxattr bugs
 2013-02-05 17:14 UTC  (4+ messages)

(unknown)
 2013-02-05 17:09 UTC 

[LSF/MM TOPIC] Thin provisioning SOFT_THRESHOLD error handling
 2013-02-05 17:07 UTC  (4+ messages)

[PATCH v2 00/18] change invalidatepage prototype to accept length
 2013-02-05 16:39 UTC  (21+ messages)
` [PATCH v2 01/18] mm: "
` [PATCH v2 02/18] jbd2: change jbd2_journal_invalidatepage "
` [PATCH v2 03/18] ext4: use ->invalidatepage() length argument
` [PATCH v2 04/18] jbd: change journal_invalidatepage() to accept length
` [PATCH v2 05/18] xfs: use ->invalidatepage() length argument
` [PATCH v2 06/18] ocfs2: "
` [PATCH v2 07/18] ceph: "
` [PATCH v2 08/18] gfs2: "
  ` [Cluster-devel] "
` [PATCH v2 09/18] reiserfs: "
` [PATCH v2 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
` [PATCH v2 11/18] Revert "ext4: remove no longer used functions in inode.c"
` [PATCH v2 12/18] Revert "ext4: fix fsx truncate failure"
` [PATCH v2 13/18] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH v2 14/18] ext4: remove unused discard_partial_page_buffers
` [PATCH v2 15/18] ext4: remove unused code from ext4_remove_blocks()
` [PATCH v2 16/18] ext4: update ext4_ext_remove_space trace point
` [PATCH v2 17/18] ext4: make punch hole code path work with bigalloc
` [PATCH v2 18/18] ext4: Allow punch hole with bigalloc enabled

[PATCH 0/3] UDF overflow fix and cleanups
 2013-02-05 14:40 UTC  (4+ messages)
` [PATCH 1/3] udf: Fix bitmap overflow on large filesystems with small block size
` [PATCH 2/3] udf: Make s_block_bitmap standard array
` [PATCH 3/3] udf: Remove unused s_extLength from udf_bitmap

[PATCH v2 0/8] Add O_DENY* support for VFS and CIFS/NFS
 2013-02-05 14:38 UTC  (4+ messages)

[PATCH v2 1/8] locks: make flock_lock_file take is_conflict callback parm
 2013-02-05 14:35 UTC  (8+ messages)
` [PATCH v2 3/8] vfs: Add O_DENYREAD/WRITE flags support for open syscall
` [PATCH v2 4/8] CIFS: Add O_DENY* open flags support

MY BELOVED FRIEND, PLEASE OPEN THE ATTACHED FILE AND GET BACK TO ME
 2013-02-05 14:31 UTC 

fuse, readpage and readahead
 2013-02-05 14:11 UTC  (2+ messages)

Hartwell Finance
 2013-02-05 13:31 UTC 

From Mrs. Doris Kula
 2013-02-05 13:37 UTC 

[PATCH] quota: Add QFMT_VFS_V1 -> quota_v2 entry to INIT_QUOTA_MODULE_NAMES
 2013-02-05 11:29 UTC  (2+ messages)

[RFC] mm: change invalidatepage prototype to accept length
 2013-02-05  7:14 UTC  (23+ messages)
` [PATCH 01/18] "
` [PATCH 02/18] jbd2: change jbd2_journal_invalidatepage "
` [PATCH 03/18] ext4: use ->invalidatepage() length argument
` [PATCH 04/18] jbd: change journal_invalidatepage() to accept length
` [PATCH 05/18] xfs: use ->invalidatepage() length argument
` [PATCH 06/18] ocfs2: "
` [PATCH 07/18] ceph: "
` [PATCH 08/18] gfs2: "
` [PATCH 09/18] reiserfs: "
` [PATCH 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
` [PATCH 11/18] Revert "ext4: remove no longer used functions in inode.c"
` [PATCH 12/18] Revert "ext4: fix fsx truncate failure"
` [PATCH 13/18] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH 14/18] ext4: remove unused discard_partial_page_buffers
` [PATCH 15/18] ext4: remove unused code from ext4_remove_blocks()
` [PATCH 16/18] ext4: update ext4_ext_remove_space trace point
` [PATCH 17/18] ext4: make punch hole code path work with bigalloc
` [PATCH 18/18] ext4: Allow punch hole with bigalloc enabled

[PATCH] f2fs: add compat_ioctl to provide backward compatability
 2013-02-05  7:12 UTC  (6+ messages)

From Mrs. Doris Kula
 2013-02-05  6:55 UTC 

[PATCH] f2fs: fix calculation of max. gc cost in the SSR case
 2013-02-05  4:45 UTC 

[PATCH v3 0/2] FUSE: Adaptive NFS-like readdirplus support
 2013-02-05  3:12 UTC  (9+ messages)
  ` [PATCH v3 2/2] FUSE: Adapt readdirplus to application usage patterns
            ` [fuse-devel] "
              ` [RFC] fuse: consistently use readdirplus offsets

Read speed
 2013-02-05  2:03 UTC 

Mrs.Liliane Bettencourt
 2013-02-04 19:59 UTC 

Mrs.Liliane Bettencourt
 2013-02-04 18:40 UTC 

Mrs.Liliane Bettencourt
 2013-02-04 18:31 UTC 

[LSF/MM TOPIC] mmap_sem in ->fault and ->page_mkwrite
 2013-02-04 18:04 UTC  (3+ messages)

[PATCH] tmpfs: add support for read_iter and write_iter
 2013-02-04 17:24 UTC  (2+ messages)

[PATCH v2] fat: eliminate iterations in fat_search_long and __fat_readdir in case of EOD
 2013-02-04 14:43 UTC 

From Mrs. Doris Kula
 2013-02-04 12:50 UTC 

[PATCH] udf: add extent cache support in case of file reading
 2013-02-04 10:28 UTC  (8+ messages)

From Mrs. Doris Kula
 2013-02-04  9:18 UTC 

[PATCH] f2fs: clarify and enhance the f2fs_gc flow
 2013-02-04  7:49 UTC 

[PATCH 1/6] f2fs: optimize get node page readahead part
 2013-02-04  2:06 UTC  (3+ messages)

[PATCH 2/6] f2fs: move out f2fs_balance_fs from gc_thread_func
 2013-02-04  2:01 UTC  (3+ messages)

[patch 1/1] fs/proc: clean up printks
 2013-02-03 20:59 UTC  (2+ messages)

Good Day!!
 2013-02-03 19:00 UTC 

[PATCH 00/12] Implement NFSv4 delegations, take 6
 2013-02-03 16:31 UTC  (13+ messages)
` [PATCH 01/12] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 02/12] vfs: don't use PARENT/CHILD lock classes for non-directories
` [PATCH 04/12] vfs: take i_mutex on renamed file
` [PATCH 05/12] locks: introduce new FL_DELEG lock flag
` [PATCH 06/12] locks: implement delegations
` [PATCH 07/12] namei: minor vfs_unlink cleanup
` [PATCH 08/12] locks: break delegations on unlink
  ` [PATCH 03/12] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
  ` [PATCH 09/12] locks: helper functions for delegation breaking
  ` [PATCH 10/12] locks: break delegations on rename
  ` [PATCH 11/12] locks: break delegations on link
` [PATCH 12/12] locks: break delegations on any attribute modification

[PATCH, RFC 00/16] Transparent huge page cache
 2013-02-02 15:13 UTC  (5+ messages)

[PATCH 6/6] f2fs: optimize the return condition for has_not_enough_free_secs
 2013-02-02 14:53 UTC 

[PATCH 5/6] f2fs: make accessor to get sections for particular block type
 2013-02-02 14:52 UTC 

[PATCH 4/6] f2fs: mark gc_thread as NULL when thread creation failed
 2013-02-02 14:52 UTC 

[PATCH 3/6] f2fs: name gc task as per the block device
 2013-02-02 14:52 UTC 

[PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals
 2013-02-02  7:15 UTC  (3+ messages)
` [PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals (v2)

[PATCH v4] fs/ext*,f2fs,jffs2,reiserfs: give comments for acl size and count calculation
 2013-02-02  5:10 UTC  (5+ messages)

[PATCH V6 00/30] loop: Issue O_DIRECT aio using bio_vec
 2013-02-01 20:40 UTC  (4+ messages)
` [PATCH V6 18/30] fs: add read_iter and write_iter to several file systems

HELLO MY BELOVED FRIEND, PLEASE OPEN THE ATTACHMENT AND GET BACK TO ME URGENTLY
 2013-02-01 16:27 UTC 

FUND TRANSFER OF US11.6MILLION DOLLARS
 2013-02-01  9:48 UTC 

[patch] fs: inode: fix icache pruning locked inode spin protection
 2013-02-01  6:08 UTC 

[Patch] Support overriding uid/gid in overlayfs
 2013-02-01  4:45 UTC  (6+ messages)

[PATCH] f2fs: avoid balanc_fs during evict_inode
 2013-02-01  1:21 UTC 

PAGE_CACHE_SIZE vs. PAGE_SIZE
 2013-01-31 22:40 UTC  (2+ messages)

[PATCH 0/4 v2] Fix possible use after free with AIO
 2013-01-31 19:31 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).