linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-03 03:50:06 to 2020-06-05 20:53:56 UTC [more...]

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-06-05 20:53 UTC  (9+ messages)

[PATCH 0/3] Transient errors in Direct I/O
 2020-06-05 20:48 UTC  (4+ messages)
` [PATCH 1/3] iomap: dio Return zero in case of unsuccessful pagecache invalidation
` [PATCH 2/3] btrfs: Wait for extent bits to release page
` [PATCH 3/3] xfs: fallback to buffered I/O if direct I/O is short

[GIT PULL] orangefs pull request for 5.8
 2020-06-05 20:35 UTC 

[PATCH resend] fs/namei.c: micro-optimize acl_permission_check
 2020-06-05 20:18 UTC  (2+ messages)

[PATCH 0/3] fs: reduce export usage of kerne_read*() calls
 2020-06-05 18:37 UTC  (11+ messages)

[PATCH v2] block: Fix use-after-free in blkdev_get()
 2020-06-05 18:08 UTC  (22+ messages)
        `  "

[PATCH stable 4.9 00/21] Unbreak 32-bit DVB applications on 64-bit kernels
 2020-06-05 16:25 UTC  (22+ messages)
` [PATCH stable 4.9 01/21] media: dvb_frontend: ensure that inital front end status initialized
` [PATCH stable 4.9 02/21] media: dvb_frontend: initialize variable s with FE_NONE instead of 0
` [PATCH stable 4.9 03/21] media: dvb/frontend.h: move out a private internal structure
` [PATCH stable 4.9 04/21] media: dvb/frontend.h: document the uAPI file
` [PATCH stable 4.9 05/21] media: dvb_frontend: get rid of get_property() callback
` [PATCH stable 4.9 06/21] media: stv0288: get rid of set_property boilerplate
` [PATCH stable 4.9 07/21] media: stv6110: get rid of a srate dead code
` [PATCH stable 4.9 08/21] media: friio-fe: get rid of set_property()
` [PATCH stable 4.9 09/21] media: dvb_frontend: get rid of set_property() callback
` [PATCH stable 4.9 10/21] media: dvb_frontend: cleanup dvb_frontend_ioctl_properties()
` [PATCH stable 4.9 11/21] media: dvb_frontend: cleanup ioctl handling logic
` [PATCH stable 4.9 12/21] media: dvb_frontend: get rid of property cache's state
` [PATCH stable 4.9 13/21] media: dvb_frontend: better document the -EPERM condition
` [PATCH stable 4.9 14/21] media: dvb_frontend: fix return values for FE_SET_PROPERTY
` [PATCH stable 4.9 15/21] media: dvb_frontend: dtv_property_process_set() cleanups
` [PATCH stable 4.9 16/21] media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
` [PATCH stable 4.9 17/21] media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.c
` [PATCH stable 4.9 18/21] media: dvb_frontend: Add compat_ioctl callback
` [PATCH stable 4.9 19/21] media: dvb_frontend: Add commands implementation for compat ioct
` [PATCH stable 4.9 20/21] media: dvb_frontend: fix wrong cast in compat_ioctl
` [PATCH stable 4.9 21/21] media: dvb_frontend: fix return error code

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-06-05 16:20 UTC  (2+ messages)

[PATCH] iomap: Handle I/O errors gracefully in page_mkwrite
 2020-06-05 16:18 UTC  (10+ messages)

[PATCH v2 0/3] Relocate execve() sanity checks
 2020-06-05 16:00 UTC  (4+ messages)
` [PATCH v2 1/3] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH v2 2/3] exec: Move S_ISREG() check earlier
` [PATCH v2 3/3] exec: Move path_noexec() "

[PATCH v5 0/3] close_range()
 2020-06-05 14:55 UTC  (10+ messages)
` [PATCH v5 1/3] open: add close_range()

clean up kernel_{read,write} & friends v2
 2020-06-05 15:00 UTC  (8+ messages)

[PATCH 0/2] proc: use subset option to hide some top-level procfs entries
 2020-06-05 14:47 UTC  (11+ messages)
` [PATCH 1/2] "
  ` [PATCH] proc: fix boolreturn.cocci warnings
` [PATCH 2/2] docs: proc: update documentation about subset= parameter

[PATCH v3] block: Fix use-after-free in blkdev_get()
 2020-06-05 14:37 UTC  (3+ messages)

[PATCH 1/3] writeback: Avoid skipping inode writeback
 2020-06-05 14:11 UTC  (2+ messages)

[GIT PULL] afs: Improvements for v5.8
 2020-06-05 14:02 UTC  (3+ messages)

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-06-05 13:27 UTC  (19+ messages)

[PATCH v3 1/4] fs, net: Standardize on file_receive helper to move fds across processes
 2020-06-05  7:54 UTC  (8+ messages)

[PATCH] exfat: fix range validation error in alloc and free cluster
 2020-06-05  7:53 UTC  (3+ messages)

[PATCH 1/3] exfat: add error check when updating dir-entries
 2020-06-05  7:32 UTC  (4+ messages)
` [PATCH 2/3] exfat: optimize exfat_zeroed_cluster()
` [PATCH 3/3] exfat: set EXFAT_SB_DIRTY and VOL_DIRTY at the same timing

[PATCH v2] block: Fix use-after-free in blkdev_get()
 2020-06-05  6:43 UTC 

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-06-05  4:48 UTC  (6+ messages)
` [PATCH v5 5/7] blktrace: fix "

memory leak in do_eventfd
 2020-06-05  4:24 UTC  (2+ messages)

[PATCH] block: Fix use-after-free in blkdev_get()
 2020-06-05  3:45 UTC 

[PATCH 2/4] exec: Relocate S_ISREG() check
 2020-06-05  2:57 UTC  (3+ messages)
  ` [exec] 166d03c9ec: ltp.execveat02.fail

[PATCH] hfs: fix null-ptr-deref in hfs_find_init()
 2020-06-05  3:01 UTC 

[RFC PATCH 0/8] dax: Add a dax-rmap tree to support reflink
 2020-06-05  2:30 UTC  (9+ messages)
  ` 回复: "

BUG: sleeping function called from invalid context in crypto_drop_spawn
 2020-06-05  1:21 UTC  (3+ messages)

Virtual Linux Plumbers 2020: Containers and Checkpoint/Restore microconference CFP Open until 20 July
 2020-06-04 22:06 UTC 

[GIT PULL] ext2 and reiserfs cleanups for 5.8-rc2
 2020-06-04 21:15 UTC  (2+ messages)

[GIT PULL] Fsnotify changes for 5.8-rc1
 2020-06-04 21:15 UTC  (2+ messages)

[GIT PULL] zonefs changes for 5.8
 2020-06-04 21:15 UTC  (2+ messages)

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-06-04 19:24 UTC  (5+ messages)
` [PATCH v5 "

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-06-04 15:34 UTC  (4+ messages)
` [PATCH v3 2/7] documentation for stats_fs

[PATCHES] uaccess base
 2020-06-04 14:18 UTC  (7+ messages)
` [PATCHES] uaccess hpsa

[PATCH] iomap: Return zero in case of unsuccessful pagecache invalidation before DIO
 2020-06-04 13:55 UTC  (10+ messages)

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-06-04 11:59 UTC  (3+ messages)

INFO: task hung in corrupted (2)
 2020-06-04 11:41 UTC  (3+ messages)

kernel BUG at mm/hugetlb.c:LINE!
 2020-06-04  9:16 UTC  (4+ messages)
` [PATCH v2] ovl: provide real_file() and overlayfs get_unmapped_area()

[PATCH v2] iomap: avoid deadlock if memory reclaim is triggered in writepage path
 2020-06-04  7:05 UTC 

mmotm 2020-06-03-17-54 uploaded
 2020-06-04  0:54 UTC 

[git pull] vfs.git work.splice
 2020-06-04  0:40 UTC  (2+ messages)

[PATCH] exfat: fix incorrect update of stream entry in __exfat_truncate()
 2020-06-03 23:28 UTC 

[PATCH 0/2] a couple documentation fixes
 2020-06-03 19:12 UTC  (4+ messages)
` [PATCH 2/2] docs: fs: proc.rst: fix a warning due to a merge conflict

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-06-03 17:03 UTC  (6+ messages)
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH v2 0/3] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-06-03 17:01 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests: add clone3() CAP_CHECKPOINT_RESTORE test
` [PATCH v2 3/3] prctl: Allow ptrace capable processes to change exe_fd

[PATCHv5 1/1] ext4: mballoc: Use raw_cpu_ptr instead of this_cpu_ptr
 2020-06-03 10:31 UTC  (4+ messages)
` [PATCH "

[PATCH] locks: add locks_move_blocks in posix_lock_inode
 2020-06-03 10:34 UTC  (6+ messages)

[PATCHv5 0/5] Improve ext4 handling of ENOSPC with multi-threaded use-case
 2020-06-03 10:10 UTC  (4+ messages)
` [PATCHv5 3/5] ext4: mballoc: Introduce pcpu seqcnt for freeing PA to improve ENOSPC handling

[PATCH v2] exfat: fix memory leak in exfat_parse_param()
 2020-06-03  6:30 UTC 

fixes for work.sysctl
 2020-06-03  5:52 UTC  (5+ messages)
` [PATCH 1/4] net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl
` [PATCH 2/4] net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*
` [PATCH 3/4] random: fix an incorrect __user annotation on proc_do_entropy
` [PATCH 4/4] trace: fix an incorrect __user annotation on stack_trace_sysctl

[PATCH] xfs/XXX: Add xfs/XXX
 2020-06-03  3:49 UTC  (6+ messages)

[GIT PULL] vfs: improve DAX behavior for 5.8, part 2
 2020-06-03  3:50 UTC  (2+ messages)

[GIT PULL] xfs: new code for 5.8
 2020-06-03  3:50 UTC  (2+ messages)

[GIT PULL] vfs: improve DAX behavior for 5.8, part 1
 2020-06-03  3:50 UTC  (2+ 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).