linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-11 04:31:40 to 2012-02-21 04:24:04 UTC [more...]

[PATCH] Mark thread stack correctly in proc/<pid>/maps
 2012-02-21  4:24 UTC  (12+ messages)
  ` [RESEND][PATCH] "

[PATCH 00/11] Push file_update_time() into .page_mkwrite
 2012-02-20 22:57 UTC  (25+ messages)
` [PATCH 01/11] perf: Push file_update_time() into perf_mmap_fault()
` [PATCH 02/11] fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()
` [PATCH 03/11] fs: Push file_update_time() into __block_page_mkwrite()
` [PATCH 04/11] ceph: Push file_update_time() into ceph_page_mkwrite()
` [PATCH 05/11] cifs: Push file_update_time() into cifs_page_mkwrite()
` [PATCH 06/11] 9p: Push file_update_time() into v9fs_vm_page_mkwrite()
` [PATCH 07/11] fuse: Push file_update_time() into fuse_page_mkwrite()
` [PATCH 08/11] gfs2: Push file_update_time() into gfs2_page_mkwrite()
` [PATCH 09/11] sysfs: Push file_update_time() into bin_page_mkwrite()
` [PATCH 10/11] nfs: Push file_update_time() into nfs_vm_page_mkwrite()
` [PATCH 11/11] mm: Update file times from fault path only if .page_mkwrite is not set

[PATCH] udf: Fix deadlock in udf_release_file()
 2012-02-20 22:22 UTC  (3+ messages)

[patch] Adding Secure Deletion to UBIFS
 2012-02-20 20:15 UTC  (3+ messages)
` [patch] Move CRC computation to separate function

[PATCH] vfs: Fix missed wakeup in I_NEW handling
 2012-02-20 17:37 UTC 

udf deadlock (was Re: hugetlbfs lockdep spew revisited.)
 2012-02-20 16:01 UTC  (2+ messages)

[PATCH] locks: new procfs lockinfo
 2012-02-20 11:30 UTC 

[PATCH] fs: hardlink creation restrictions
 2012-02-20  8:22 UTC  (6+ messages)

[PATCH V4 00/22] ext4: Add inline data support
 2012-02-20  7:01 UTC  (23+ messages)
` [PATCH V4 01/22] ext4: Move extra inode read to a new function
  ` [PATCH V4 02/22] ext4: export inline xattr functions
  ` [PATCH V4 03/22] ext4: Add the basic function for inline data support
  ` [PATCH V4 04/22] ext4: Add read support for inline data
  ` [PATCH V4 05/22] ext4: Add normal write "
  ` [PATCH V4 06/22] ext4: Add journalled "
  ` [PATCH V4 07/22] ext4: Add delalloc "
  ` [PATCH V4 08/22] ext4: Create a new function ext4_init_new_dir
  ` [PATCH V4 09/22] ext4: Refactor __ext4_check_dir_entry to accepts start and size
  ` [PATCH V4 10/22] ext4: Create __ext4_insert_dentry for dir entry insertion
  ` [PATCH V4 11/22] ext4: let add_dir_entry handle inline data properly
  ` [PATCH V4 12/22] ext4: Let ext4_readdir handle inline data
  ` [PATCH V4 13/22] ext4: Create a new function search_dir
  ` [PATCH V4 14/22] ext4: let ext4_find_entry handle inline data
  ` [PATCH V4 15/22] ext4: make ext4_delete_entry generic
  ` [PATCH V4 16/22] ext4: let ext4_delete_entry handle inline data
  ` [PATCH V4 17/22] ext4: let empty_dir handle inline dir
  ` [PATCH V4 18/22] ext4: let ext4_rename "
  ` [PATCH V4 19/22] ext4: Let fiemap work with inline data
  ` [PATCH V4 20/22] ext4: Evict inline data out if we needs to strore xattr in inode
  ` [PATCH V4 21/22] ext4: let ext4_truncate handle inline data correctly
  ` [PATCH V4 22/22] ext4: Enable ext4 inline support

[PATCH 2/2] fs/dcache: allow __d_obtain_alias() to return unhashed dentries
 2012-02-20  2:55 UTC  (18+ messages)
    ` [PATCH] "

Здаров, мой зайчик...!)
 2012-02-20  2:08 UTC 

problem compiling syslinux-4.05 with kernel 3.3-rc4
 2012-02-19 23:11 UTC 

[PATCH v2012.2] fs: symlink restrictions on sticky directories
 2012-02-19 12:31 UTC  (6+ messages)

[RFC][PATCH] PM / Sleep: Freeze filesystems during system suspend/hibernation
 2012-02-17 20:59 UTC  (4+ messages)

[PATCH]QNX6 filesystem (RO) driver
 2012-02-17 21:38 UTC  (20+ messages)

(unknown)
 2012-02-17 20:28 UTC 

[PATCH v4] fuse: O_DIRECT support for files
 2012-02-17 17:59 UTC  (4+ messages)

[PATCH v5] fuse: O_DIRECT support for files
 2012-02-17 17:46 UTC 

[PATCH 1/1] overlayfs: apply device cgroup and security permissions to overlay files
 2012-02-17 15:10 UTC 

Kernel bug with btrfs on laptop with external hd and suspend and resume
 2012-02-17 13:34 UTC  (4+ messages)

[PATCH] locks: export device name
 2012-02-16 22:59 UTC  (8+ messages)

[RFC] [PATCH v5 0/3] fadvise: support POSIX_FADV_NOREUSE
 2012-02-16 19:07 UTC  (24+ messages)
` [PATCH v5 1/3] kinterval: routines to manipulate generic intervals
` [PATCH v5 2/3] mm: filemap: introduce mark_page_usedonce
` [PATCH v5 3/3] fadvise: implement POSIX_FADV_NOREUSE

[PATCH 0/3] Eliminating __FD_*() functions from the kernel
 2012-02-16 17:50 UTC  (4+ messages)
  ` [PATCH 1/3] Wrap accesses to the fd_sets in struct fdtable
  ` [PATCH 2/3] Replace the fd_sets in struct fdtable with an array of unsigned longs
  ` [PATCH 3/3] Delete the __FD_*() funcs for operating on fd_set from linux/time.h

[PATCH] qnx4fs: small cleanup
 2012-02-16 17:46 UTC  (6+ messages)
  ` [PATCH] qnx4fs: small cleanup #2

execve(2) bug with FIFOs
 2012-02-16 17:12 UTC 

[RFC PATCH v2] compat: poll() in 32-bit applications does not handle negative timeout values properly on 64-bit kernels
 2012-02-16 16:22 UTC  (3+ messages)

[PATCH] udf: Fix handling of i_blocks
 2012-02-16 12:04 UTC 

Re:
 2012-02-15 21:17 UTC 

[PATCH] dcache: faster dentry_cmp()
 2012-02-15 20:20 UTC  (9+ messages)

(unknown),
 2012-02-15 17:47 UTC 

[PATCH] vfs: fix out-of-date dentry_unhash() comment
 2012-02-15 16:48 UTC 

[LST/MM TOPIC] really non-blocking in aio stack
 2012-02-15  6:13 UTC  (3+ messages)

[PATCH v7 4/8] seccomp: Add SECCOMP_RET_TRAP
 2012-02-15  0:49 UTC  (3+ messages)

Hi Dear
 2012-02-14 10:30 UTC 

[PATCH] quota: Make quota code not call tty layer with dqptr_sem held
 2012-02-14 12:49 UTC 

[PATCH v2.3 00/23] ext4: Add metadata checksumming
 2012-02-13 22:28 UTC  (3+ messages)
` [PATCH 13/23] ext4: Add new feature to make block group checksums use metadata_csum algorithm

[patch|rfc][0/3] fix aio+dio+O_SYNC writes
 2012-02-13 18:27 UTC  (5+ messages)
` [PATCH 2/3] ext4: honor the O_SYNC flag for aysnchronous direct I/O requests

[PATCH 0/2 v2] Fix deadlock with suspend & quotas
 2012-02-13 14:24 UTC  (4+ messages)
` [PATCH 1/2] vfs: Provide function to get superblock and wait for it to thaw

[PATCH 0/4] Generic O_SYNC AIO DIO handling
 2012-02-13  9:42 UTC  (3+ messages)
` [PATCH 3/4] gfs2: Use generic handlers of O_SYNC AIO DIO
  ` [Cluster-devel] "

[PATCH] eCryptfs: Quota check incorrectly ignored
 2012-02-13  9:25 UTC  (4+ messages)
    `  "

[RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF
 2012-02-12 12:07 UTC  (18+ messages)
` Compat 32-bit syscall entry from 64-bit task!?

Direct i/o changes break all non-GPL file systems
 2012-02-11 16:18 UTC  (7+ messages)

[PATCH 0/9] readahead stats/tracing, backwards prefetching and more (v5)
 2012-02-11  4:31 UTC  (10+ messages)
` [PATCH 1/9] readahead: make context readahead more conservative
` [PATCH 2/9] readahead: record readahead patterns
` [PATCH 3/9] readahead: tag mmap page fault call sites
` [PATCH 4/9] readahead: tag metadata "
` [PATCH 5/9] readahead: add vfs/readahead tracing event
` [PATCH 6/9] readahead: add /debug/readahead/stats
` [PATCH 7/9] readahead: dont do start-of-file readahead after lseek()
` [PATCH 8/9] readahead: snap readahead request to EOF
` [PATCH 9/9] readahead: basic support for backwards prefetching


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