aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris2010-07-28
| * | | | | | | fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2010-07-28
| * | | | | | | fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2010-07-28
| * | | | | | | fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris2010-07-28
| * | | | | | | fsnotify: remove group_num altogetherEric Paris2010-07-28
| * | | | | | | fsnotify: lock annotation for event replacementEric Paris2010-07-28
| * | | | | | | fsnotify: replace an event on a listEric Paris2010-07-28
| * | | | | | | fsnotify: clone existing eventsEric Paris2010-07-28
| * | | | | | | fsnotify: per group notification queue merge typesEric Paris2010-07-28
| * | | | | | | fsnotify: send struct file when sending events to parents when possibleEric Paris2010-07-28
| * | | | | | | fsnotify: pass a file instead of an inode to open, read, and writeEric Paris2010-07-28
| * | | | | | | fsnotify: include data in should_send callsEric Paris2010-07-28
| * | | | | | | fsnotify: provide the data type to should_send_eventEric Paris2010-07-28
| * | | | | | | inotify: do not spam console without limitEric Paris2010-07-28
| * | | | | | | inotify: remove inotify in kernel interfaceEric Paris2010-07-28
| * | | | | | | inotify: do not reuse watch descriptorsEric Paris2010-07-28
| * | | | | | | fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris2010-07-28
| * | | | | | | fsnotify: kzalloc fsnotify groupsEric Paris2010-07-28
| * | | | | | | inotify: use container_of instead of castingEric Paris2010-07-28
| * | | | | | | fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris2010-07-28
| * | | | | | | fsnotify: allow addition of duplicate fsnotify marksEric Paris2010-07-28
| * | | | | | | fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris2010-07-28
| * | | | | | | inotify: simplify the inotify idr handlingEric Paris2010-07-28
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\ \ \ \ \ \ \ \
| * | | | | | | | no need for list_for_each_entry_safe()/resetting with superblock listAl Viro2010-08-09
| * | | | | | | | Fix sget() race with failing mountAl Viro2010-08-09
| * | | | | | | | vfs: don't hold s_umount over close_bdev_exclusive() callTejun Heo2010-08-09
| * | | | | | | | sysv: do not mark superblock dirty on remountArtem Bityutskiy2010-08-09
| * | | | | | | | sysv: do not mark superblock dirty on mountArtem Bityutskiy2010-08-09
| * | | | | | | | btrfs: remove junk sb_dirt changeArtem Bityutskiy2010-08-09
| * | | | | | | | BFS: clean up the superblock usageArtem Bityutskiy2010-08-09
| * | | | | | | | AFFS: wait for sb synchronization when neededArtem Bityutskiy2010-08-09
| * | | | | | | | AFFS: clean up dirty flag usageArtem Bityutskiy2010-08-09
| * | | | | | | | cifs: truncate falloutChristoph Hellwig2010-08-09
| * | | | | | | | mbcache: fix shrinker function return valueAndreas Gruenbacher2010-08-09
| * | | | | | | | mbcache: Remove unused featuresAndreas Gruenbacher2010-08-09
| * | | | | | | | add f_flags to struct statfs(64)Christoph Hellwig2010-08-09
| * | | | | | | | pass a struct path to vfs_statfsChristoph Hellwig2010-08-09
| * | | | | | | | All filesystems that need invalidate_inode_buffers() are doing that explicitlyAl Viro2010-08-09
| * | | | | | | | convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-09
| * | | | | | | | Make ->drop_inode() just return whether inode needs to be droppedAl Viro2010-08-09
| * | | | | | | | fs/inode.c:clear_inode() is goneAl Viro2010-08-09
| * | | | | | | | fs/inode.c:evict() doesn't care about delete vs. non-delete paths nowAl Viro2010-08-09
| * | | | | | | | ->delete_inode() is goneAl Viro2010-08-09
| * | | | | | | | convert ext4 to ->evict_inode()Al Viro2010-08-09
| * | | | | | | | convert logfs to ->evict_inode()Al Viro2010-08-09
| * | | | | | | | logfs: get rid of magical inodesAl Viro2010-08-09
| * | | | | | | | convert nilfs2 to ->evict_inode()Al Viro2010-08-09
| * | | | | | | | convert exofs to ->evict_inode()Al Viro2010-08-09
| * | | | | | | | convert reiserfs to ->evict_inode()Al Viro2010-08-09