messages from 2012-08-05 11:21:54 to 2012-08-16 13:10:11 UTC [more...]
[PATCH 2/8] exofs: remove lock/unlock super
2012-08-16 13:10 UTC (4+ messages)
[patch 0/8] procfs, fdinfo updated
2012-08-16 12:47 UTC (20+ messages)
` [patch 1/8] procfs: Move /proc/pid/fd[info] handling code to fd.[ch]
` [patch 2/8] procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file
` [patch 3/8] procfs: Add ability to plug in auxiliary fdinfo providers
` [patch 4/8] fs, exportfs: Add export_encode_inode_fh helper
` [patch 5/8] fs, notify: Add procfs fdinfo helper v3
` [patch 6/8] fs, eventfd: Add procfs fdinfo helper
` [patch 7/8] fs, epoll: Add procfs fdinfo helper v2
` [patch 8/8] fdinfo: Show sigmask for signalfd fd v2
[Bug 46031] New: kswapd0 moving to uninterruptible sleep (STAT D)
2012-08-16 12:46 UTC
[PATCH 1/8] vfs: remove lock and unlock functions for super block
2012-08-16 12:26 UTC (2+ messages)
[PATCH 00/13] overlay filesystem: request for inclusion (v14)
2012-08-16 10:42 UTC (29+ messages)
` [PATCH 01/13] vfs: add i_op->open()
` [PATCH 02/13] vfs: export do_splice_direct() to modules
` [PATCH 03/13] vfs: introduce clone_private_mount()
` [PATCH 04/13] overlay filesystem
` [PATCH 05/13] overlayfs: add statfs support
` [PATCH 06/13] overlayfs: implement show_options
` [PATCH 07/13] overlay: overlay filesystem documentation
` [PATCH 08/13] fs: limit filesystem stacking depth
` [PATCH 09/13] overlayfs: fix possible leak in ovl_new_inode
` [PATCH 10/13] overlayfs: create new inode in ovl_link
` [PATCH 11/13] vfs: export __inode_permission() to modules
` [PATCH 12/13] ovl: switch to __inode_permission()
` [PATCH 13/13] overlayfs: copy up i_uid/i_gid from the underlying inode
[PATCH 8/8] ufs: remove lock/unlock super
2012-08-16 10:06 UTC
[PATCH 7/8] sysv: remove lock/unlock super
2012-08-16 10:05 UTC
[PATCH 6/8] hpfs: remove lock/unlock super
2012-08-16 10:04 UTC
[PATCH 5/8] fat: remove lock/unlock super
2012-08-16 10:03 UTC
[PATCH 4/8] ext4: remove lock/unlock super
2012-08-16 10:02 UTC
[PATCH 3/8] ext3: remove lock/unlock super
2012-08-16 10:00 UTC
[PATCH 0/8] remove lock and unlock super
2012-08-16 9:59 UTC
[PATCH] vfs: fix propagation of atomic_open create error on negative dentry
2012-08-16 9:51 UTC (4+ messages)
` [fuse-devel] "
[ANNOUNCE] util-linux v2.22-rc2
2012-08-15 19:33 UTC
[PATCH 0/4] vfs: fix file creation mode bugs
2012-08-15 13:59 UTC (5+ messages)
` [PATCH 1/4] vfs: canonicalize create mode in build_open_flags()
` [PATCH 2/4] vfs: atomic_open(): fix create mode usage
` [PATCH 3/4] vfs: pass right create mode to may_o_create()
` [PATCH 4/4] fuse: check create mode in atomic open
[PATCH RFC] Btrfs: fix deadlock between sys_sync and freeze
2012-08-15 13:12 UTC (6+ messages)
[PATCH] ocfs2: Don't spam on -EDQUOT
2012-08-15 12:18 UTC (2+ messages)
[RFC PATCH] ocfs2: don't depend on DCACHE_DISCONNECTED
2012-08-15 10:22 UTC (4+ messages)
` [Ocfs2-devel] "
[patch 0/8] procfs fdinfo providers updated
2012-08-15 7:40 UTC (24+ messages)
` [patch 1/8] procfs: Move /proc/pid/fd[info] handling code to fd.[ch]
` [patch 2/8] procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file
` [patch 3/8] procfs: Add ability to plug in auxiliary fdinfo providers
` [patch 4/8] fs, eventfd: Add procfs fdinfo helper
` [patch 5/8] fs, epoll: Add procfs fdinfo helper v2
` [patch 6/8] fs, exportfs: Add export_encode_inode_fh helper
` [patch 7/8] fs, notify: Add procfs fdinfo helper v3
` [patch 8/8] fdinfo: Show sigmask for signalfd fd
mq: INFO: possible circular locking dependency detected
2012-08-14 22:29 UTC (8+ messages)
[PATCH] epoll: Improved support for multi-threaded clients
2012-08-14 22:13 UTC (8+ messages)
[PATCH] reiserfs: fix deadlocks with quotas
2012-08-14 17:20 UTC (2+ messages)
[PATCH 1/3] tmpfs: revert SEEK_DATA and SEEK_HOLE
2012-08-14 17:03 UTC (3+ messages)
[PATCH] quota: Move down dqptr_sem read after initializing default warn[] type at __dquot_alloc_space()
2012-08-14 13:26 UTC (2+ messages)
mmotm 2012-08-13-16-55 uploaded
2012-08-14 12:26 UTC (3+ messages)
Fuse trouble
2012-08-13 15:06 UTC
[RFC PATCH 1/2] block: embed bdevname in struct block_device
2012-08-13 10:34 UTC (2+ messages)
` [RFC PATCH 2/2] vfs: replace bdevname(bdev, b) with bdev->bd_name
XFS status update for July 2012
2012-08-13 9:15 UTC
[RESEND][PATCH v2012.5 0/2] fs: add link restrictions
2012-08-12 19:32 UTC (10+ messages)
` [PATCH 1/2] "
` [kernel-hardening] "
fuse: implement i_op->atomic_open() prevents writes to ntfs-3g filesystem
2012-08-12 14:10 UTC
[PATCH 0/4] vfs: fix file creation mode bugs
2012-08-10 21:43 UTC (6+ messages)
` [PATCH 1/4] vfs: canonicalize create mode in build_open_flags()
` [PATCH 2/4] vfs: atomic_open(): fix create mode usage
` [PATCH 3/4] vfs: pass right create mode to may_o_create()
` [PATCH 4/4] fuse: check create mode in atomic open
[PATCHv4 1/3] fs: Move core dump functionality into its own file
2012-08-10 16:17 UTC (10+ messages)
` [PATCHv4 2/3] fs: Make core dump functionality optional
` [PATCHv4 3/3] fs: Update coredump-related headers
[PATCH] overlayfs: copy up i_uid/i_gid from the underlying inode
2012-08-10 16:09 UTC (2+ messages)
[PATCH 0/8] Set bi_rw when alloc bio before call bio_add_page
2012-08-10 15:29 UTC (6+ messages)
` "
[RFC PATCH] fs/direct-io.c: Add REQ_NOIDLE for last bio
2012-08-10 12:37 UTC
[PATCH] ubifs: remove __DATE__ and __TIME__
2012-08-09 17:43 UTC
[PATCH] reiserfs: fix deadlock with nfs racing on create/lookup
2012-08-09 16:38 UTC
[PATCH 0/2] [RESEND] Remove plugging at buffered write time
2012-08-09 13:23 UTC (2+ messages)
[PATCH] bio: Fix potential memory leak in bio_find_or_create_slab()
2012-08-09 13:19 UTC (3+ messages)
[PATCH v5 00/19] vfs: add the ability to retry on ESTALE to several syscalls
2012-08-09 12:18 UTC (22+ messages)
` [PATCH v5 01/19] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v5 02/19] vfs: add a kern_path_at function
` [PATCH v5 03/19] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v5 04/19] vfs: fix readlinkat to retry on ESTALE
` [PATCH v5 05/19] vfs: remove user_path_at_empty
` [PATCH v5 07/19] vfs: add new "reval" argument to kern_path_create
` [PATCH v5 06/19] vfs: turn "empty" arg in getname_flags into a bool
` [PATCH v5 08/19] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v5 09/19] vfs: fix mkdir "
` [PATCH v5 10/19] vfs: fix symlinkat "
` [PATCH v5 11/19] vfs: fix linkat "
` [PATCH v5 12/19] vfs: make rmdir "
` [PATCH v5 13/19] vfs: make do_unlinkat "
` [PATCH v5 14/19] vfs: fix renameat to "
` [PATCH v5 15/19] vfs: remove user_path_parent
` [PATCH v5 16/19] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v5 17/19] vfs: have faccessat "
` [PATCH v5 18/19] vfs: have chdir retry lookup and call once on "
` [PATCH v5 19/19] vfs: make chroot retry "
[PATCH 0/8 v2] fsfreeze: miscellaneous fixes and cleanups
2012-08-09 9:00 UTC (7+ messages)
` [PATCH 2/8] fsfreeze: emergency thaw will deadlock on s_umount
` [PATCH 3/8] fsfreeze: freeze_super and thaw_bdev don't play well together
[overlayfs/bug] LXC ephemeral containers have "/rootfs" prefix in /proc/self/maps entries
2012-08-08 16:32 UTC (2+ messages)
[PATCH -v2 0/6] fuse: make maximum read/write request size tunable
2012-08-08 14:43 UTC (5+ messages)
` [PATCH -v2 2/6] fuse: make the "
` [PATCH -v2 4/6] fuse: add a sysfs parameter to control the maximum request size
[PATCH 0/10] fuse: An attempt to implement a write-back cache policy
2012-08-07 17:30 UTC (7+ messages)
` [PATCH 10/10] mm: Account for WRITEBACK_TEMP in balance_dirty_pages
[GIT PULL] fuse updates for 3.6
2012-08-07 9:38 UTC
off-spec-ness of HFS+ image from apple, hfsplus 2nd volume header, and mount options
2012-08-05 19:06 UTC (4+ messages)
[PATCH] fs/jfs: TRIM support for JFS Filesystem
2012-08-06 16:59 UTC (6+ messages)
` [Jfs-discussion] "
Oops in loop_clr_fd => bd_set_size
2012-08-06 2:02 UTC
[PATCH] autofs4 - fix get_next_positive_subdir()
2012-08-06 1:37 UTC
[PATCH 1/2] Moved core dump functionality into its own file
2012-08-05 18:39 UTC (5+ messages)
` [PATCHv3 1/4] fs: Move "
` [PATCHv3 2/4] fs: Make core dump functionality optional
` [PATCHv3 4/4] fs: Update coredump-related headers
` [NAK] Re: [PATCHv3 1/4] fs: Move core dump functionality into its own file
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).