Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
2020-09-10 20:39 UTC (9+ messages)
` [RFC PATCH 1/6] security/fbfam: Add a Kconfig to enable the fbfam feature
` [RFC PATCH 2/6] security/fbfam: Add the api to manage statistics
` [RFC PATCH 3/6] security/fbfam: Use "
` [RFC PATCH 4/6] security/fbfam: Add a new sysctl to control the crashing rate threshold
` [RFC PATCH 5/6] security/fbfam: Detect a fork brute force attack
` [RFC PATCH 6/6] security/fbfam: Mitigate "
[PATCH] fput: Allow calling __fput_sync() from !PF_KTHREAD thread
2020-09-10 20:06 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v2 (resend)] "
[RFC PATCH v9 0/3] Add introspect_access(2) (was O_MAYEXEC)
2020-09-10 20:05 UTC (9+ messages)
[PATCH] fsync.2: ERRORS: add EIO and ENOSPC
2020-09-10 17:42 UTC (12+ messages)
remove the last set_fs() in common code, and remove it for x86 and powerpc v3
2020-09-10 17:15 UTC (14+ messages)
bdi cleanups v3
2020-09-10 17:15 UTC (7+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer
[PATCH] vfs: add fchmodat2 syscall
2020-09-10 17:02 UTC (10+ messages)
[ANNOUNCE] xfs-linux: iomap-5.10-merge updated to 14284fedf59f
2020-09-10 16:28 UTC
rework check_disk_change() v2
2020-09-10 15:54 UTC (44+ messages)
` [PATCH 01/19] block: add a bdev_check_media_change helper
` [PATCH 02/19] amiflop: use bdev_check_media_change
` [PATCH 03/19] ataflop: "
` [PATCH 04/19] floppy: "
` [PATCH 05/19] swim: "
` [PATCH 06/19] swim: simplify media change handling
` [PATCH 07/19] swim3: use bdev_check_media_changed
` [PATCH 08/19] xsysace: use bdev_check_media_change
` [PATCH 09/19] xsysace: simplify media change handling
` [PATCH 10/19] paride/pcd: use bdev_check_media_change
` [PATCH 11/19] gdrom: "
` [PATCH 12/19] ide-cd: use bdev_check_media_changed
` [PATCH 13/19] ide-cd: remove idecd_revalidate_disk
` [PATCH 14/19] ide-gd: stop using the disk events mechanism
` [PATCH 15/19] md: use bdev_check_media_change
` [PATCH 16/19] sd: "
` [PATCH 17/19] sr: "
` [PATCH 18/19] sr: simplify sr_block_revalidate_disk
` [PATCH 19/19] block: remove check_disk_change
[PATCH V4] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
2020-09-10 15:49 UTC (5+ messages)
[PATCH] iomap: Use round_down/round_up macros in __iomap_write_begin
2020-09-10 15:37 UTC (2+ messages)
[PATCH] iomap: Don't opencode SECTOR_SIZE macro
2020-09-10 15:36 UTC (2+ messages)
bdi cleanups v4
2020-09-10 14:48 UTC (7+ messages)
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
[RESEND PATCH 0/2] iowait and idle fixes in /proc/stat
2020-09-10 12:14 UTC (4+ messages)
` [RESEND PATCH 1/2] tick-sched: Do not clear the iowait and idle times
` [RESEND PATCH 2/2] /proc/stat: Simplify iowait and idle calculations when cpu is offline
[PATCH 0/9] btrfs: implement send/receive of compressed extents without decompressing
2020-09-10 11:28 UTC (2+ messages)
PROBLEM: epoll_wait() does not return events when running in multiple threads
2020-09-10 9:48 UTC
[RFC PATCH v8 0/3] Add support for AT_INTERPRETED (was O_MAYEXEC)
2020-09-10 9:26 UTC (8+ messages)
[PATCH v3 0/3] zonefs: introduce -o explicit-open mount option
2020-09-10 8:31 UTC (6+ messages)
` [PATCH v3 1/3] zonefs: introduce helper for zone management
` [PATCH v3 2/3] zonefs: open/close zone on file open/close
` [PATCH v3 3/3] zonefs: document the explicit-open mount option
Question: Why is there no notification when a file is opened using filp_open()?
2020-09-10 8:14 UTC (11+ messages)
WARNING: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected (2)
2020-09-10 7:15 UTC (3+ messages)
[PATCH v4] quota: widen timestamps for the fs_disk_quota structure
2020-09-10 7:11 UTC (2+ messages)
[PATCH v3] quota: widen timestamps for the fs_disk_quota structure
2020-09-10 7:07 UTC (8+ messages)
state cleanups
2020-09-10 6:42 UTC (6+ messages)
` [PATCH 1/5] fs: remove vfs_statx_fd
` [PATCH 2/5] fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
` [PATCH 3/5] fs: move vfs_fstatat out of line
` [PATCH 4/5] fs: remove vfs_stat_set_lookup_flags
` [PATCH 5/5] fs: remove KSTAT_QUERY_FLAGS
[RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support
2020-09-09 19:24 UTC (39+ messages)
` [RFC PATCH v2 01/18] vfs: export new_inode_pseudo
` [RFC PATCH v2 04/18] fscrypt: add fscrypt_new_context_from_inode
` [RFC PATCH v2 05/18] fscrypt: don't balk when inode is already marked encrypted
` [RFC PATCH v2 06/18] fscrypt: move nokey_name conversion to separate function and export it
` [RFC PATCH v2 12/18] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
` [RFC PATCH v2 14/18] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v2 15/18] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v2 16/18] ceph: add support to readdir for encrypted filenames
[PATCH for-next] io_uring: fix ctx refcounting in io_uring_enter()
2020-09-09 18:30 UTC (2+ messages)
[PATCH v9 1/2] Add a "nosymfollow" mount option
2020-09-09 15:50 UTC (5+ messages)
[PATCH] fs: Eliminate a local variable to make the code more clear
2020-09-09 15:32 UTC (6+ messages)
INFO: task hung in io_sq_thread_stop
2020-09-09 15:32 UTC (6+ messages)
[PATCH v2 0/3] zonefs: introduce -o explicit-open mount option
2020-09-09 14:43 UTC (10+ messages)
` [PATCH v2 1/3] zonefs: introduce helper for zone management
` [PATCH v2 2/3] zonefs: open/close zone on file open/close
` [PATCH v2 3/3] zonefs: document the explicit-open mount option
[PATCH next] io_uring: fix task hung in io_uring_setup
2020-09-09 14:24 UTC (5+ messages)
[RESEND PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false
2020-09-09 14:19 UTC (4+ messages)
[PATCH -next] io_uring: Remove unneeded semicolon
2020-09-09 14:06 UTC (2+ messages)
[PATCH] fs/read_write.c: remove extra space
2020-09-09 13:07 UTC
Splitting an iomap_page
2020-09-09 11:57 UTC (5+ messages)
[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
2020-09-09 11:53 UTC (10+ messages)
possible deadlock in send_sigio (2)
2020-09-09 8:58 UTC
[PATCH] exfat: remove 'rwoffset' in exfat_inode_info
2020-09-09 7:56 UTC
[PATCH for-next] io_uring: return EBADFD when ring isn't in the right state
2020-09-09 7:09 UTC (3+ messages)
[PATCH 00/29] treewide: Convert comma separated statements
2020-09-09 2:09 UTC (2+ messages)
[PATCH v2] quota: widen timestamps for the fs_disk_quota structure
2020-09-09 1:33 UTC (2+ messages)
[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
2020-09-08 23:03 UTC (2+ messages)
[PATCH v6] fuse: Add support for passthrough read/write
2020-09-08 21:42 UTC (7+ messages)
[PATCH 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
2020-09-08 20:56 UTC (3+ messages)
[PATCH 0/2] Fix silent write loss in iomap
2020-09-08 14:59 UTC (3+ messages)
` [PATCH 1/2] iomap: Clear page error before beginning a write
[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
2020-09-08 14:11 UTC (6+ messages)
` [PATCH v6 3/3] io_uring: allow disabling rings during the creation
page: next (older) | prev (newer) | latest
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).