Revision 8d7531825c0dc24f3f300c07fb1a2a3a00b9e89c authored by Linus Torvalds on 27 February 2014, 18:37:22 UTC, committed by Linus Torvalds on 27 February 2014, 18:37:22 UTC
Pull filesystem fixes from Jan Kara:
 "Notification, writeback, udf, quota fixes

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

  The UDF patch is a nasty data corruption Al has recently reported,
  the revert of the writeback patch is due to possibility of violating
  sync(2) guarantees, and a quota bug can lead to corruption of quota
  files in ocfs2"

* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  fsnotify: Allocate overflow events with proper type
  fanotify: Handle overflow in case of permission events
  fsnotify: Fix detection whether overflow event is queued
  Revert "writeback: do not sync data dirtied after sync start"
  quota: Fix race between dqput() and dquot_scan_active()
  udf: Fix data corruption on file type conversion
  inotify: Fix reporting of cookies for inotify events
2 parent s bb7d43b + ff57cd5
History
File Mode Size
00-INDEX -rw-r--r-- 554 bytes
sched-arch.txt -rw-r--r-- 2.7 KB
sched-bwc.txt -rw-r--r-- 4.6 KB
sched-deadline.txt -rw-r--r-- 11.7 KB
sched-design-CFS.txt -rw-r--r-- 9.5 KB
sched-domains.txt -rw-r--r-- 4.3 KB
sched-nice-design.txt -rw-r--r-- 5.1 KB
sched-rt-group.txt -rw-r--r-- 6.8 KB
sched-stats.txt -rw-r--r-- 7.3 KB

back to top