linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-23 23:21:28 to 2012-07-03 14:47:59 UTC [more...]

[PATCH 0/8 RESEND] Cleanup and improve sync (v4)
 2012-07-03 14:47 UTC  (6+ messages)
` [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes

[PATCH 0/8 v4] Flush all block devices on sync(2) and cleanup the code
 2012-07-03 14:45 UTC  (9+ messages)
` [PATCH 1/8] vfs: Move noop_backing_dev_info check from sync into writeback
` [PATCH 2/8] quota: Split dquot_quota_sync() to writeback and cache flushing part
` [PATCH 3/8] quota: Move quota syncing to ->sync_fs method
` [PATCH 4/8] vfs: Reorder operations during sys_sync
` [PATCH 5/8] vfs: Create function for iterating over block devices
` [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes
` [PATCH 7/8] vfs: Remove unnecessary flushing of block devices
` [PATCH 8/8] vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes

[PATCH 0/3] fs/sysv: stop using write_supers and s_dirt
 2012-07-03 14:44 UTC  (6+ messages)
` [PATCH 1/3] fs/sysv: remove useless write_super call
` [PATCH 2/3] fs/sysv: remove another "
` [PATCH 3/3] fs/sysv: stop using write_super and s_dirt

[MMTests] IO metadata on ext3
 2012-07-03 14:04 UTC  (16+ messages)
  ` [MMTests] IO metadata on ext4
  ` [MMTests] IO metadata on XFS

[PATCHv3 0/4] ext4: stop using write_supers and s_dirt
 2012-07-03 12:48 UTC  (7+ messages)
` [PATCHv3 1/4] ext4: Remove useless marking of superblock dirty
` [PATCHv3 2/4] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
` [PATCHv3 3/4] ext4: remove unnecessary superblock dirtying
` [PATCHv3 4/4] ext4: weed out ext4_write_super

Asking for ACK/NAK on new new Btrfs cross subvolume reflink patch
 2012-07-03 12:13 UTC  (2+ messages)

[PATCH RESEND] fs: Move bh_cachep to the __read_mostly section
 2012-07-03  9:08 UTC  (10+ messages)

[PATCH 1/2] Moved core dump functionality into its own file
 2012-07-03  5:09 UTC  (5+ messages)
` [PATCH 2/2] Made core dump functionality optional

[PATCH v2012.5 0/2] fs: add link restrictions
 2012-07-02 20:17 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] fs: add link restriction audit reporting

[PATCH 00/21] vfs: atomic open v6 (part 2)
 2012-07-02 18:54 UTC  (3+ messages)
` [PATCH 12/21] cifs: implement i_op->atomic_open()

mmotm 2012-06-29-17-00 uploaded
 2012-07-02 18:39 UTC  (5+ messages)

ext4 blocks up
 2012-07-02 18:14 UTC  (12+ messages)

[PATCH 3/7] Make TestSetPageDirty and dirty page accounting in one func
 2012-07-02 14:49 UTC  (6+ messages)
  ` [PATCH 4/7] Use vfs __set_page_dirty interface instead of doing it inside filesystem

[RFC PATCH] block: all callers should check blkdev_issue_flush's return
 2012-07-02 14:35 UTC  (6+ messages)

UFS2 file size limitation?
 2012-07-02 14:16 UTC 

[PATCH 0/6] hfs: stop using write_supers and s_dirt
 2012-07-02 14:15 UTC  (3+ messages)
` [PATCH 6/6] hfs: get rid of hfs_sync_super

[PATCH 0/4] hfsplus: stop using write_supers and s_dirt
 2012-07-02 14:13 UTC  (3+ messages)
` [PATCH 4/4] hfsplus: get rid of write_super

[PATCH v2 0/7] affs: stop using write_supers and s_dirt
 2012-07-02 14:06 UTC  (6+ messages)
` [PATCH v2 1/7] affs: stop setting bm_flags
` [PATCH v2 7/7] affs: get rid of affs_sync_super

[PATCH 0/2] Fix potential dead lock for tty_write_message() if CONFIG_PRINT_QUOTA_WARNING is enabled
 2012-07-02  9:49 UTC  (3+ messages)

[PATCH v2012.4 0/2] fs: add link restrictions
 2012-07-02  1:26 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] fs: add link restriction audit reporting

[PATCH 2/2] fs/dcache: allow __d_obtain_alias() to return unhashed dentries
 2012-07-01 23:15 UTC  (14+ messages)
    ` [PATCH] "

a question about clone_mnt in namespace.c
 2012-07-01  2:03 UTC  (3+ messages)

[PATCH 2/2] make both atomic_write_lock and BTM lock acquirement sleepable at tty_write_message()
 2012-06-30 13:35 UTC  (3+ messages)

[PATCH 1/2] Add a new helper for sleepable BTM acquirements which is used by tty_write_message()
 2012-06-30 12:35 UTC  (2+ messages)

Late Mr. Eric Morgan $21.5M
 2012-06-30  3:51 UTC 

[PATCH] epoll: Improved support for multi-threaded clients
 2012-06-29 21:43 UTC  (5+ messages)

[PATCH v3 00/17] vfs: add the ability to retry on ESTALE to several syscalls
 2012-06-29 18:58 UTC  (18+ messages)
` [PATCH v3 01/17] vfs: add a retry_estale helper function to handle retries on ESTALE
  ` [PATCH v3 02/17] vfs: add a kern_path_at function
  ` [PATCH v3 05/17] vfs: remove user_path_at_empty
  ` [PATCH v3 13/17] vfs: make do_unlinkat retry on ESTALE errors
` [PATCH v3 03/17] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v3 04/17] vfs: fix readlinkat to retry on ESTALE
` [PATCH v3 06/17] vfs: turn "empty" arg in getname_flags into a bool
` [PATCH v3 07/17] vfs: add new "reval" argument to kern_path_create
` [PATCH v3 08/17] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v3 09/17] vfs: fix mkdir "
` [PATCH v3 10/17] vfs: fix symlinkat "
` [PATCH v3 11/17] vfs: fix linkat "
` [PATCH v3 12/17] vfs: make rmdir "
` [PATCH v3 14/17] vfs: fix renameat to "
` [PATCH v3 15/17] vfs: remove user_path_parent
` [PATCH v3 16/17] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v3 17/17] vfs: have faccessat "

[PATCH 1/8] Revert "ext4: remove no longer used functions in inode.c"
 2012-06-29 10:56 UTC  (8+ messages)
` [PATCH 2/8] Revert "ext4: fix fsx truncate failure"
` [PATCH 3/8] shmem: pass LLONG_MAX to shmem_truncate_range
` [PATCH 4/8] xfs: pass LLONG_MAX to truncate_inode_pages_range
` [PATCH 5/8] mm: "
` [PATCH 6/8] mm: teach truncate_inode_pages_range() to hadnle non page aligned ranges
` [PATCH 7/8] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH 8/8] ext4: remove unused discard_partial_page_buffers

[rfc 0/7] [rfc] procfs, fdinfo seqfile providers
 2012-06-29 10:30 UTC  (9+ messages)
` [rfc 1/7] procfs: Move /proc/pid/fd[info] handling code to fd.[ch]
` [rfc 2/7] procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file
` [rfc 3/7] procfs: Add ability to plugin auxiliary fdinfo providers
` [rfc 4/7] fs, eventfd: Add procfs fdinfo helper
` [rfc 5/7] fs, epoll: "
` [rfc 6/7] fs, exportfs: Add export_encode_inode_fh helper
` [rfc 7/7] fs, notify: Add procfs fdinfo helper

Crash when IO is being submitted and block size is changed
 2012-06-29  6:25 UTC  (5+ messages)

[PATCH 1/3] Use path_put instead of combination of two functions
 2012-06-29  3:29 UTC  (3+ messages)
` [PATCH 2/3] Check node type at the beginning of mknodat
` [PATCH 3/3] fs/namei: fix some typos

[PULL REQUEST] UDF fixes for 3.5
 2012-06-28 17:34 UTC 

I want to fill ur life with new emotions. Interested?
 2012-06-28 10:39 UTC 

[PATCH 0/5] RFC: introduce extended inode owner identifier v9
 2012-06-28 10:16 UTC  (4+ messages)
` [PATCH 3/5] ext4: Implement project ID support for ext4 filesystem

[PATCH 1/5 v2] vfs: Avoid creation of directory loops for corrupted filesystems
 2012-06-28  8:30 UTC  (2+ messages)

[PATCH] Allow cross subvolume reflinks (2nd attempt)
 2012-06-27 17:21 UTC  (2+ messages)

[PATCH] VFS: Go through the LRU list of inode from head
 2012-06-27 16:08 UTC  (4+ messages)

[PATCH] exofs: stop using s_dirt
 2012-06-27 15:49 UTC  (3+ messages)

[PATCH 0/1] locks: prevent side-effects of locks_release_private before file_lock is initialized
 2012-06-27  1:50 UTC  (9+ messages)
` [PATCH 1/1] "
` [PATCH v2 "

Freeze with cryptsetup->mdadm->lvm2->xfs(->nfs) get_active_stripe?
 2012-06-26 21:59 UTC 

[PATCH] fifo: Do not restart open() if it already found a partner
 2012-06-26 21:58 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v4 0/9] audit: overhaul audit_names handling to allow for retrying on path-based syscalls
 2012-06-26 16:35 UTC  (10+ messages)
` [PATCH v4 1/9] audit: remove unnecessary NULL ptr checks from do_path_lookup
` [PATCH v4 2/9] audit: pass in dentry to audit_copy_inode wherever possible
` [PATCH v4 3/9] audit: reverse arguments to audit_inode_child
` [PATCH v4 4/9] audit: add a new "type" field to audit_names struct
` [PATCH v4 5/9] audit: set the name_len in audit_inode for parent lookups
` [PATCH v4 6/9] audit: remove dirlen argument to audit_compare_dname_path
` [PATCH v4 7/9] audit: make audit_compare_dname_path use parent_len helper
` [PATCH v4 8/9] audit: optimize audit_compare_dname_path
` [PATCH v4 9/9] audit: overhaul __audit_inode_child to accomodate retrying

UBIFS: unlink failure
 2012-06-26 14:28 UTC  (3+ messages)

Confidential Business Proposal
 2012-06-26 10:57 UTC 

[PATCH] warn about unsafe suid_dumpable / core_pattern combo
 2012-06-25 23:02 UTC 

[PATCH v5] fs: make dumpable=2 require fully qualified path
 2012-06-25 22:28 UTC  (4+ messages)

NULL dereference in logfs_get_wblocks()
 2012-06-25 13:40 UTC 

[PATCH] vfs, doc: Remove reference to nonexistent FIEMAP_EXTENT_NO_BYPASS
 2012-06-24 14:32 UTC 

[PATCH] vfs: Release semaphore before returning in lock_mount()
 2012-06-24  9:37 UTC  (2+ messages)

vfs/for-next: NULL pointer dereference in sysfs_dentry_delete()
 2012-06-24  9:20 UTC  (2+ messages)

[PATCH v4] fs: make dumpable=2 only write to a pipe
 2012-06-24  6:46 UTC  (3+ messages)

I am smiling when I think of you. Please read the letter
 2012-06-24  3:04 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 NNTP newsgroup(s).