| Commit message (Expand) | Author | Age | Files | Lines |
* | configfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -2/+0 |
* | fat: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 2 | -10/+0 |
* | hpfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | minix: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | fuse: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | coda: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | afs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | affs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | 9p: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -4/+0 |
* | ncpfs: fix rename over directory with dangling references | Sage Weil | 2011-05-28 | 1 | -1/+9 |
* | ncpfs: document dentry_unhash usage | Sage Weil | 2011-05-28 | 1 | -1/+4 |
* | ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | hostfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | hfsplus: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -6/+2 |
* | hfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -6/+0 |
* | omfs: remove unnecessary dentry_unhash on rmdir, dir rneame | Sage Weil | 2011-05-28 | 1 | -8/+3 |
* | udf: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 2 | -6/+0 |
* | ufs: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | ubifs: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | nilfs2: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | logfs: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | jfs: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | jffs2: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | sysv: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | bfs: remove unnecessary dentry_unhash on dir rename | Sage Weil | 2011-05-28 | 1 | -3/+0 |
* | fs: cosmetic inode.c cleanups | Christoph Hellwig | 2011-05-27 | 1 | -49/+5 |
* | vfs: Improve the bio_add_page() and bio_add_pc_page() descriptions | Andreas Gruenbacher | 2011-05-27 | 1 | -8/+8 |
* | xattr: Fix error results for non-existent / invisible attributes | Andreas Gruenbacher | 2011-05-27 | 1 | -6/+10 |
* | fs: pass exact type of data dirties to ->dirty_inode | Christoph Hellwig | 2011-05-27 | 19 | -23/+21 |
* | Lift the check for automount points into do_lookup() | Al Viro | 2011-05-27 | 1 | -5/+5 |
* | Trim excessive arguments of follow_mount_rcu() | Al Viro | 2011-05-27 | 1 | -18/+8 |
* | split __follow_mount_rcu() into normal and .. cases | Al Viro | 2011-05-27 | 1 | -9/+26 |
* | Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-26 | 3 | -275/+50 |
|\ |
|
| * | xen: fix compile without CONFIG_XEN_DEBUG_FS | Jeremy Fitzhardinge | 2011-05-20 | 1 | -0/+2 |
| * | Use arbitrary_virt_to_machine() to deal with ioremapped pud updates. | Jeremy Fitzhardinge | 2011-05-20 | 1 | -1/+1 |
| * | Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates. | Jeremy Fitzhardinge | 2011-05-20 | 1 | -1/+1 |
| * | xen/mmu: remove all ad-hoc stats stuff | Jeremy Fitzhardinge | 2011-05-20 | 1 | -138/+0 |
| * | xen: use normal virt_to_machine for ptes | Jeremy Fitzhardinge | 2011-05-20 | 1 | -5/+5 |
| * | xen: make a pile of mmu pvop functions static | Jeremy Fitzhardinge | 2011-05-20 | 2 | -60/+23 |
| * | vmalloc: remove vmalloc_sync_all() from alloc_vm_area() | Jeremy Fitzhardinge | 2011-05-20 | 1 | -4/+0 |
| * | xen: condense everything onto xen_set_pte | Jeremy Fitzhardinge | 2011-05-20 | 1 | -46/+27 |
| * | xen: use mmu_update for xen_set_pte_at() | Jeremy Fitzhardinge | 2011-05-20 | 1 | -15/+11 |
| * | xen: drop all the special iomap pte paths. | Jeremy Fitzhardinge | 2011-05-20 | 1 | -25/+0 |
* | | selinux: don't pass in NULL avd to avc_has_perm_noaudit | Linus Torvalds | 2011-05-26 | 2 | -11/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2011-05-26 | 23 | -151/+203 |
|\ \ |
|
| * | | Squashfs: update email address | Phillip Lougher | 2011-05-26 | 23 | -24/+24 |
| * | | Squashfs: add extra sanity checks at mount time | Phillip Lougher | 2011-05-25 | 1 | -2/+16 |
| * | | Squashfs: add sanity checks to fragment reading at mount time | Phillip Lougher | 2011-05-25 | 3 | -4/+25 |
| * | | Squashfs: add sanity checks to lookup table reading at mount time | Phillip Lougher | 2011-05-25 | 3 | -4/+30 |