| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-27 | 3 | -275/+50 |
|\ |
|
| * | xen: fix compile without CONFIG_XEN_DEBUG_FS | Jeremy Fitzhardinge | 2011-05-21 | 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-27 | 2 | -11/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2011-05-27 | 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 |
| * | | Squashfs: add sanity checks to id reading at mount time | Phillip Lougher | 2011-05-25 | 4 | -6/+37 |
| * | | Squashfs: add sanity checks to xattr reading at mount time | Phillip Lougher | 2011-05-25 | 1 | -0/+11 |
| * | | Squashfs: reverse order of filesystem table reading | Phillip Lougher | 2011-05-25 | 1 | -34/+37 |
| * | | Squashfs: move table allocation into squashfs_read_table() | Phillip Lougher | 2011-05-25 | 7 | -98/+44 |
* | | | m68knommu: use generic find_next_bit_le() | Akinobu Mita | 2011-05-27 | 1 | -44/+2 |
* | | | s390: use asm-generic/bitops/le.h | Akinobu Mita | 2011-05-27 | 1 | -35/+2 |
* | | | arm: use asm-generic/bitops/le.h | Akinobu Mita | 2011-05-27 | 1 | -38/+5 |
* | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-27 | 24 | -126/+2 |
* | | | bitops: add #ifndef for each of find bitops | Akinobu Mita | 2011-05-27 | 5 | -0/+29 |
* | | | arch: add #define for each of optimized find bitops | Akinobu Mita | 2011-05-27 | 5 | -0/+36 |
* | | | m68knommu: fix build error due to the lack of find_next_bit_le() | Akinobu Mita | 2011-05-27 | 1 | -0/+44 |
* | | | w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC support | Clifton Barnes | 2011-05-27 | 8 | -0/+1222 |
* | | | w1: have netlink search update kernel list | David Fries | 2011-05-27 | 3 | -5/+16 |
* | | | w1: complete the 1-wire (w1) ds1wm driver search algorithm | Jean-François Dagenais | 2011-05-27 | 2 | -103/+220 |
* | | | w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch support | Jean-François Dagenais | 2011-05-27 | 4 | -0/+411 |
* | | | w1: add 1-wire (w1) reset and resume command API support | Jean-François Dagenais | 2011-05-27 | 2 | -0/+28 |
* | | | kernel/profile.c: remove some duplicate code from profile_hits() | Rakib Mullick | 2011-05-27 | 1 | -7/+9 |