[GIT PULL] Notification, writeback, udf, quota fixes for 3.14-rc5

From: Jan Kara
Date: Wed Feb 26 2014 - 11:56:09 EST


Hello Linus,

could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

to get several fixes. Notification patches are (with one exception) a fallout
of my fsnotify rework which went into -rc1 (I've extented LTP to cover these
cornercases to avoid similar breakage in future). UDF patch is a nasty data
corruption Al has recently reported, revert of writeback patch is due to
possibility of violating sync(2) guarantees, and quota bug can lead to
corruption of quota files in ocfs2. Top of the tree is ff57cd5863cf. The full
shortlog is:

Jan Kara (7):
inotify: Fix reporting of cookies for inotify events
udf: Fix data corruption on file type conversion
quota: Fix race between dqput() and dquot_scan_active()
Revert "writeback: do not sync data dirtied after sync start"
fsnotify: Fix detection whether overflow event is queued
fanotify: Handle overflow in case of permission events
fsnotify: Allocate overflow events with proper type

The diffstat is

fs/fs-writeback.c | 33 +++++++++++----------------------
fs/notify/dnotify/dnotify.c | 2 +-
fs/notify/fanotify/fanotify.c | 8 +++++---
fs/notify/fanotify/fanotify_user.c | 13 +++++++++++++
fs/notify/fsnotify.c | 2 +-
fs/notify/group.c | 8 +++++++-
fs/notify/inotify/inotify.h | 2 +-
fs/notify/inotify/inotify_fsnotify.c | 3 ++-
fs/notify/inotify/inotify_user.c | 14 +++++++++++++-
fs/notify/notification.c | 20 +++++++++++++++-----
fs/quota/dquot.c | 14 +++++++++++---
fs/sync.c | 15 ++++++---------
fs/udf/file.c | 14 ++++++++++++--
fs/udf/inode.c | 1 +
fs/xfs/xfs_super.c | 2 +-
include/linux/fsnotify_backend.h | 4 ++--
include/linux/writeback.h | 2 +-
include/trace/events/writeback.h | 6 +++---
kernel/audit_tree.c | 2 +-
kernel/audit_watch.c | 2 +-
20 files changed, 108 insertions(+), 59 deletions(-)

Thanks
Honza

--
Jan Kara <jack@xxxxxxx>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/