summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2-16/+5
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris1-0/+2
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris4-22/+22
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris3-23/+23
2010-07-28fsnotify: mount point listeners list and global maskEric Paris4-26/+112
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris3-10/+17
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris1-3/+7
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris3-18/+26
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris3-9/+3
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris3-9/+5
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris1-3/+0
2010-07-28fsnotify: remove group_num altogetherEric Paris3-58/+4
2010-07-28fsnotify: lock annotation for event replacementEric Paris1-28/+13
2010-07-28fsnotify: replace an event on a listEric Paris1-0/+56
2010-07-28fsnotify: clone existing eventsEric Paris1-4/+25
2010-07-28fsnotify: per group notification queue merge typesEric Paris3-56/+75
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris1-3/+10
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris5-12/+11
2010-07-28fsnotify: include data in should_send callsEric Paris3-3/+4
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris3-3/+5
2010-07-28inotify: do not spam console without limitEric Paris1-7/+4
2010-07-28inotify: remove inotify in kernel interfaceEric Paris5-895/+1
2010-07-28inotify: do not reuse watch descriptorsEric Paris1-7/+6
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris1-12/+1
2010-07-28fsnotify: kzalloc fsnotify groupsEric Paris1-1/+1
2010-07-28inotify: use container_of instead of castingEric Paris1-1/+3
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris1-4/+7
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris3-5/+7
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris1-1/+9
2010-07-28inotify: simplify the inotify idr handlingEric Paris1-55/+139
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman1-5/+18
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds1-1/+1
2010-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-39/+72
2010-07-19Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds18-74/+103
2010-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-23/+126
2010-07-20xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner2-7/+67
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner4-53/+15
2010-07-19Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg1-2/+2
2010-07-19Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil1-3/+13
2010-07-19Btrfs: fix split_leaf double split corner caseChris Mason1-18/+111
2010-07-19[S390] dasd: use correct label location for diag fba disksPeter Oberparleiter1-2/+12
2010-07-19mm: add context argument to shrinker callbackDave Chinner14-16/+23
2010-07-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-219/+498
2010-07-16ocfs2: Silence gcc warning in ocfs2_write_zero_page().Joel Becker1-1/+1
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil2-0/+9
2010-07-16ceph: reuse request message when replaying against recovering mdsSage Weil1-5/+22