linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-06 22:19:28 to 2014-10-12 17:00:52 UTC [more...]

[PATCH] vfs: Deduplicate code shared by xattr system calls operating on paths
 2014-10-12 16:59 UTC 

[PATCH v5 1/5] fat: add i_disksize to represent uninitialized size
 2014-10-12 12:50 UTC  (2+ messages)

Intentionally corrupted vfat fs causing BUG
 2014-10-12 12:08 UTC  (3+ messages)

how does one figure out I/O bottlenecks between 2 version of the kernel?
 2014-10-12 11:30 UTC 

fs/namei.c: Misuse of sequence counts?
 2014-10-12  5:08 UTC  (9+ messages)

hfsplus: invalid memory access in hfsplus_brec_lenoff
 2014-10-12  3:46 UTC  (2+ messages)

[PATCH 1/3] fs: fcntl add set_flags wrapper
 2014-10-11 13:37 UTC  (4+ messages)
` [PATCH 2/3] fs: add fadvise file_operation
` [PATCH 3/3] ecryptfs: add fadvise/set_flags calbacks

[PATCH 0/12 v2] Moving i_dquot out of struct inode
 2014-10-11 13:34 UTC  (19+ messages)
` [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 02/12] gfs2: Set allowed quota types
` [PATCH 03/12] xfs: "
` [PATCH 04/12] fs: Generic infrastructure for optional inode fields
` [PATCH 05/12] quota: Use optional inode field for i_dquot pointers
` [PATCH 06/12] ext2: Convert to private i_dquot field
` [PATCH 07/12] ext3: "
` [PATCH 08/12] ext4: "
` [PATCH 09/12] ocfs2: "
` [PATCH 10/12] reiserfs: "
` [PATCH 11/12] jfs: "
` [PATCH 12/12] vfs: Remove i_dquot field from inode

[PATCH 1/3] f2fs: introduce cp_control structure
 2014-10-11 13:11 UTC  (3+ messages)
` [PATCH 3/3] f2fs: refactor flush_nat_entries to remove costly reorganizing ops

[PATCH 0/1] fsnotify: next_i is freed during
 2014-10-10 17:26 UTC  (2+ messages)
  ` [PATCH 1/1] fsnotify: next_i is freed during fsnotify_unmount_inodes

[PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
 2014-10-10 15:32 UTC  (46+ messages)
` [PATCH 1/2 RESEND] bdi: Fix hung task on sync
` [PATCH] block: free q->flush_rq in blk_init_allocated_queue error paths
` [PATCH] block: improve rq_affinity placement
` [PATCH] block: Make rq_affinity = 1 work as expected
` [PATCH] block: strict rq_affinity
` [PATCH] ext3: Fix deadlock in data=journal mode when fs is frozen
` [PATCH] ext3: Speedup WB_SYNC_ALL pass
` [PATCH] ext4: Avoid lock inversion between i_mmap_mutex and transaction start
` [PATCH 1/2] ext4: Don't check quota format when there are no quota files
` [PATCH 1/2] ext4: Fix block zeroing when punching holes in indirect block files
` [PATCH] ext4: Fix buffer double free in ext4_alloc_branch()
` [PATCH] ext4: Fix jbd2 warning under heavy xattr load
` [PATCH] ext4: Fix zeroing of page during writeback
` [PATCH] ext4: Remove orphan list handling
` [PATCH] ext4: Speedup WB_SYNC_ALL pass
` [PATCH for 3.14-stable] fanotify: fix double free of pending permission events
` [PATCH] fs: Avoid userspace mounting anon_inodefs filesystem
` [PATCH 1/2] jbd2: Avoid pointless scanning of checkpoint lists
` [PATCH] jbd2: Optimize jbd2_log_do_checkpoint() a bit
` [PATCH] lockdep: Dump info via tracing
` [PATCH] mm: Fixup pagecache_isize_extended() definitions for !CONFIG_MMU
` [PATCH] ncpfs: fix rmdir returns Device or resource busy
` [PATCH] ocfs2: Fix quota file corruption
` [PATCH 1/2] printk: Debug patch1
` [PATCH] printk: debug: Slow down printing to 9600 bauds
` [PATCH] printk: enable interrupts before calling console_trylock_for_printk()
` [PATCH] quota: Fix race between dqput() and dquot_scan_active()
` [PATCH] scsi: Keep interrupts disabled while submitting requests
` [PATCH] sync: don't block the flusher thread waiting on IO
` [PATCH] timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
` [PATCH] udf: Avoid infinite loop when processing indirect ICBs
` [PATCH] udf: Print error when inode is loaded
` [PATCH] vfs: Allocate anon_inode_inode in anon_inode_init()
` [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [PATCH RESEND] vfs: Return EINVAL for default SEEK_HOLE, SEEK_DATA implementation
` [PATCH] writeback: plug writeback at a high level
` [PATCH] x86: Fixup lockdep complaint caused by io apic code
` [PATCH 2/2 RESEND] bdi: Avoid oops on device removal
` [PATCH 2/2] ext3: Don't check quota format when there are no quota files
` [PATCH 2/2] ext4: Fix hole punching for files with indirect blocks
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize
` [PATCH 2/2] jbd2: Simplify calling convention around __jbd2_journal_clean_checkpoint_list
` [PATCH 2/2] printk: Debug patch 2

Sorry for patch spam!
 2014-10-10 14:53 UTC 

direct_access, pinning and truncation
 2014-10-10 14:24 UTC  (9+ messages)

[PATCH] ext4: fix race between write and fcntl(F_SETFL)
 2014-10-10 10:09 UTC  (2+ messages)

[GIT PULL] UDF and quota changes for 3.18-rc1
 2014-10-10  8:14 UTC 

[PATCH] fs: Add a missing permission check to do_umount
 2014-10-09 22:36 UTC 

[PATCH v1 0/7] Huge page support for DAX
 2014-10-09 20:47 UTC  (14+ messages)
` [PATCH v1 1/7] thp: vma_adjust_trans_huge(): adjust file-backed VMA too
` [PATCH v1 2/7] mm: Prepare for DAX huge pages
` [PATCH v1 3/7] mm: Add vm_insert_pfn_pmd()
` [PATCH v1 4/7] mm: Add a pmd_fault handler
` [PATCH v1 5/7] dax: Add huge page fault support
` [PATCH v1 6/7] ext2: Huge "
` [PATCH v1 7/7] ext4: "

[RFC v3] Unicode/UTF-8 support for XFS
 2014-10-09 20:38 UTC  (11+ messages)
` [PATCH 05/16] xfs: return the first match during case-insensitive lookup
` [PATCH 09/16] xfs: add a superblock feature bit to indicate UTF-8 support
` [PATCH 13/16] xfs: implement demand load of utf8norm.ko

xfstests and linux nfs testing
 2014-10-09 17:36 UTC  (4+ messages)

[PATCH] [RFC] mnt: add ability to clone mntns starting with the current root
 2014-10-09 10:29 UTC  (33+ messages)

[GIT PULL] please pull file locking changes for v3.18
 2014-10-08 19:47 UTC  (2+ messages)

[PATCH] mnt: Prevent pivot_root from creating a loop in the mount tree
 2014-10-08 17:42 UTC 

[PATCH 0/5] Support for Open-Channel SSDs (was dm-lightnvm)
 2014-10-08 16:13 UTC  (7+ messages)
` [PATCH 1/5] NVMe: Convert to blk-mq
` [PATCH 2/5] block: extend rq_flag_bits
` [PATCH 3/5] lightnvm: Support for Open-Channel SSDs
` [PATCH 4/5] lightnvm: NVMe integration
` [PATCH 5/5] lightnvm: null_blk integration

[PATCH] mnt: don't allow to detach the namespace root
 2014-10-08 10:47 UTC  (11+ messages)
    ` [PATCH] umount: Do not allow unmounting rootfs
              ` [PATCH] mnt: Move the clear of MNT_LOCKED from copy_tree to it's

[PATCH 0/12 RFC] Moving i_dquot out of struct inode
 2014-10-08  8:45 UTC  (9+ messages)
` [PATCH 03/12] xfs: Set allowed quota types
` [PATCH 04/12] fs: Generic infrastructure for optional inode fields

[GIT PULL] f2fs updates for v3.18
 2014-10-08  5:57 UTC 

preadv2/pwritev2 updates
 2014-10-08  2:58 UTC  (2+ messages)

[RFC PATCH 0/7] Non-blockling buffered fs read (page cache only)
 2014-10-08  2:53 UTC  (3+ messages)
` [RFC v3 0/4] vfs: "

[PATCH] NULL pointer dereference in ecryptfs (ecryptfs_setxattr)
 2014-10-07 23:48 UTC  (3+ messages)
  ` [PATCH] eCryptfs: Force RO mount when encrypted view is enabled

[PATCH RFC] introduce ioctl to completely invalidate page cache
 2014-10-07 19:35 UTC  (8+ messages)

[PATCH 1/1] ftruncate: create FAN_MODIFY and IN_MODIFY events
 2014-10-07 19:23 UTC  (4+ messages)

[PATCH 1/1] fallocate: create FAN_MODIFY and IN_MODIFY events
 2014-10-07 18:24 UTC  (5+ messages)

[PATCH v2 00/17] locks: internal lease API overhaul
 2014-10-07 18:02 UTC  (6+ messages)
` [PATCH v2 02/17] security: make security_file_set_fowner, f_setown and __f_setown void return

[PATCH 0/2] renamed freeze/thaw hooks
 2014-10-07  9:26 UTC  (3+ messages)
` [PATCH 1/2] fs: add freeze_super/thaw_super fs hooks


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