linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 15:20:24 to 2020-04-27 18:20:13 UTC [more...]

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-04-27 18:19 UTC  (5+ messages)
` [PATCH 01/11] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap
` [PATCH 05/11] fs: mark __generic_block_fiemap static

[PATCH] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-04-27 18:03 UTC 

[PATCH 1/2] fuse: virtiofs: Fix nullptr dereference
 2020-04-27 17:58 UTC  (6+ messages)
` [PATCH 2/2] fuse: virtiofs: Add basic multiqueue support

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-27 17:15 UTC  (10+ messages)
` [PATCH v5 "

[RFC PATCH 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-04-27 16:48 UTC  (8+ messages)
` [RFC PATCH 1/5] refcount, kref: add dec-and-test wrappers for rw_semaphores
` [RFC PATCH 2/5] statsfs API: create, add and remove statsfs sources and values
` [RFC PATCH 3/5] kunit: tests for statsfs API
` [RFC PATCH 4/5] statsfs fs: virtual fs to show stats to the end-user
` [RFC PATCH 5/5] kvm_main: replace debugfs with statsfs

[PATCH] staging: exfat: add exfat filesystem code to staging
 2020-04-27 15:49 UTC  (11+ messages)
                ` exfat upcase table for code points above U+FFFF (Was: Re: [PATCH] staging: exfat: add exfat filesystem code to staging)

[PATCH v2 0/7] libfs: group and simplify linux fs code
 2020-04-27 15:15 UTC  (3+ messages)
` [PATCH v2 6/7] debugfs: switch to simplefs inode creation API

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-27 14:28 UTC  (20+ messages)
  ` [PATCH v2 1/2] proc: Use PIDTYPE_TGID in next_tgid
  ` [PATCH v2 2/2] proc: Ensure we see the exit of each process tid exactly
      ` [PATCH] proc: Put thread_pid in release_task not proc_flush_pid
          ` [PATCH v3 2/6] posix-cpu-timers: Use PIDTYPE_TGID to simplify the logic in lookup_task
          ` [PATCH v3 3/6] rculist: Add hlist_swap_before_rcu
          ` [PATCH v3 1/6] posix-cpu-timers: Always call __get_task_for_clock holding rcu_read_lock

[PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
 2020-04-27 14:27 UTC  (2+ messages)
  ` [LTP] [fs] ce436509a8: ltp.openat203.fail

[PATCH] fuse:rely on fuse_perm for exec when no mode bits set
 2020-04-27 13:46 UTC  (4+ messages)

[PATCH v8 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-27 12:53 UTC  (20+ messages)
` [PATCH v8 01/11] scsi: free sgtables in case command setup fails
` [PATCH v8 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v8 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v8 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v8 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v8 06/11] block: Modify revalidate zones
` [PATCH v8 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v8 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v8 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v8 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v8 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

[RFC PATCH 0/8] dax: Add a dax-rmap tree to support reflink
 2020-04-27 12:28 UTC  (10+ messages)
` [RFC PATCH 1/8] fs/dax: Introduce dax-rmap btree for reflink
` [RFC PATCH 2/8] mm: add dax-rmap for memory-failure and rmap
` [RFC PATCH 3/8] fs/dax: Introduce dax_copy_edges() for COW
` [RFC PATCH 4/8] fs/dax: copy data before write
` [RFC PATCH 5/8] fs/dax: replace mmap entry in case of CoW
` [RFC PATCH 6/8] fs/dax: dedup file range to use a compare function
` [RFC PATCH 7/8] fs/xfs: handle CoW for fsdax write() path
` [RFC PATCH 8/8] fs/xfs: support dedupe for fsdax

[RFC PATCH 0/9] Introduce set/clear_fs_page_private to cleanup code
 2020-04-27 12:27 UTC  (30+ messages)
` [RFC PATCH 1/9] include/linux/pagemap.h: introduce set/clear_fs_page_private
` [RFC PATCH 2/9] md: remove __clear_page_buffers and use set/clear_fs_page_private
` [RFC PATCH 3/9] btrfs: "
` [RFC PATCH 4/9] fs/buffer.c: "
` [RFC PATCH 5/9] f2fs: "
` [RFC PATCH 6/9] iomap: "
` [RFC PATCH 7/9] ntfs: replace attach_page_buffers with set_fs_page_private
` [RFC PATCH 8/9] orangefs: use set/clear_fs_page_private
` [RFC PATCH 9/9] buffer_head.h: remove attach_page_buffers

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-04-27 10:38 UTC  (15+ messages)
` [PATCH 4/5] overlayfs: Check for range bounds before calling i_op->fiemap()

[PATCH] inotify: Fix error return code assignment flow
 2020-04-27 10:15 UTC  (2+ messages)

ext4: Fix use after free issues with journalled data
 2020-04-27 10:05 UTC  (4+ messages)
` [PATCH 1/3] fs: Avoid leaving freed inode on dirty list

fix fiemap for ext4 bitmap files (+ cleanups)
 2020-04-27  9:58 UTC  (9+ messages)
` [PATCH 1/8] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 2/8] ext4: fix fiemap size checks for bitmap files
` [PATCH 3/8] ext4: split _ext4_fiemap
` [PATCH 4/8] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 5/8] fs: mark __generic_block_fiemap static
` [PATCH 6/8] fs: move the fiemap definitions out of fs.h
` [PATCH 7/8] iomap: fix the iomap_fiemap prototype
` [PATCH 8/8] fs: move fiemap range validation into the file systems instances

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-04-27  9:50 UTC  (16+ messages)
` [PATCH 1/7] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/7] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/7] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/7] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev
` [PATCH 6/7] isofs: "
` [PATCH 7/7] udf: "

[fuse] Getting visibility into reads from page cache
 2020-04-27  9:26 UTC  (2+ messages)

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-27  7:15 UTC  (8+ messages)
  ` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH 0/2] WARN fibmap user in case of possible addr truncation
 2020-04-27  1:04 UTC  (11+ messages)
` [PATCH 1/2] fibmap: Warn and return an error in case of block > INT_MAX
` [PATCH 2/2] iomap: bmap: Remove the WARN and return the proper block address

[PATCH v1] zonefs: Replace uuid_copy() with import_uuid()
 2020-04-26 23:59 UTC  (2+ messages)

mmotm 2020-04-26-00-15 uploaded
 2020-04-26 22:48 UTC  (3+ messages)
` mmotm 2020-04-26-00-15 uploaded (mm/madvise.c)

[PATCH] fs/seq_file.c: Rename the "Fill" label to avoid build failure
 2020-04-26 13:46 UTC  (4+ messages)

WARNING in drop_nlink
 2020-04-26  9:18 UTC 

remove set_fs calls from the exec and coredump code v3
 2020-04-26  7:40 UTC  (4+ messages)
` [PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32

[PATCH 1/2] pktcdvd: Fix pkt_setup_dev() error path
 2020-04-25 22:34 UTC  (3+ messages)

[RFC][PATCH] fs/signalfd.c: Fix inconsistent return codes for signalfd4
 2020-04-25 21:42 UTC 

[PATCH] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
 2020-04-25 20:59 UTC  (6+ messages)
` [PATCH v2] "

io_uring, IORING_OP_RECVMSG and ancillary data
 2020-04-25 20:23 UTC  (2+ messages)

out-of-bounds in pid_nr_ns() due to "proc: modernize proc to support multiple private instances"
 2020-04-25 16:46 UTC  (3+ messages)

possible deadlock in do_io_accounting (3)
 2020-04-25 14:32 UTC  (2+ messages)

[PATCH v2 1/2] firmware_loader: revert removal of the fw_fallback_config export
 2020-04-25  8:14 UTC  (3+ messages)
` [PATCH v2 2/2] firmware_loader: move fw_fallback_config to a private kernel symbol namespace

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-25  2:12 UTC  (13+ messages)
` [PATCH v2 03/10] blktrace: fix "
` [PATCH v2 10/10] block: put_device() if device_add() fails

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-04-24 22:58 UTC  (6+ messages)
` [PATCH v6 06/12] "
  ` [regression] "

[GIT PULL] afs: Miscellaneous fixes
 2020-04-24 18:40 UTC  (3+ messages)

[PATCH] firmware_loader: re-export fw_fallback_config into firmware_loader's own namespace
 2020-04-24 18:00 UTC  (3+ messages)

[PATCH 0/8] afs: NAT-mitigation and other bits
 2020-04-24 15:20 UTC  (6+ messages)
` [PATCH 3/8] afs: Use the serverUnique field in the UVLDB record to reduce rpc ops
` [PATCH 5/8] afs: Remove some unused bits
` [PATCH 6/8] afs: Split the usage count on struct afs_server
` [PATCH 7/8] afs: Actively poll fileservers to maintain NAT or firewall openings
` [PATCH 8/8] afs: Show more information in /proc/net/afs/servers


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).