linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-01 20:46:20 to 2011-10-10 23:17:16 UTC [more...]

[PATCH 0/6] udf: Message printing cleanup (v2)
 2011-10-10 23:17 UTC  (11+ messages)
` [PATCH 1/6] udf: Promote some debugging messages to udf_error
` [PATCH 2/6] udf: Rename udf_error to udf_err
` [PATCH 3/6] udf: Rename udf_warning to udf_warn
` [PATCH 4/6] udf: Convert printks to pr_<level>
` [PATCH 5/6] udf: Neaten logging output, use vsprintf extension %pV
` [PATCH 6/6] udf: Neaten udf_debug uses

breaking leases on metadata changes
 2011-10-10 21:59 UTC  (3+ messages)
` [PATCH 2/6] leases: fix write-open/read-lease race

[Ext4 Secure Delete 0/7 v4] Ext4 secure delete
 2011-10-10 20:00 UTC  (29+ messages)
` [Ext4 Secure Delete 1/7v4] ext4: Secure Delete: Add new EXT4_SECRM_RANDOM_FL flag
` [Ext4 Secure Delete 2/7v4] ext4: Secure Delete: Add ext4_ind_hole_lookup function
` [Ext4 Secure Delete 3/7v4] ext4: Secure Delete: Add secure delete functions
` [Ext4 Secure Delete 4/7v4] ext4: Secure Delete: Secure delete file data
` [Ext4 Secure Delete 5/7v4] ext4: Secure Delete: Secure delete directory entry
` [Ext4 Secure Delete 6/7v4] ext4: Secure Delete: Secure delete meta data blocks
` [Ext4 Secure Delete 7/7v4] ext4/jbd2: Secure Delete: Secure delete journal blocks

[PATCH] d_prune dentry_operation
 2011-10-10 16:21 UTC  (9+ messages)
` [PATCH] vfs: add d_prune dentry operation

[PATCH 00/11] IO-less dirty throttling v12
 2011-10-10 14:28 UTC  (22+ messages)
` [PATCH 01/11] writeback: account per-bdi accumulated dirtied pages
` [PATCH 02/11] writeback: dirty position control
` [PATCH 03/11] writeback: add bg_threshold parameter to __bdi_update_bandwidth()
` [PATCH 04/11] writeback: dirty rate control
` [PATCH 05/11] writeback: stabilize bdi->dirty_ratelimit
` [PATCH 06/11] writeback: per task dirty rate limit
` [PATCH 07/11] writeback: IO-less balance_dirty_pages()
` [PATCH 08/11] writeback: limit max dirty pause time
` [PATCH 09/11] writeback: control "
` [PATCH 10/11] writeback: dirty position control - bdi reserve area
` [PATCH 11/11] writeback: per-bdi background threshold
    ` [RFC][PATCH 1/2] nfs: writeback pages wait queue
      ` [RFC][PATCH 2/2] nfs: scale writeback threshold proportional to dirty threshold

[GIT] Bcache version 12
 2011-10-10 12:35 UTC  (8+ messages)

[PATCH 1/2] writeback: Improve busyloop prevention
 2011-10-10 11:31 UTC  (18+ messages)
` [PATCH 2/2] writeback: Replace some redirty_tail() calls with requeue_io()

[PATCH] snapshot, defragment and raid test cases for btrfs
 2011-10-10 11:21 UTC  (6+ messages)
` [PATCH 3/3] Added test case 259 for the btrfs raid features
    ` [PATCH] Changes to received review comments

NFS performance
 2011-10-09  7:25 UTC 

[PATCH v2 00/28] ext4: Add metadata checksumming
 2011-10-08  7:56 UTC  (29+ messages)
` [PATCH 01/28] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode
` [PATCH 02/28] ext4: ext4_rename should dirty dir_bh with the correct directory
` [PATCH 03/28] ext4: ext4_mkdir should dirty dir_block with the parent inode
` [PATCH 04/28] ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint
` [PATCH 05/28] ext4: Fix endian problem in MMP initialization
` [PATCH 06/28] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 07/28] ext4: Create a rocompat flag for extended metadata checksumming
` [PATCH 08/28] ext4: Record the checksum algorithm in use in the superblock
` [PATCH 09/28] ext4: Only call out to crc32c if necessary
` [PATCH 10/28] ext4: Calculate and verify superblock checksum
` [PATCH 11/28] ext4: Calculate and verify inode checksums
` [PATCH 12/28] ext4: Use i_generation in inode-related metadata checksums
` [PATCH 13/28] ext4: Create bitmap checksum helper functions
` [PATCH 14/28] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 15/28] ext4: Calculate and verify block bitmap checksum
` [PATCH 16/28] ext4: Verify and calculate checksums for extent tree blocks
` [PATCH 17/28] ext4: Calculate and verify checksums for htree nodes
` [PATCH 18/28] ext4: Calculate and verify checksums of directory leaf blocks
` [PATCH 19/28] ext4: Calculate and verify checksums of extended attribute blocks
` [PATCH 20/28] ext4: Add new feature to make block group checksums use metadata_csum algorithm
` [PATCH 21/28] ext4: Add checksums to the MMP block
` [PATCH 22/28] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 23/28] jbd2: Grab a reference to the crc32c driver only when necessary
` [PATCH 24/28] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 25/28] jbd2: Checksum revocation blocks
` [PATCH 26/28] jbd2: Checksum descriptor blocks
` [PATCH 27/28] jbd2: Checksum commit blocks
` [PATCH 28/28] jbd2: Checksum data blocks that are stored in the journal

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
 2011-10-08  7:42 UTC  (8+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c
` [PATCH 2/4] crypto: crc32c should use library implementation
` [PATCH 3/4] crc32: Add self-test code for crc32c
` [PATCH 4/4] crc32: Select an algorithm via kconfig
  ` [PATCH v5.1 "

[PATCH 0/6] Cleanup and improve sync (v3)
 2011-10-07 20:40 UTC  (7+ messages)
` [PATCH 1/6] vfs: Move noop_backing_dev_info check from sync into writeback
` [PATCH 2/6] quota: Split dquot_quota_sync() to writeback and cache flushing part
` [PATCH 3/6] quota: Move quota syncing to ->sync_fs method
` [PATCH 4/6] vfs: Reorder operations during sys_sync
` [PATCH 5/6] vfs: Make sys_sync writeout also block device inodes
` [PATCH 6/6] vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes

[RFC][PATCH 0/2] btrfs/vfs: Return same device in stat(2) and /proc/pid/maps
 2011-10-07 18:32 UTC  (5+ messages)
` [RFC][PATCH 1/2] vfs: allow /proc/pid/maps to return a custom device

[PATCH 1/2 v2] writeback: Add a 'reason' to wb_writeback_work
 2011-10-07 18:07 UTC  (4+ messages)

[PATCH] VFS: Add "device" tag to /proc/self/mountstats
 2011-10-07 17:41 UTC 

Mail Box Quota Exceeded
 2011-10-07 16:00 UTC 

Ext4 data structures integrity
 2011-10-07 15:22 UTC  (10+ messages)

deadlock balance_dirty_pages() to be expected?
 2011-10-07 14:38 UTC  (6+ messages)

Re: Re: BUG in kernel: Wrong Handling of USB HDD’s in scsiglue(slave_configure) and scsi/sd(sd_read_cache_type)
 2011-10-07 14:09 UTC  (10+ messages)
        ` Re: Re: Re: BUG in kernel: Wrong Handling of USB HDD’s in scsiglue(slave_configure) and scsi/sd(sd_read_cache_ =?windows-1252?Q?type=29

UDF alternate anchor block detection
 2011-10-06 23:08 UTC  (2+ messages)

[PATCH 0/5 v2] Improve sync(2) handling
 2011-10-06 22:20 UTC  (3+ messages)

[PATCH 1/2] xfstest: fsstress should kill children tasks before exit
 2011-10-06 19:52 UTC  (8+ messages)
` [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET,GET}FLAGS operations

EXT4-fs (dm-1): Couldn't remount RDWR because of unprocessed orphan inode list
 2011-10-06 10:12 UTC 

new location for writeback-for-next
 2011-10-05 23:01 UTC  (2+ messages)

[RFCv4 PATCH 0/6]: add poll_requested_events() function
 2011-10-05 21:01 UTC  (5+ messages)
` [RFCv4 PATCH 2/6] ivtv: only start streaming in poll() if polling for input

[PATCH v6] fat: Batched discard support for fat
 2011-10-05 14:38 UTC  (21+ messages)

[PATCH v4] crc32c: Implement CRC32c with slicing-by-8 algorithm
 2011-10-04 23:54 UTC  (8+ messages)

UDF: alternate anchor block detection
 2011-10-04 14:51 UTC  (2+ messages)

Re: Re: BUG in kernel: Wrong Handling of USB HDD’s in scsiglue(slave_configure) and scsi/sd(sd_read_cache_type)
 2011-10-03 19:53 UTC  (5+ messages)
    `  "
      `  "

[patch 0/5] per-zone dirty limits v3
 2011-10-03 11:25 UTC  (5+ messages)
` [patch 1/5] mm: exclude reserved pages from dirtyable memory
` [patch 5/5] Btrfs: pass __GFP_WRITE for buffered write page allocations

[PATCH 1/6] RFC: introduce extended inode owner identifier v8
 2011-10-02 19:44 UTC  (6+ messages)
` [PATCH 2/6] Add additional owner identifier
` [PATCH 3/6] Implement project id support for generic quota
` [PATCH 4/6] ext4: get rid of didicated MOUNT_QUOTA option
` [PATCH 5/6] ext4: Implement project ID support for ext4 filesystem
` [PATCH 6/6] ext4: add project quota support

Improve lseek scalability v3
 2011-10-02  5:28 UTC  (5+ messages)
  ` [PATCH 1/2] LSEEK: BTRFS: Avoid i_mutex for SEEK_{CUR,SET,END}
  ` [PATCH 2/2] btrfs: Don't have multiple paths to error out in btrfs_file_llseek


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).