aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2010-07-28fsnotify: mount point listeners list and global maskEric Paris
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris
2010-07-28fsnotify: remove group_num altogetherEric Paris
2010-07-28fsnotify: lock annotation for event replacementEric Paris
2010-07-28fsnotify: replace an event on a listEric Paris
2010-07-28fsnotify: clone existing eventsEric Paris
2010-07-28fsnotify: per group notification queue merge typesEric Paris
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris
2010-07-28fsnotify: include data in should_send callsEric Paris
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris
2010-07-28inotify: do not spam console without limitEric Paris
2010-07-28inotify: remove inotify in kernel interfaceEric Paris
2010-07-28inotify: do not reuse watch descriptorsEric Paris
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris
2010-07-28fsnotify: kzalloc fsnotify groupsEric Paris
2010-07-28inotify: use container_of instead of castingEric Paris
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris
2010-07-28inotify: simplify the inotify idr handlingEric Paris
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds
2010-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-07-19Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds
2010-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-07-20xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner
2010-07-19Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg
2010-07-19Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil
2010-07-19Btrfs: fix split_leaf double split corner caseChris Mason
2010-07-19[S390] dasd: use correct label location for diag fba disksPeter Oberparleiter
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-07-16ocfs2: Silence gcc warning in ocfs2_write_zero_page().Joel Becker
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil
2010-07-16ceph: reuse request message when replaying against recovering mdsSage Weil
2010-07-15jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara
2010-07-15ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down nodeWengang Wang