All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-17 00:33:35 to 2016-06-17 01:23:38 UTC [more...]

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-17  1:23 UTC  (108+ messages)
` [PATCH 001/119] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 003/119] xfs: check offsets of variable length structures
` [PATCH 004/119] xfs: enable buffer deadlock postmortem diagnosis via ftrace
` [PATCH 005/119] xfs: check for a valid error_tag in errortag_add
` [PATCH 006/119] xfs: port differences from xfsprogs libxfs
` [PATCH 007/119] xfs: rearrange xfs_bmap_add_free parameters
` [PATCH 008/119] xfs: separate freelist fixing into a separate helper
` [PATCH 009/119] xfs: convert list of extents to free into a regular list
` [PATCH 010/119] xfs: create a standard btree size calculator code
` [PATCH 011/119] xfs: refactor btree maxlevels computation
` [PATCH 012/119] xfs: during btree split, save new block key & ptr for future insertion
` [PATCH 013/119] xfs: support btrees with overlapping intervals for keys
` [PATCH 014/119] xfs: introduce interval queries on btrees
` [PATCH 015/119] xfs: refactor btree owner change into a separate visit-blocks function
` [PATCH 016/119] xfs: move deferred operations into a separate file
` [PATCH 017/119] xfs: add tracepoints for the deferred ops mechanism
` [PATCH 018/119] xfs: enable the xfs_defer mechanism to process extents to free
` [PATCH 019/119] xfs: rework xfs_bmap_free callers to use xfs_defer_ops
` [PATCH 020/119] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*
` [PATCH 021/119] xfs: rename flist/free_list to dfops
` [PATCH 022/119] xfs: add tracepoints and error injection for deferred extent freeing
` [PATCH 023/119] xfs: introduce rmap btree definitions
` [PATCH 024/119] xfs: add rmap btree stats infrastructure
` [PATCH 025/119] xfs: rmap btree add more reserved blocks
` [PATCH 026/119] xfs: add owner field to extent allocation and freeing
` [PATCH 027/119] xfs: introduce rmap extent operation stubs
` [PATCH 028/119] xfs: define the on-disk rmap btree format
` [PATCH 029/119] xfs: add rmap btree growfs support
` [PATCH 030/119] xfs: rmap btree transaction reservations
` [PATCH 031/119] xfs: rmap btree requires more reserved free space
` [PATCH 032/119] xfs: add rmap btree operations
` [PATCH 033/119] xfs: support overlapping intervals in the rmap btree
` [PATCH 034/119] xfs: teach rmapbt to support interval queries
` [PATCH 035/119] xfs: add tracepoints for the rmap functions
` [PATCH 036/119] xfs: add an extent to the rmap btree
` [PATCH 037/119] xfs: remove an extent from "
` [PATCH 038/119] xfs: convert unwritten status of reverse mappings
` [PATCH 039/119] xfs: add rmap btree insert and delete helpers
` [PATCH 040/119] xfs: create helpers for mapping, unmapping, and converting file fork extents
` [PATCH 041/119] xfs: create rmap update intent log items
` [PATCH 042/119] xfs: log rmap intent items
` [PATCH 043/119] xfs: enable the xfs_defer mechanism to process rmaps to update
` [PATCH 044/119] xfs: propagate bmap updates to rmapbt
` [PATCH 045/119] xfs: add rmap btree geometry feature flag
` [PATCH 046/119] xfs: add rmap btree block detection to log recovery
` [PATCH 047/119] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 048/119] xfs: don't update rmapbt when fixing agfl
` [PATCH 049/119] xfs: enable the rmap btree functionality
` [PATCH 050/119] xfs: count the blocks in a btree
` [PATCH 051/119] xfs: introduce tracepoints for AG reservation code
` [PATCH 052/119] xfs: set up per-AG free space reservations
` [PATCH 053/119] xfs: define tracepoints for refcount btree activities

Claim your award prize
 2016-06-16 19:10 UTC 

[PATCH 2/2] clk: Add fractional scale clock support
 2016-06-17  1:22 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-05-16
 2016-06-17  1:21 UTC  (3+ messages)
` [Buildroot] Analysis of build "

[PATCH] VMW_PVSCSI: Change to update maintainer details (name, email)
 2016-06-17  1:19 UTC  (3+ messages)

[PATCH v8 0/4] Inband dedupe for btrfs-progs
 2016-06-17  1:18 UTC  (6+ messages)
` [PATCH v8 1/4] btrfs-progs: Basic framework for dedupe-inband command group
` [PATCH v8 2/4] btrfs-progs: dedupe: Add enable command for dedupe "
` [PATCH v8 3/4] btrfs-progs: dedupe: Add disable support for inband dedupelication
` [PATCH v8 4/4] btrfs-progs: dedupe: Add status subcommand
` [PATCH v8.1 1/4] btrfs-progs: Basic framework for dedupe-inband command group

[PATCH v9 0/3] fallocate for block devices
 2016-06-17  1:17 UTC  (11+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
  ` [PATCH 2/3] block: require write_same and discard requests align to logical block size
  ` [PATCH 3/3] block: implement (some of) fallocate for block devices

[PATCH v2] gpio: make library immune to error pointers
 2016-06-17  1:15 UTC  (3+ messages)

Fwd: BTRFS, remarkable problem: filesystem turns to read-only caused by firefox download
 2016-06-17  1:13 UTC  (4+ messages)
  `  "

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] af95117d45a384b9a16cf8a1622fc11b04513a1c BUILD SUCCESS
 2016-06-17  1:13 UTC 

[RFC PATCH-tip v2 0/6] locking/rwsem: Enable reader optimistic spinning
 2016-06-17  1:11 UTC  (14+ messages)
` [RFC PATCH-tip v2 1/6] locking/osq: Make lock/unlock proper acquire/release barrier

[PATCH 01/12] NFS: Don't flush caches for a getattr that races with writeback
 2016-06-17  1:11 UTC  (4+ messages)
` [PATCH 02/12] NFS: Cache access checks more aggressively
  ` [PATCH 03/12] NFS: Cache aggressively when file is open for writing

[PATCH v2 0/3] Add KVM support for Intel local MCE
 2016-06-17  1:11 UTC  (5+ messages)
` [PATCH v2 3/3] KVM: VMX: enable guest access to LMCE related MSRs

[Qemu-devel] [Bug 1591611] [NEW] chroot using qemu-x86_64-static fails on ppc64el
 2016-06-17  1:02 UTC  (3+ messages)
` [Qemu-devel] [Bug 1591611] "

[PATCHv3 10/30] vte: Upgrade to 0.44.1
 2016-06-17  1:10 UTC  (4+ messages)
` [RFC][PATCH] vte: bring back old version to support xfce4-terminal

[PATCH net-next] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-06-17  1:09 UTC  (3+ messages)

[PATCH v2 0/4] clocksource: rockchip/timer: Support rktimer for rk3399
 2016-06-17  1:08 UTC  (4+ messages)

[RFC PATCH 0/2] Initial support for badblock checking in xfs
 2016-06-17  1:03 UTC  (6+ messages)
` [RFC PATCH 1/2] block, badblocks: add a notifier for badblocks
` [RFC PATCH 2/2] xfs: initial/partial support "

[PATCH] iio: proximity: as3935: remove redundant zeroing of tune_cap
 2016-06-17  1:04 UTC  (2+ messages)

[PATCH 0/3] Tools/Power/Turbostat update for Denverton
 2016-06-17  1:03 UTC  (7+ messages)
` [PATCH 1/3] tools/power/turbostat: handle missing rapl msrs
` [PATCH 2/3] tools/power/turbostat: add denverton support
` [PATCH 3/3] tools/power/turbostat: add denverton rapl support

Need help with ir-keytable imon bug report
 2016-06-17  1:02 UTC  (2+ messages)

[Buildroot] [git commit] taskd: add patch to fix musl build issue
 2016-06-17  1:02 UTC  (3+ messages)

[libvirt test] 95814: tolerable FAIL - PUSHED
 2016-06-17  0:59 UTC 

[PATCH v5 0/2] Add a new Rockchip usb2 phy driver
 2016-06-17  0:57 UTC  (10+ messages)
` [PATCH v5 2/2] phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy

[SPDK] 答复: 答复: SPDK fio benchmark support
 2016-06-17  0:57 UTC 

[PATCH V4 0/2] cpufreq: Sort policy->freq_table
 2016-06-17  0:56 UTC  (4+ messages)

[QEMU 0/7] Fast balloon and fast live migration
 2016-06-17  0:54 UTC  (8+ messages)
` [QEMU 1/7] balloon: speed up inflating & deflating process
            ` [Qemu-devel] "

x86 hibernate, resume with different kernel version
 2016-06-17  0:53 UTC  (5+ messages)

[Qemu-devel] [PATCH] fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
 2016-06-17  0:51 UTC  (3+ messages)

[Bug 96553] Xorg freezes
 2016-06-17  0:50 UTC 

[PATCH] sparc64: Swap registers for fault code and address in mna trap
 2016-06-17  0:47 UTC  (3+ messages)

[PATCH v2] init, allow blacklisting of module_init functions
 2016-06-17  0:46 UTC 

[linux-3.18 test] 95809: regressions - FAIL
 2016-06-17  0:45 UTC 

[PATCH] spi: add spi_sync_single_transfer wrapper for single spi_transfer
 2016-06-17  0:43 UTC  (4+ messages)

[Qemu-devel] [PATCH] alpha: Fix build error for linux-user
 2016-06-17  0:43 UTC  (4+ messages)

[PATCH] net: the space is required after ','
 2016-06-17  0:41 UTC  (2+ messages)

[PATCH] net: do not initialise statics to 0
 2016-06-17  0:41 UTC  (2+ messages)

[PATCH net-next V2] tun: introduce tx skb ring
 2016-06-17  0:41 UTC  (3+ messages)

[patch 13/20] timer: Switch to a non cascading wheel
 2016-06-17  0:40 UTC  (11+ messages)

[PATCH 0/6] memory: remove modular usage from non-modular drivers
 2016-06-17  0:37 UTC  (11+ messages)
` [PATCH 1/6] memory: atmel-sdramc: make it explicitly non-modular
` [PATCH 2/6] memory: mvebu-devbus: "
` [PATCH 3/6] memory: omap-gpmc: "
  ` [PATCH 4/6] memory: tegra20-mc: "
` [PATCH 5/6] memory: samsung/exynos-srom: "
` [PATCH 6/6] memory: atmel-ebi: "

[PATCH v6 0/6] crypto: algif - add akcipher
 2016-06-17  0:39 UTC  (5+ messages)
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface

[BUG] act_ife: sleeping functions called in atomic context
 2016-06-17  0:38 UTC  (3+ messages)

[PATCH 0/2] Correct iTCO Watchdog for Apollo Lake
 2016-06-17  0:36 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] x86: Fix Apollo Lake Watchdog address in PMC driver
  ` [PATCH v2 1/2] watchdog: iTCO-wdt handle 5th variation for Apollo Lake

[PATCH 0/5] treewide: fix unused-but-set warnings
 2016-06-17  0:33 UTC  (3+ messages)
` [PATCH 2/5] net: tlan: don't set unused function argument


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.