linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-18 16:12:58 to 2019-01-21 21:18:11 UTC [more...]

possible deadlock in seq_read
 2019-01-21 21:18 UTC  (6+ messages)
      ` [PATCH] fs: Allow opening only regular files during execve()

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-21 20:40 UTC  (57+ messages)
` [PATCH v2 01/29] ia64: add __NR_umount2 definition
` [PATCH v2 02/29] ia64: add statx and io_pgetevents syscalls
` [PATCH v2 03/29] ia64: assign syscall numbers for perf and seccomp
` [PATCH v2 04/29] alpha: wire up io_pgetevents system call
` [PATCH v2 05/29] alpha: update syscall macro definitions
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 09/29] sh: remove duplicate unistd_32.h file
` [PATCH v2 10/29] sh: add statx system call
` [PATCH v2 11/29] sparc64: fix sparc_ipc type conversion
` [PATCH v2 12/29] ipc: rename old-style shmctl/semctl/msgctl syscalls
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 15/29] alpha: add standard statfs64/fstatfs64 syscalls
` [PATCH v2 16/29] alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 18/29] time: make adjtime compat handling available for 32 bit
` [PATCH v2 19/29] time: Add struct __kernel_timex
` [PATCH v2 20/29] time: fix sys_timer_settime prototype
` [PATCH v2 21/29] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH v2 22/29] timex: use __kernel_timex internally
` [PATCH v2 23/29] timex: change syscalls to use struct __kernel_timex
` [PATCH v2 24/29] x86/x32: use time64 versions of sigtimedwait and recvmmsg
` [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit
` [PATCH v2 27/29] y2038: remove struct definition redirects
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

[RFC PATCH v2 00/13] epoll: support pollable epoll from userspace
 2019-01-21 20:14 UTC  (14+ messages)
` [RFC PATCH v2 01/13] epoll: move private helpers from a header to the source
` [RFC PATCH v2 02/13] epoll: introduce user structures for polling from userspace
` [RFC PATCH v2 03/13] epoll: allocate user header and user events ring "
` [RFC PATCH v2 04/13] epoll: some sanity flags checks for epoll syscalls "
` [RFC PATCH v2 05/13] epoll: offload polling to a work in case of epfd polled "
` [RFC PATCH v2 06/13] epoll: introduce helpers for adding/removing events to uring
` [RFC PATCH v2 07/13] epoll: call ep_add_event_to_uring() from ep_poll_callback()
` [RFC PATCH v2 08/13] epoll: support polling from userspace for ep_insert()
` [RFC PATCH v2 09/13] epoll: support polling from userspace for ep_remove()
` [RFC PATCH v2 10/13] epoll: support polling from userspace for ep_modify()
` [RFC PATCH v2 11/13] epoll: support polling from userspace for ep_poll()
` [RFC PATCH v2 12/13] epoll: support mapping for epfd when polled from userspace
` [RFC PATCH v2 13/13] epoll: implement epoll_create2() syscall

[PATCH 2/2] /proc/stat: Add sysctl parameter to control irq counts latency
 2019-01-21 20:02 UTC  (2+ messages)
  ` [LKP] [/proc/stat] 3047027b34: reaim.jobs_per_min -4.8% regression

[PATCH 0/5] sched refcount_t conversions
 2019-01-21 17:28 UTC  (11+ messages)
` [PATCH 1/5] sched: convert sighand_struct.count to refcount_t
` [PATCH 2/5] sched: convert signal_struct.sigcnt "

[PATCH 0/2 v2] vfs: Fix crashes when reading /proc/mounts
 2019-01-21 16:58 UTC  (2+ messages)

[PATCHSET v6] io_uring IO interface
 2019-01-21 16:49 UTC  (15+ messages)
` [PATCH 05/17] Add "
` [PATCH 10/17] io_uring: batch io_kiocb allocation
` [PATCH 11/17] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/17] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/17] io_uring: add file set registration
` [PATCH 14/17] io_uring: add submission polling
` [PATCH 15/17] io_uring: add io_kiocb ref count
` [PATCH 16/17] io_uring: add support for IORING_OP_POLL
` [PATCH 17/17] io_uring: add io_uring_event cache hit information

[RFC][PATCH v5 01/09] fs: common implementation of file type
 2019-01-21 16:49 UTC  (3+ messages)

[PATCH] fs: Abort if a module symbol is too long
 2019-01-21 16:27 UTC 

[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-21 15:49 UTC  (8+ messages)
` [PATCH v4 2/3] fs: don't let getdents return bogus names
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

dd hangs when reading large partitions
 2019-01-21 15:22 UTC  (15+ messages)

move noatime and automount flags setting into common code
 2019-01-21 15:23 UTC  (3+ messages)
` [PATCH 1/2] orangefs: don't reinitialize result_mask in ->getattr
` [PATCH 2/2] fs: move generic stat response attr handling to vfs_getattr_nosec

[PATCH] iomap: get/put the page in iomap_page_create/release()
 2019-01-21 15:17 UTC 

[RFC][PATCH v5 04/09] ext2: use common file type conversion
 2019-01-21 14:21 UTC  (2+ messages)

[RFC][PATCH v5 07/09] ext4: use common file type conversion
 2019-01-21 14:20 UTC  (2+ messages)

[PATCH v3] fs: ratelimit __find_get_block_slow() failure message
 2019-01-21 13:49 UTC 

[PATCH RESEND] get_fs_type: Validate fs type string argument
 2019-01-21 12:20 UTC  (2+ messages)

[RFC][PATCH v5 00/09] common implementation of dirent file types
 2019-01-21 11:22 UTC  (3+ messages)

[PATCH 1/2] binderfs: use correct include guards in header
 2019-01-21 11:01 UTC  (2+ messages)
` [PATCH 2/2] binderfs: use __u32 for device numbers

[PATCH v1 0/7] binderfs: debug galore
 2019-01-21 10:48 UTC  (8+ messages)
` [PATCH v1 1/7] binderfs: remove outdated comment
` [PATCH v1 2/7] binderfs: prevent renaming the control dentry
` [PATCH v1 3/7] binderfs: rework binderfs_fill_super()
` [PATCH v1 4/7] binderfs: rework binderfs_binder_device_create()
` [PATCH v1 5/7] binderfs: kill_litter_super() before cleanup
` [PATCH v1 6/7] binderfs: drop lock in binderfs_binder_ctl_create
` [PATCH v1 7/7] binderfs: switch from d_add() to d_instantiate()

[PATCH] fs: ratelimit __find_get_block_slow() failure message
 2019-01-21 10:48 UTC  (12+ messages)

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-21  9:43 UTC  (24+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE

[PATCH] inotify: Fix fd refcount leak in inotify_add_watch()
 2019-01-21  9:19 UTC  (5+ messages)

[PATCH] fs: ratelimit __find_get_block_slow() failure message
 2019-01-21  8:57 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC][PATCH v5 08/09] nilfs2: use common file type conversion
 2019-01-21  0:54 UTC 

[RFC][PATCH v5 05/09] ocfs2: use common file type conversion
 2019-01-21  0:54 UTC 

[RFC][PATCH v5 03/09] hfsplus: use fs_umode_to_dtype() helper
 2019-01-21  0:54 UTC 

[RFC][PATCH v5 02/09] ufs: use fs_umode_to_dtype() helper
 2019-01-21  0:54 UTC 

[RFC][PATCH v5 09/09] btrfs: use common file type conversion
 2019-01-21  0:54 UTC 

[PATCH] mm: proc: smaps_rollup: Fix pss_locked calculation
 2019-01-21  1:10 UTC 

[RFC][PATCH v5 06/09] f2fs: use common file type conversion
 2019-01-21  0:54 UTC 

INFO: task hung in lo_ioctl
 2019-01-20  9:49 UTC  (9+ messages)

Just start it
 2019-01-20  2:27 UTC 

Just start it
 2019-01-20  3:53 UTC 

INFO: rcu detected stall in sys_creat
 2019-01-20  1:51 UTC  (3+ messages)

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-01-19 23:57 UTC  (2+ messages)

[PATCH 0/5] binderfs: debug galore
 2019-01-19 15:55 UTC  (9+ messages)
` [PATCH 2/5] binderfs: prevent renaming the control dentry
` [PATCH 3/5] binderfs: rework binderfs_fill_super()

Shooting and Retouching
 2019-01-18 10:14 UTC 

Race between sync(2) and inode wb switching
 2019-01-19  1:19 UTC 

[heads-up] binderfs bugs galore
 2019-01-18 20:02 UTC  (3+ messages)

[PATCH v5 07/17] fanotify: encode file identifier for FAN_REPORT_FID
 2019-01-18 18:39 UTC  (4+ messages)

AÞK VE PARA
 2019-01-18 16:57 UTC 

LSF/MM 2019: Call for Proposals
 2019-01-18 16:32 UTC 

[PATCH v3 1/2] fs: don't let getdents return bogus names
 2019-01-18 16:22 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).