Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-06 08:38:10 to 2015-03-13 21:45:56 UTC [more...]

[PATCH 0/6] CLONE_FD: Task exit notification via file descriptor
 2015-03-13 21:45 UTC  (18+ messages)
` [PATCH 1/6] clone: Support passing tls argument via C rather than pt_regs magic
` [PATCH 3/6] Introduce a new clone4 syscall with more flag bits and extensible arguments
` [PATCH 4/6] signal: Factor out a helper function to process task_struct exit_code
  ` [PATCH 2/6] x86: Opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit
  ` [PATCH 5/6] fs: Make alloc_fd non-private
` [PATCH 6/6] clone4: Introduce new CLONE_FD flag to get task exit notification via fd
` [PATCH] clone4.2: New manpage documenting clone4(2)

[git pull] gadgetfs fixes
 2015-03-13 16:42 UTC 

[PATCH 0/2] avoid prepare_creds in faccessat when possible
 2015-03-13 16:13 UTC  (6+ messages)
` [PATCH 1/2] CAPABILITIES: add cap_isequal helper
` [PATCH 2/2] fs: avoid unnecessary prepare_creds in faccessat

[RFC] ext4: Add pollable sysfs entry for block threshold events
 2015-03-13 15:05 UTC 

[PATCH v4 0/9] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1
 2015-03-13 14:56 UTC  (15+ messages)
` [PATCH v4 1/9] epoll: Extract epoll_wait_do and epoll_pwait_do
` [PATCH v4 2/9] epoll: Specify clockid explicitly
` [PATCH v4 3/9] epoll: Extract ep_ctl_do
` [PATCH v4 4/9] epoll: Add implementation for epoll_ctl_batch
` [PATCH v4 5/9] x86: Hook up epoll_ctl_batch syscall
` [PATCH v4 6/9] epoll: Add implementation for epoll_pwait1
` [PATCH v4 7/9] x86: Hook up epoll_pwait1 syscall
  ` [PATCH v4 8/9] epoll: Add compat version implementation of epoll_pwait1
` [PATCH v4 9/9] x86: Hook up 32 bit compat epoll_pwait1 syscall

[ANNOUNCE] util-linux v2.26.1
 2015-03-13 14:32 UTC 

[PATCH] vfs: avoid recopying filename in getname_flags
 2015-03-13 13:45 UTC  (3+ messages)

[PATCH v3] f2fs: add fast symlink support
 2015-03-13  6:33 UTC 

mmotm 2015-03-12-15-17 uploaded
 2015-03-12 22:58 UTC  (2+ messages)

[PATCH] proc: show locks in /proc/pid/fdinfo/X
 2015-03-12 21:31 UTC  (10+ messages)

[PATCH RFC 0/4] Add support for async socket operations
 2015-03-12 14:00 UTC  (7+ messages)
` [PATCH RFC 1/4] net: socket: add support for async operations
` [PATCH RFC 2/4] aio: prefer aio_op op over iter_op
` [PATCH RFC 3/4] crypto: af_alg - Allow to link sgl
` [PATCH RFC 4/4] crypto: algif - change algif_skcipher to be asynchronous

[PATCH] mm: kill kmemcheck
 2015-03-12 13:47 UTC  (22+ messages)

[PATCH 0/9] Sync and VFS scalability improvements
 2015-03-12 12:24 UTC  (14+ messages)
` [PATCH 1/9] writeback: plug writeback at a high level
` [PATCH 2/9] inode: add IOP_NOTHASHED to avoid inode hash lock in evict
    ` [PATCH] inode: add hlist_fake to avoid the "
    ` [PATCH] inode: add hlist_fake to avoid the inode hash lock in evict V2
` [PATCH 3/9] inode: convert inode_sb_list_lock to per-sb
` [PATCH 4/9] sync: serialise per-superblock sync operations
` [PATCH 5/9] inode: rename i_wb_list to i_io_list
` [PATCH 6/9] bdi: add a new writeback list for sync
` [PATCH 7/9] writeback: periodically trim the writeback list
` [PATCH 8/9] inode: convert per-sb inode list to a list_lru
` [PATCH 9/9] inode: don't softlockup when evicting inodes

[PATCH v2] f2fs: add fast symlink support
 2015-03-12 12:10 UTC  (2+ messages)

[PATCH RFC] f2fs: add fast symlink
 2015-03-12  9:02 UTC  (5+ messages)

[PATCH] f2fs: add fast symlink support
 2015-03-12  6:37 UTC  (2+ messages)

[PATCH] f2fs: add fast symlink support
 2015-03-12  6:36 UTC 

[PATCH] memcg: add per cgroup dirty page accounting
 2015-03-11 19:57 UTC  (6+ messages)

[PATCH 0/2] Removing aio_write from NTFS
 2015-03-11 14:43 UTC  (3+ messages)
` [PATCH 1/2] VFS: Add iov_iter_fault_in_multipages_readable() which is simillar to iov_iter_fault_in_readable() but differs in that it is not limited to faulting in the first iovec and instead faults in "bytes" bytes iterating over the iovecs as necessary
` [PATCH 2/2] NTFS: Version 2.1.32 - Update file write from aio_write to write_iter

possible circular locking dependency detected
 2015-03-11 12:52 UTC 

tmpfs: occasional WARNING at mm/shmem.c:609 shmem_evict_inode()
 2015-03-11 12:06 UTC 

[v9 0/5] ext4: add project quota support
 2015-03-11  7:40 UTC  (8+ messages)
  ` [v9 1/5] vfs: adds general codes to enforces project quota limits
  ` [v9 3/5] ext4: adds project quota support
  ` [v9 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
` [v9 2/5] ext4: adds project ID support
` [v9 5/5] ext4: cleanup inode flag definitions

[PATCH RFC v2 0/6] ext4: yet another project quota
 2015-03-11  7:19 UTC  (12+ messages)
` [PATCH RFC v2 1/6] fs: vfs ioctls for managing project id
` [PATCH RFC v2 2/6] fs: protected "
` [PATCH RFC v2 3/6] quota: generic project quota
` [PATCH RFC v2 4/6] ext4: support project id and "
` [PATCH RFC v2 5/6] ext4: add shortcut for moving files across projects
` [PATCH RFC v2 6/6] ext4: mangle statfs results accourding to project quota usage and limits

[RFC] shmem: Add eventfd notification on utlilization level
 2015-03-11  4:35 UTC  (8+ messages)

locks: don't allocate a lock context for an F_UNLCK request
 2015-03-10 20:13 UTC  (2+ messages)

[PATCH v3 0/2] Use blocked_lock_lock only to protect blocked_hash
 2015-03-10  8:20 UTC  (4+ messages)

[PATCH v3 0/10] split ET_DYN ASLR from mmap ASLR
 2015-03-09 18:06 UTC  (3+ messages)

[PATCH v4 0/10] split ET_DYN ASLR from mmap ASLR
 2015-03-09 17:42 UTC  (5+ messages)
` [PATCH v4 06/10] s390: standardize mmap_rnd() usage
` [PATCH v4 08/10] s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE

[RFC] split struct kiocb
 2015-03-09 15:18 UTC  (4+ messages)
` [PATCH 06/12] gadgetfs: use-after-free in ->aio_read()

[PATCH v2 0/5] split ET_DYN ASLR from mmap ASLR
 2015-03-09 15:15 UTC  (10+ messages)
` [PATCH 1/5] arm: factor out mmap ASLR into mmap_rnd
` [PATCH 2/5] mm: expose arch_mmap_rnd when available
` [PATCH 4/5] mm: split ET_DYN ASLR from mmap ASLR
` [PATCH 5/5] mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE

[PATCH] fs: record task name which froze superblock
 2015-03-09 15:14 UTC  (12+ messages)
            ` [PATCH v3] "

[patch] posix_acl: cleanup posix_acl_create()
 2015-03-09 15:02 UTC  (3+ messages)
` [patch 1/2] ocfs2: dereferencing freed pointers in ocfs2_reflink()

Documenting RENAME_WHITEOUT
 2015-03-09 10:45 UTC  (5+ messages)

[PATCH 1/3] f2fs: guarantee node/meta inode number won't be reused
 2015-03-09 10:01 UTC  (7+ messages)
` [PATCH 2/3] f2fs: fix get stale meta pages when build free nids
` [PATCH 3/3] f2fs: fix unlocked nat set cache operation

[f2fs-dev] [PATCH 3/3] f2fs:use enum dentrt_ptr type to replace constant use
 2015-03-09  6:52 UTC  (2+ messages)

[f2fs-dev] [PATCH 2/3] f2fs:set the correct place of initializing *res_page
 2015-03-09  6:50 UTC  (2+ messages)

[PATCH 1/3 v2] f2fs:remove unnecessary condition judgment
 2015-03-09  6:46 UTC  (2+ messages)
` [f2fs-dev] "

Re: [f2fs-dev] [PATCH 1/3] f2fs:remove unnecessary condition judgment
 2015-03-09  2:38 UTC 

[PATCH 1/2] f2fs: fix extent cache memory leak
 2015-03-09  2:30 UTC  (2+ messages)

[PATCH 0/9] Support follow_link in RCU-walk
 2015-03-09  2:21 UTC  (3+ messages)

[PATCH 1/3] f2fs:remove unnecessary condition judgment
 2015-03-09  1:21 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2] f2fs: fix max orphan inodes calculation
 2015-03-08 23:37 UTC  (4+ messages)

Lazytime feature bugs
 2015-03-08 19:06 UTC  (13+ messages)
                  ` [PATCH] fs: make sure the timestamps for lazytime inodes eventually get written

[PATCH 0/4] locks: locks related cleanups for v4.1
 2015-03-07 16:09 UTC  (5+ messages)
` [PATCH 1/4] locks: don't allocate a lock context for an F_UNLCK request
` [PATCH 2/4] locks: change lm_get_owner and lm_put_owner prototypes
` [PATCH 3/4] locks: get rid of WE_CAN_BREAK_LSLK_NOW dead code
` [PATCH 4/4] locks: use cmpxchg to assign i_flctx pointer

[PATCH] locks: fix generic_delete_lease tracepoint to use victim pointer
 2015-03-07 12:51 UTC 

[PATCH v3 0/3] epoll: introduce round robin wakeup mode
 2015-03-07 12:35 UTC  (10+ messages)

[VFS] WARNING: CPU: 0 PID: 151 at fs/dcache.c:406 dput()
 2015-03-06 23:43 UTC  (2+ messages)
` [VFS] WARNING: CPU: 0 PID: 98 at fs/dcache.c:450 d_lru_shrink_move()

[PATCH] coredump: fix cn_printf formatting warnings
 2015-03-06 13:00 UTC 

[GIT PULL] please pull file-locking related change for v4.0 (#3)
 2015-03-06 12:15 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).