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>] [day] [month] [year] [list]
Date:	Sat, 06 Oct 2012 10:09:30 +0200
From:	Marco Stornelli <marco.stornelli@...il.com>
To:	Linux Kernel <linux-kernel@...r.kernel.org>,
	Linux FS Devel <linux-fsdevel@...r.kernel.org>,
	Al Viro <viro@...IV.linux.org.uk>
Subject: [PATCH 00/22 v2]  drop vmtruncate

Hi all,

I send the vmtruncate cleaning patches. With theses patches we remove 
the now deprecated vmtruncate and ->truncate() inode operations. The 
patches are now rebased against Linus tree and I add the cleaning of 
documentation. Please, consider this series for merge window of 3.7.

Thanks.

Marco Stornelli (22):
   ufs: drop vmtruncate
   sysv: drop vmtruncate
   reiserfs: drop vmtruncate
   procfs: drop vmtruncate
   omfs: drop vmtruncate
   ocfs2: drop vmtruncate
   adfs: drop vmtruncate
   affs: drop vmtruncate
   bfs: drop vmtruncate
   hfs: drop vmtruncate
   hpfs: drop vmtruncate
   jfs: drop vmtruncate
   hfsplus: drop vmtruncate
   hostfs: drop vmtruncate
   logfs: drop vmtruncate
   minix: drop vmtruncate
   ncpfs: drop vmtruncate
   nilfs2: drop vmtruncate
   ntfs: drop vmtruncate
   vfs: drop vmtruncate
   mm: drop vmtruncate
   documentation: drop vmtruncate

  Documentation/filesystems/Locking |    6 ------
  Documentation/filesystems/porting |   13 +------------
  Documentation/filesystems/vfs.txt |   11 -----------
  fs/adfs/inode.c                   |    5 +++--
  fs/affs/file.c                    |    8 +++++---
  fs/affs/inode.c                   |    5 ++++-
  fs/bfs/file.c                     |    5 +++--
  fs/hfs/inode.c                    |   19 +++++++++++++------
  fs/hfsplus/inode.c                |   19 +++++++++++++------
  fs/hostfs/hostfs_kern.c           |    8 +++++---
  fs/hpfs/file.c                    |    8 +++++---
  fs/hpfs/inode.c                   |    5 ++++-
  fs/jfs/file.c                     |    6 ++++--
  fs/jfs/inode.c                    |   13 +++++++++----
  fs/libfs.c                        |    2 --
  fs/logfs/readwrite.c              |   10 ++++++++--
  fs/minix/file.c                   |    6 ++++--
  fs/minix/inode.c                  |    7 +++++--
  fs/ncpfs/inode.c                  |    4 +++-
  fs/nilfs2/file.c                  |    1 -
  fs/nilfs2/inode.c                 |   18 +++++++++++++-----
  fs/nilfs2/recovery.c              |    7 +++++--
  fs/ntfs/file.c                    |    8 +++++---
  fs/ntfs/inode.c                   |   11 +++++++++--
  fs/ntfs/inode.h                   |    4 ++++
  fs/ocfs2/file.c                   |    3 ++-
  fs/omfs/file.c                    |   12 ++++++++----
  fs/proc/base.c                    |    3 ++-
  fs/proc/generic.c                 |    3 ++-
  fs/proc/proc_sysctl.c             |    3 ++-
  fs/reiserfs/file.c                |    3 +--
  fs/reiserfs/inode.c               |   15 +++++++++++----
  fs/reiserfs/reiserfs.h            |    1 +
  fs/sysv/file.c                    |    5 +++--
  fs/sysv/itree.c                   |    7 +++++--
  fs/ufs/inode.c                    |    5 +++--
  include/linux/fs.h                |    1 -
  include/linux/mm.h                |    1 -
  mm/truncate.c                     |   23 -----------------------
  39 files changed, 165 insertions(+), 129 deletions(-)

-- 
1.7.3.4
---

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