linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-08 21:10:36 to 2011-12-18 14:24:32 UTC [more...]

[PATCH V3 00/21] ext4: Add inline data support
 2011-12-18 14:24 UTC  (14+ messages)
` [PATCH V3 01/21] ext4: Move extra inode read to a new function
  ` [PATCH V3 02/21] ext4: export inline xattr functions
  ` [PATCH V3 03/21] ext4: Add the basic function for inline data support
  ` [PATCH V3 04/21] ext4: Add read support for inline data
  ` [PATCH V3 05/21] ext4: Add normal write "
  ` [PATCH V3 06/21] ext4: Add journalled "
  ` [PATCH V3 08/21] ext4: Create a new function ext4_init_new_dir
  ` [PATCH V3 09/21] ext4: Refactor __ext4_check_dir_entry to accepts start and size
  ` [PATCH V3 10/21] ext4: Create __ext4_insert_dentry for dir entry insertion
  ` [PATCH V3 11/21] ext4: let add_dir_entry handle inline data properly
  ` [PATCH V3 13/21] ext4: Create a new function search_dir
  ` [PATCH V3 14/21] ext4: let ext4_find_entry handle inline data
  ` [PATCH V3 15/21] ext4: make ext4_delete_entry generic

[PATCH V3 00/21] ext4: Add inline data support
 2011-12-18 14:18 UTC 

[PATCH 1/1] x86: Add process memory layout to coredump file
 2011-12-18 12:37 UTC  (10+ messages)
      ` Fwd: "

3.2.0-rc5 NULL dereference BUG
 2011-12-18 11:32 UTC  (4+ messages)

[PATCH] fs: Move attribute flags into non __KERNEL__ space
 2011-12-17 18:29 UTC  (6+ messages)

[PATCH 0/4] read-only remount race fix v10
 2011-12-17  7:36 UTC  (3+ messages)
` [PATCH 3/4] vfs: count unlinked inodes

[PATCH v2 0/7] fix s_umount thaw/write and journal deadlock
 2011-12-16 20:48 UTC  (5+ messages)
` [PATCH v2 4/7] VFS: Rename and refactor writeback_inodes_sb_if_idle

[PATCH 1/1] do_truncate needs to increment iversion
 2011-12-16 18:40 UTC  (3+ messages)

[PATCH 0/2] ptrace: add ability to attach a file descriptor to another process
 2011-12-16 16:05 UTC  (4+ messages)
` [PATCH 1/2] fs: add ability to attach and to allocate fd for non current tasks
` [PATCH 2/2] ptrace: add ability to attach a file descriptor to another task

maybe a bug in writeback?
 2011-12-16 11:58 UTC 

copy offload support in Linux - new system call needed?
 2011-12-16  8:00 UTC  (24+ messages)

XFS/btrfs performance after IO-less dirty throttling
 2011-12-16  5:27 UTC  (7+ messages)

[PATCH 3.2-rc5] fs: Mark d_clear_need_lookup() static
 2011-12-16  5:26 UTC 

[PATCH 3.2-rc5] fs: Remove unused d_path_with_unreachable()
 2011-12-16  5:05 UTC 

[PATCH 3.2-rc5] fs: Mark some functions static
 2011-12-16  4:37 UTC 

[PATCH v2] writeback: show writeback reason with __print_symbolic
 2011-12-16  3:20 UTC 

ext4 data=writeback performs worse than data=ordered now
 2011-12-16  1:47 UTC  (15+ messages)

[PATCH] audit: fix mark refcounting
 2011-12-15 22:55 UTC  (13+ messages)
` [PATCH resend] "

WARNING: at drivers/block/floppy.c:2929 do_fd_request+0xb7/0xb9()
 2011-12-15 18:44 UTC  (2+ messages)

[BUG] ext4: cannot unfreeze a filesystem due to a deadlock
 2011-12-15 12:41 UTC  (3+ messages)

[PATCH] NFS/INOTIFY: inotify user when deleting files on nfs
 2011-12-15 10:42 UTC  (2+ messages)

[PATCH 0/9] readahead stats/tracing, backwards prefetching and more (v2)
 2011-12-15  9:49 UTC  (8+ messages)
` [PATCH 3/9] readahead: record readahead patterns
    ` [PATCH] proc: show readahead state in fdinfo
` [PATCH 6/9] readahead: add /debug/readahead/stats

[PATCH v2011.2] fs: symlink restrictions on sticky directories
 2011-12-15  7:06 UTC  (4+ messages)
` [PATCH v2011.3] "

[PATCH] writeback: show writeback reason with __print_symbolic
 2011-12-15  5:24 UTC  (7+ messages)
` [RFC][PATCH] writeback: Unduplicate writeback reason

FW: Symbolic link with absolute target path in UDF - not working properly?
 2011-12-14 17:34 UTC  (12+ messages)

[git pull] fuse fixes for 3.2
 2011-12-14 14:56 UTC 

Did you instruct Mrs. Jenny Maria Moore?
 2011-12-14 20:03 UTC 

[git pull] assorted fs fixes
 2011-12-14  7:06 UTC 

[PATCH] readahead: make context readahead more conservative
 2011-12-14  6:41 UTC 

[PATCH] update 068 to reproduce an unfreeze hanging up problem
 2011-12-14  2:22 UTC  (3+ messages)

[PATCH v2.2 00/23] ext4: Add metadata checksumming
 2011-12-14  1:31 UTC  (17+ messages)
` [PATCH 01/23] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 03/23] ext4: Record the checksum algorithm in use in the superblock
` [PATCH 04/23] ext4: Only call out to crc32c if necessary
` [PATCH 13/23] ext4: Add new feature to make block group checksums use metadata_csum algorithm
` [PATCH 14/23] ext4: Add checksums to the MMP block
` [PATCH 15/23] jbd2: Change disk layout for metadata checksumming
` [PATCH 16/23] jbd2: Enable journal clients to enable v2 checksumming
` [PATCH 17/23] jbd2: Grab a reference to the crc32c driver only when necessary
` [PATCH 18/23] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 19/23] jbd2: Checksum revocation blocks
` [PATCH 20/23] jbd2: Checksum descriptor blocks
` [PATCH 21/23] jbd2: Checksum commit blocks
` [PATCH 22/23] jbd2: Checksum data blocks that are stored in the journal
` [PATCH 23/23] ext4/jbd2: Add metadata checksumming to the list of supported features

[PATCH v5.2 00/14] crc32c: Add faster algorithm and self-test code
 2011-12-13 18:36 UTC  (9+ messages)
` [PATCH 14/14] crc32: Select an algorithm via kconfig

[PATCH 0/8] Cleanup and improve sync (v4)
 2011-12-13 16:44 UTC  (2+ messages)

Confirmation from Libyan embassy
 2011-12-13 15:46 UTC 

[GIT PULL] writeback fixes for 3.2-rc6
 2011-12-13 11:33 UTC 

writeback fixes for 3.2-rc5
 2011-12-13 11:24 UTC  (4+ messages)

[PATCH 1/3] writeback: max, min and target dirty pause time
 2011-12-13  2:19 UTC  (3+ messages)
` [PATCH 2/3] writeback: avoid tiny dirty poll intervals
  ` [PATCH 3/3] writeback: do strict bdi dirty_exceeded

[PATCH] vfs: Correctly set the dir i_mutex lockdep class
 2011-12-12 16:02 UTC  (2+ messages)
` [PATCH][RESEND] "

[PATCH] udf: Fix deadlock when converting file from in-ICB one to normal one
 2011-12-12 14:22 UTC  (3+ messages)

XFS status update for November 2011
 2011-12-12 14:56 UTC  (3+ messages)

Xmas Lening Aanbieding
 2011-12-12 13:11 UTC 

[RFC][PATCH] lockdep: annotate proc and other filesystems
 2011-12-12 12:33 UTC 

[PATCH] xfstests: 277 new test to check freeze/unfreeze works well or not under heavy load
 2011-12-12  9:31 UTC  (3+ messages)

[PATCH] wake up s_wait_unfrozen when ->freeze_fs fails
 2011-12-12  0:42 UTC  (3+ messages)

[PATCH] fanotify: to differ file access event from different threads
 2011-12-10 16:25 UTC  (2+ messages)

Product Order
 2011-12-09 12:46 UTC 

Payment Update
 2011-12-09 14:49 UTC 

[PATCH 0/5 resend] fix s_umount thaw/write and journal deadlock
 2011-12-09 11:47 UTC  (5+ messages)
` [PATCH 3/5 resend] VFS: Fix s_umount thaw/write deadlock

[RFC][patch series] vfsmount gutting
 2011-12-09  4:53 UTC  (3+ messages)

Add simple way to add statistic counters to debugfs
 2011-12-09  3:00 UTC  (5+ messages)
` [PATCH 2/3] DEBUGFS: Add per cpu counters

[PATCH 0/6] fs: fix up error handlers for insert_inode_locked
 2011-12-08 21:54 UTC  (3+ messages)
` [PATCH 4/6] jffs2: fix up error handling "

[PATCH 0/4] 32/64 bit llseek hashes (v4)
 2011-12-08 21:10 UTC  (5+ 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).