linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-12 07:49:38 to 2018-02-19 19:45:15 UTC [more...]

[PATCH v7 00/61] XArray version 7 -- for merging
 2018-02-19 19:45 UTC  (21+ messages)
` [PATCH v7 01/61] radix tree test suite: Check reclaim bit
` [PATCH v7 02/61] radix tree: Use bottom four bits of gfp_t for flags
` [PATCH v7 03/61] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v7 04/61] unicore32: "
` [PATCH v7 05/61] Export __set_page_dirty
` [PATCH v7 06/61] xfs: Rename xa_ elements to ail_
` [PATCH v7 07/61] fscache: Use appropriate radix tree accessors
` [PATCH v7 08/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v7 09/61] page cache: Use xa_lock
` [PATCH v7 10/61] xarray: Replace exceptional entries
` [PATCH v7 11/61] xarray: Change definition of sibling entries
` [PATCH v7 12/61] xarray: Add definition of struct xarray
` [PATCH v7 13/61] xarray: Define struct xa_node
` [PATCH v7 14/61] xarray: Add documentation
` [PATCH v7 15/61] xarray: Add xa_load
` [PATCH v7 16/61] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v7 17/61] xarray: Add xa_store
` [PATCH v7 18/61] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v7 19/61] xarray: Add xa_for_each
` [PATCH v7 20/61] xarray: Add xa_extract

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2018-02-19 19:07 UTC  (25+ messages)

[PATCH 0/3] ipc: Clamp msgmni and shmmni to the real IPC_MNI limit
 2018-02-19 16:53 UTC  (4+ messages)
` [PATCH 1/3] sysctl: Add range clamping intvec helper functions
` [PATCH 2/3] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH 3/3] ipc: Clamp msgmni and shmmni to the real IPC_MNI limit

[PATCH] fs: Improve comment of inode_dio_begin
 2018-02-19 16:00 UTC  (2+ messages)

[RFC PATCH 1/4] ima: define a new policy condition based on the filesystem name
 2018-02-19 15:44 UTC  (19+ messages)
` [RFC PATCH 2/4] ima: fail signature verification on unprivileged & untrusted filesystems
` [RFC PATCH 3/4] ima: define a new policy option named "fail"
` [RFC PATCH 4/4] fuse: define the filesystem as untrusted

[PATCH v1 0/2] ima: untrusted filesystems
 2018-02-19 15:18 UTC  (3+ messages)
` [PATCH v1 1/2] ima: fail signature verification on "
` [PATCH v1 2/2] fuse: define the filesystem as untrusted

[PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c
 2018-02-19 14:55 UTC  (3+ messages)
` [PATCH v2 1/2] fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
` [PATCH v2 2/2] fs: dcache: Use READ_ONCE when accessing i_dir_seq

[PATCH 00/10] Use the memalloc_nofs scope API
 2018-02-19 14:55 UTC  (13+ messages)
` [PATCH 01/10] fs: buffer - Use memalloc_nofs API to allocate pages
` [PATCH 02/10] fs: mpage use memalloc_nofs_save/restore while allocating bios
` [PATCH 03/10] ext4: Use memalloc_nofs_* scope API
` [PATCH 04/10] f2fs: "
` [PATCH 05/10] gfs2: "
` [PATCH 06/10] fs: iomap use "
` [PATCH 07/10] fs: namei "
` [PATCH 08/10] fs: Eliminate AOP_FLAG_NOFS
` [PATCH 09/10] reiserfs: cont_expand() to eliminate AOP_FLAG_CONT_EXPAND
` [PATCH 10/10] fs: Remove flags parameter from aops->write_begin()

[RFC PATCH 0/3] Directed kmem charging
 2018-02-19 14:33 UTC  (6+ messages)
` [RFC PATCH 1/3] mm: memcg: plumbing memcg for kmem cache allocations
` [RFC PATCH 2/3] mm: memcg: plumbing memcg for kmalloc allocations
` [RFC PATCH 3/3] fs: fsnotify: account fsnotify metadata to kmemcg

[PATCH] mm: Fix races between address_space dereference and free in page_evicatable
 2018-02-19 10:57 UTC  (2+ messages)

[4.9-stable 4/9] binfmt_elf: compat: avoid unused function warning
 2018-02-19 10:13 UTC 

[PATCH 0/4] fs/dcache: avoid trylock loops
 2018-02-17  0:06 UTC  (14+ messages)
` [PATCH 1/4] fs/dcache: Remove stale comment from dentry_kill()
` [PATCH 2/4] fs/dcache: Move dentry_kill() below lock_parent()
` [PATCH 3/4] fs/dcache: Avoid the try_lock loop in d_delete()
` [PATCH 4/4] fs/dcache: Avoid the try_lock loops in dentry_kill()

[PATCH 03/11] fs: Allow superblock owner to change ownership of inodes
 2018-02-16 22:00 UTC  (17+ messages)
` [PATCH 04/11] fs: Don't remove suid for CAP_FSETID for userns root
` [PATCH 07/11] fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
` [PATCH 08/11] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH 10/11] fuse: Allow user namespace mounts

Dobrý deň, prosím, môžeme hovoriť?
 2018-02-16 19:24 UTC 

[PATCH] fanotify: allow freeze on suspend when waiting for response from userspace
 2018-02-16 10:29 UTC  (2+ messages)

[PATCH 0/6] udf: Fix processing of Volume Descriptor Sequence
 2018-02-16 10:16 UTC  (11+ messages)
` [PATCH 1/6] udf: Fix off-by-one in volume descriptor sequence length
` [PATCH 2/6] udf: Simplify handling of Volume Descriptor Pointers
` [PATCH 3/6] udf: Allow volume descriptor sequence to be terminated by unrecorded block
` [PATCH 4/6] udf: Convert descriptor index definitions to enum
` [PATCH 5/6] udf: Unify common handling of descriptors
` [PATCH 6/6] udf: Fix handling of Partition Descriptors

[LSF/MM ATTEND] memory allocation scope
 2018-02-15 16:06 UTC  (7+ messages)
  ` [Lsf-pc] "

[PATCH] fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
 2018-02-15 13:01 UTC  (4+ messages)

[PATCH] vfs: namei: use path_equal() in follow_dotdot()
 2018-02-15 12:41 UTC 

[PATCH] namei: fix hardlink speeling error
 2018-02-15 11:58 UTC  (4+ messages)

Linux & FAT32 label
 2018-02-15 10:21 UTC  (2+ messages)

mount stuck in infinite loop
 2018-02-14 16:43 UTC  (2+ messages)

ppc elf_map breakage with MAP_FIXED_NOREPLACE
 2018-02-14 16:30 UTC  (20+ messages)
                        ` [RFC PATCH] elf: enforce MAP_FIXED on overlaying elf segments (was: Re: ppc elf_map breakage with MAP_FIXED_NOREPLACE)

[PATCH RFC v2 00/13] NLS/UTF-8 Case-Insensitive lookups for ext4 and VFS proposal
 2018-02-14 12:27 UTC  (8+ messages)

[PATCH] inotify: Extend ioctl to allow to request id of new watch descriptor
 2018-02-14 10:18 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3] procfs: add seq_put_hex_ll to speed up /proc/pid/maps
 2018-02-14  2:56 UTC 

[PATCH v2 00/11] firmware: cleanup for v4.17
 2018-02-14  0:41 UTC  (12+ messages)
` [PATCH v2 01/11] test_firmware: enable custom fallback testing on limited kernel configs
` [PATCH v2 02/11] test_firmware: replace syfs fallback check with kconfig_has helper
` [PATCH v2 03/11] firmware: enable to split firmware_class into separate target files
` [PATCH v2 04/11] firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK further
` [PATCH v2 05/11] firmware: use helpers for setting up a temporary cache timeout
` [PATCH v2 06/11] firmware: move loading timeout under struct firmware_fallback_config
` [PATCH v2 07/11] firmware: split firmware fallback functionality into its own file
` [PATCH v2 08/11] firmware: enable run time change of forcing fallback loader
` [PATCH v2 09/11] firmware: enable to force disable the fallback mechanism at run time
` [PATCH v2 10/11] test_firmware: add a library for shared helpers
` [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob

this is what you need
 2018-02-13 13:28 UTC 

Updated some of the TODO list for cifs.ko for SMB3
 2018-02-13 22:56 UTC 

KASAN: use-after-free Read in sock_release
 2018-02-13 19:16 UTC  (6+ messages)

[PATCH v6] fs: Add VirtualBox guest shared folder (vboxsf) support
 2018-02-13 15:40 UTC 

Teşekkürler
 2018-02-13 15:35 UTC 

[ANNOUNCE] util-linux v2.32-rc1
 2018-02-13 12:31 UTC 

KASAN: use-after-free Read in remove_wait_queue
 2018-02-13  7:42 UTC  (6+ messages)

[PATCH] fs/signalfd: fix build error for BUS_MCEERR_AR
 2018-02-13  2:19 UTC  (3+ messages)

[PATCH 1/2] procfs: add seq_put_hex_ll to speed up /proc/pid/maps
 2018-02-12 22:15 UTC  (5+ messages)
` [PATCH v2] "

KASAN: use-after-free Read in __fput
 2018-02-12 16:13 UTC  (4+ messages)

KASAN: use-after-free Read in do_raw_spin_unlock (2)
 2018-02-12 15:56 UTC  (2+ messages)

[PATCH] blk: optimization for classic polling
 2083-05-30  4:21 UTC  (2+ messages)

[PATCH 1/4 v2] proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps
 2018-02-12 14:10 UTC  (4+ messages)
` [PATCH 2/4] proc: replace seq_printf on seq_putc "
` [PATCH 4/4] proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status

[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize
 2018-02-12  9:43 UTC  (12+ messages)
` [RFC PATCH V2 01/11] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH V2 02/11] fs/buffer.c: Export end_buffer_async_read and create_page_buffers
` [RFC PATCH V2 03/11] fs/crypto/: Rename functions to indicate that they operate on FS blocks
` [RFC PATCH V2 04/11] completion_pages: Decrypt all contiguous blocks in a page
` [RFC PATCH V2 05/11] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V2 06/11] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH V2 07/11] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V2 08/11] Enable reading encrypted files in blocksize less than pagesize setup
` [RFC PATCH V2 09/11] fscrypt: Move completion_pages to crypto/readpage.c
` [RFC PATCH V2 10/11] Enable writing encrypted files in blocksize less than pagesize setup
` [RFC PATCH V2 11/11] ext4: Enable encryption for blocksize less than page size

[PATCH 1/4] proc: add seq_put_decimal_ull_align to speed up /proc/pid/smaps
 2018-02-12  8:06 UTC  (5+ 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).