summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hostfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-6/+2
* hfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-6/+0
* omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil2011-05-281-8/+3
* udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-282-6/+0
* ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* jffs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* sysv: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* bfs: remove unnecessary dentry_unhash on dir renameSage Weil2011-05-281-3/+0
* fs: cosmetic inode.c cleanupsChristoph Hellwig2011-05-271-49/+5
* vfs: Improve the bio_add_page() and bio_add_pc_page() descriptionsAndreas Gruenbacher2011-05-271-8/+8
* xattr: Fix error results for non-existent / invisible attributesAndreas Gruenbacher2011-05-271-6/+10
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-2719-23/+21
* Lift the check for automount points into do_lookup()Al Viro2011-05-271-5/+5
* Trim excessive arguments of follow_mount_rcu()Al Viro2011-05-271-18/+8
* split __follow_mount_rcu() into normal and .. casesAl Viro2011-05-271-9/+26
* Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-263-275/+50
|\
| * xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge2011-05-201-0/+2
| * Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge2011-05-201-138/+0
| * xen: use normal virt_to_machine for ptesJeremy Fitzhardinge2011-05-201-5/+5
| * xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2011-05-202-60/+23
| * vmalloc: remove vmalloc_sync_all() from alloc_vm_area()Jeremy Fitzhardinge2011-05-201-4/+0
| * xen: condense everything onto xen_set_pteJeremy Fitzhardinge2011-05-201-46/+27
| * xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge2011-05-201-15/+11
| * xen: drop all the special iomap pte paths.Jeremy Fitzhardinge2011-05-201-25/+0
* | selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-262-11/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-2623-151/+203
|\ \
| * | Squashfs: update email addressPhillip Lougher2011-05-2623-24/+24
| * | Squashfs: add extra sanity checks at mount timePhillip Lougher2011-05-251-2/+16
| * | Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher2011-05-253-4/+25
| * | Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-253-4/+30
| * | Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-254-6/+37
| * | Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher2011-05-251-0/+11
| * | Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-251-34/+37
| * | Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-257-98/+44
* | | m68knommu: use generic find_next_bit_le()Akinobu Mita2011-05-261-44/+2
* | | s390: use asm-generic/bitops/le.hAkinobu Mita2011-05-261-35/+2
* | | arm: use asm-generic/bitops/le.hAkinobu Mita2011-05-261-38/+5
* | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-2624-126/+2
* | | bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-265-0/+29
* | | arch: add #define for each of optimized find bitopsAkinobu Mita2011-05-265-0/+36
* | | m68knommu: fix build error due to the lack of find_next_bit_le()Akinobu Mita2011-05-261-0/+44
* | | w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes2011-05-268-0/+1222
OpenPOWER on IntegriCloud