lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 16 Mar 2015 14:25:27 +0100
From:	Beata Michalska <b.michalska@...sung.com>
To:	lczerner@...hat.com, adilger.kernel@...ger.ca
Cc:	tytso@....edu, linux-ext4@...r.kernel.org,
	linux-kernel@...r.kernel.org, kyungmin.park@...sung.com
Subject: [PATCH v2 0/2] ext4: Add pollable sysfs entry for block threshold
 events


There has been a request to provide a notification whenever
the amount of free space drops below a certain level.
This level, preferably, could be adjusted based on the actual
space usage, so that appropraite actions can be undertaken
for different levels being reached. The idea here is to expose
a pollabe sysfs entry through which the threshold can be spcified,
in a form of a number of used logical blocks. Then, the process might
wait for a notification, through the very same sysfs entry, instead of
periodically calling statfs - as the concept introduced, is to
resemble the very last with hopefully, minimum overhead. When
the process wakes-up it might decide to increase the threshold
and once again wait for the notification.

---
v2:
	- rename the helper function to ext4_mark_group_corrupted
          and move the changes to a separate patch
	- move the call to notify function from ext4_mb_new_blocks
          and ext4_da_reserve_space to ext4_has_free_clusters,
          remove it from ext4_update_super
	- switch from used to available blocks
	- add documnetation for new sysfs entry
---

Beata Michalska (2):
  ext4: Add helper function to mark group as corrupted
  ext4: Add pollable sysfs entry for block threshold events

 Documentation/filesystems/ext4.txt |   11 +++++++
 fs/ext4/balloc.c                   |   45 +++++++++++---------------
 fs/ext4/ext4.h                     |   14 +++++++++
 fs/ext4/ialloc.c                   |    5 +--
 fs/ext4/mballoc.c                  |   13 ++------
 fs/ext4/super.c                    |   61 ++++++++++++++++++++++++++++++++++--
 6 files changed, 106 insertions(+), 43 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ