linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-05 16:01:01 to 2012-03-09 07:36:02 UTC [more...]

[patch] Adding Secure Deletion to UBIFS
 2012-03-09  7:36 UTC  (8+ messages)
    ` [patch] Add encryption key parameter to compress/decompress functions

[PATCH, RFC] Don't do page stablization if !CONFIG_BLKDEV_INTEGRITY
 2012-03-09  1:08 UTC  (30+ messages)

[PATCH 00/19] Fix filesystem freezing deadlocks
 2012-03-08 23:20 UTC  (21+ messages)
` [PATCH 03/19] fat: Push mnt_want_write() outside of i_mutex
` [PATCH 04/19] btrfs: "
` [PATCH 06/19] fs: Improve filesystem freezing handling
` [PATCH 07/19] fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
` [PATCH 08/19] fs: Skip atime update on frozen filesystem
` [PATCH 09/19] fs: Protect write paths by sb_start_write - sb_end_write
` [PATCH 10/19] ext4: Convert to new freezing mechanism
` [PATCH 11/19] xfs: Convert to new freezing code
` [PATCH 12/19] ocfs2: Convert to new freezing mechanism
` [PATCH 13/19] gfs2: "
  ` [PATCH 05/19] nfsd: Push mnt_want_write() outside of i_mutex
  ` [PATCH 14/19] fuse: Convert to new freezing mechanism
` [PATCH 15/19] ntfs: "
` [PATCH 16/19] nilfs2: "
` [PATCH 17/19] btrfs: "
` [PATCH 18/19] fs: Remove old "
` [PATCH 19/19] fs: Refuse to freeze filesystem with open but unlinked files

[PATCH 00/11 v2] Push file_update_time() into .page_mkwrite
 2012-03-08 23:12 UTC  (2+ messages)

NFSv4: truncate returns I/O error
 2012-03-08 21:27 UTC  (15+ messages)
` [PATCH 0/2] "
  ` [PATCH 1/2] NFS: Properly handle the case where the delegation is revoked
    ` [PATCH 2/2] NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODE

getdents - ext4 vs btrfs performance
 2012-03-08 17:02 UTC  (12+ messages)

[RFC] fadvise: add more flags to provide a hint for block allocation
 2012-03-08 17:01 UTC  (18+ messages)

[ATTEND] [LSF/MM TOPIC] Buffered writes throttling
 2012-03-08  8:08 UTC  (21+ messages)
  ` [Lsf-pc] "

[PATCH RESEND] vfs: Fix missed wakeup in I_NEW handling
 2012-03-08  3:19 UTC  (2+ messages)

[PATCH 00/25] vfs: atomic open RFC
 2012-03-07 21:27 UTC  (27+ messages)
` [PATCH 01/25] vfs: split do_lookup()
` [PATCH 02/25] vfs: reorganize do_last()
` [PATCH 03/25] vfs: split __dentry_open()
` [PATCH 04/25] vfs: add i_op->atomic_open()
` [PATCH 05/25] vfs: add filesystem flags for atomic_open
` [PATCH 06/25] vfs: add i_op->atomic_create()
` [PATCH 07/25] nfs: implement i_op->atomic_open()
` [PATCH 08/25] nfs: clean up ->create in nfs_rpc_ops
` [PATCH 09/25] nfs: remove nfs4 specific create function
` [PATCH 10/25] nfs: don't use nd->intent.open.flags
` [PATCH 11/25] nfs: don't use intents for checking atomic open
` [PATCH 12/25] fuse: implement i_op->atomic_create()
` [PATCH 13/25] cifs: implement i_op->atomic_open() and i_op->atomic_create()
` [PATCH 14/25] ceph: remove unused arg from ceph_lookup_open()
` [PATCH 15/25] ceph: implement i_op->atomic_open() and i_op->atomic_create()
` [PATCH 16/25] 9p: implement i_op->atomic_create()
` [PATCH 17/25] vfs: remove open intents from nameidata
` [PATCH 18/25] vfs: only retry last component if opening stale dentry
` [PATCH 19/25] vfs: remove nameidata argument from vfs_create
` [PATCH 20/25] vfs: move O_DIRECT check to common code
` [PATCH 21/25] gfs2: use i_op->atomic_create()
` [PATCH 22/25] nfs: "
` [PATCH 23/25] vfs: remove nameidata argument from i_op->create()
` [PATCH 24/25] vfs: optionally skip lookup on exclusive create
` [PATCH 25/25] vfs: remove nameidata from lookup

[PATCH v2 00/11] ima: appraisal extension
 2012-03-07 20:44 UTC  (3+ messages)

Improve lseek scalability v3
 2012-03-07 17:16 UTC  (4+ messages)
` [PATCH 1/2] LSEEK: BTRFS: Avoid i_mutex for SEEK_{CUR,SET,END}

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-03-07  9:01 UTC  (8+ messages)
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type

Race inotify_rm_watch vs umount
 2012-03-06 21:09 UTC  (4+ messages)

[PATCH v3 00/23] ext4: Add metadata checksumming
 2012-03-06 20:50 UTC  (24+ messages)
` [PATCH 01/23] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 02/23] ext4: Change on-disk layout to support extended metadata checksumming
` [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 05/23] ext4: Calculate and verify superblock checksum
` [PATCH 06/23] ext4: Calculate and verify inode checksums
` [PATCH 07/23] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 08/23] ext4: Calculate and verify block bitmap checksum
` [PATCH 09/23] ext4: Verify and calculate checksums for extent tree blocks
` [PATCH 10/23] ext4: Calculate and verify checksums for htree nodes
` [PATCH 11/23] ext4: Calculate and verify checksums of directory leaf blocks
` [PATCH 12/23] ext4: Calculate and verify checksums of extended attribute blocks
` [PATCH 13/23] ext4: 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: Checksum journal superblock
` [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 0/9] vfs: path lookup fixes and cleanups
 2012-03-06 17:47 UTC  (15+ messages)
` [PATCH 1/9] vfs: fix double put after complete_walk()
` [PATCH 2/9] vfs: fix return value from do_last()
` [PATCH 3/9] vfs: fix d_need_lookup/d_revalidate order in do_lookup
` [PATCH 4/9] vfs: don't revalidate just looked up dentry
` [PATCH 5/9] vfs: move MAY_EXEC check from __lookup_hash()
` [PATCH 6/9] vfs: set LOOKUP_JUMPED in follow_managed
` [PATCH 7/9] vfs: reorganize do_lookup
` [PATCH 8/9] vfs: split __lookup_hash
` [PATCH 9/9] nfs: don't open in ->d_revalidate

[PATCH 1/1] overlayfs: apply device cgroup and security permissions to overlay files
 2012-03-06 16:37 UTC  (6+ messages)
    ` [PATCH 1/2] inode_only_permission: export inode level permissions checks
      ` [PATCH 2/2] overlayfs: switch to use inode_only_permissions

[PATCH 5 4/4] nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)
 2012-03-06 15:28 UTC  (6+ messages)
` [PATCH 5 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()

Proposal
 2012-03-06  1:38 UTC 

Proposal
 2012-03-06  1:01 UTC 

[BUG] scsi_device.device == NULL in sd_revalidate_disk()
 2012-03-06  0:11 UTC  (3+ messages)

[PATCH] vfs: take i_mutex on renamed file
 2012-03-05 22:43 UTC  (2+ messages)

[PATCH v5] fuse: O_DIRECT support for files
 2012-03-05 16:04 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).