| Commit message (Expand) | Author | Age | Files | Lines |
* | jffs2: constify xattr_handler | Stephen Hemminger | 2010-05-21 | 7 | -15/+15 |
* | xfs: constify xattr_handler | Stephen Hemminger | 2010-05-21 | 4 | -9/+9 |
* | reiserfs: constify xattr_handler | Stephen Hemminger | 2010-05-21 | 7 | -18/+18 |
* | ext4: constify xattr_handler | Stephen Hemminger | 2010-05-21 | 6 | -16/+16 |
* | ext3: constify xattr handlers | Stephen Hemminger | 2010-05-21 | 6 | -16/+16 |
* | ext2: constify xattr_handler | Stephen Hemminger | 2010-05-21 | 6 | -16/+16 |
* | btrfs: constify xattr_handler | Stephen Hemminger | 2010-05-21 | 3 | -6/+6 |
* | fs: xattr_handler table should be const | Stephen Hemminger | 2010-05-21 | 6 | -15/+15 |
* | Introduce freeze_super and thaw_super for the fsfreeze ioctl | Josef Bacik | 2010-05-21 | 4 | -71/+110 |
* | Trim includes in fs/super.c | Al Viro | 2010-05-21 | 1 | -7/+0 |
* | Move grabbing s_umount to callers of grab_super() | Al Viro | 2010-05-21 | 2 | -2/+3 |
* | Take statfs variants to fs/statfs.c | Al Viro | 2010-05-21 | 4 | -192/+197 |
* | switch selinux delayed superblock handling to iterate_supers() | Al Viro | 2010-05-21 | 2 | -48/+8 |
* | new helper: iterate_supers() | Al Viro | 2010-05-21 | 6 | -82/+56 |
* | Bury __put_super_and_need_restart() | Al Viro | 2010-05-21 | 5 | -31/+6 |
* | fix prune_dcache()/umount() race | Al Viro | 2010-05-21 | 1 | -11/+6 |
* | In get_super() and user_get_super() restarts are unconditional | Al Viro | 2010-05-21 | 1 | -8/+10 |
* | fix get_active_super()/umount() race | Al Viro | 2010-05-21 | 1 | -7/+7 |
* | fix do_emergency_remount()/umount() races | Al Viro | 2010-05-21 | 1 | -3/+3 |
* | Convert simple loops over superblocks to list_for_each_entry_safe | Al Viro | 2010-05-21 | 4 | -20/+11 |
* | get rid of restarts in sync_filesystems() | Al Viro | 2010-05-21 | 3 | -27/+5 |
* | Leave superblocks on s_list until the end | Al Viro | 2010-05-21 | 6 | -4/+25 |
* | Saner locking around deactivate_super() | Al Viro | 2010-05-21 | 2 | -91/+30 |
* | get rid of S_BIAS | Al Viro | 2010-05-21 | 3 | -37/+24 |
* | get rid of open-coded grab_super() in get_active_super() | Al Viro | 2010-05-21 | 1 | -16/+3 |
* | sb_entry() has been killed a couple of years ago and resurrected on mismerge | Al Viro | 2010-05-21 | 1 | -1/+0 |
* | ceph: should use deactivate_locked_super() on failure exits | Al Viro | 2010-05-21 | 1 | -2/+1 |
* | Clean ecryptfs ->get_sb() up | Al Viro | 2010-05-21 | 1 | -83/+66 |
* | fix a couple of ecryptfs leaks | Al Viro | 2010-05-21 | 2 | -24/+7 |
* | Simplify devpts_get_sb() failure exits | Al Viro | 2010-05-21 | 1 | -6/+3 |
* | remove incorrect comment in do_emergency_remount | Christoph Hellwig | 2010-05-21 | 1 | -2/+0 |
* | clean DCACHE_CANT_MOUNT in d_delete() | Al Viro | 2010-05-21 | 1 | -0/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-05-21 | 3 | -19/+29 |
|\ |
|
| * | udf: BKL ioctl pushdown | John Kacur | 2010-05-05 | 3 | -19/+29 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-05-21 | 118 | -1140/+4145 |
|\ \ |
|
| * | | powerpc: Remove unused 'protect4gb' boot parameter | FUJITA Tomonori | 2010-05-21 | 1 | -12/+0 |
| * | | powerpc: Build-in e1000e for pseries & ppc64_defconfig | Michael Neuling | 2010-05-21 | 2 | -2/+2 |
| * | | powerpc/pseries: Make request_ras_irqs() available to other pseries code | Mark Nelson | 2010-05-21 | 4 | -60/+90 |
| * | | powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinity | Anton Blanchard | 2010-05-21 | 1 | -8/+12 |
| * | | powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaim | Anton Blanchard | 2010-05-21 | 1 | -0/+10 |
| * | | powerpc: Use smt_snooze_delay=-1 to always busy loop | Anton Blanchard | 2010-05-21 | 2 | -14/+13 |
| * | | powerpc: Remove check of ibm,smt-snooze-delay OF property | Anton Blanchard | 2010-05-21 | 1 | -29/+0 |
| * | | powerpc/kdump: Fix race in kdump shutdown | Michael Neuling | 2010-05-21 | 1 | -0/+27 |
| * | | powerpc/kexec: Fix race in kexec shutdown | Michael Neuling | 2010-05-21 | 6 | -17/+47 |
| * | | powerpc/kexec: Speedup kexec hash PTE tear down | Michael Neuling | 2010-05-21 | 1 | -13/+20 |
| * | | powerpc/pseries: Add hcall to read 4 ptes at a time in real mode | Michael Neuling | 2010-05-21 | 3 | -0/+57 |
| * | | powerpc: Use more accurate limit for first segment memory allocations | Anton Blanchard | 2010-05-21 | 1 | -4/+13 |
| * | | powerpc/kdump: Use chip->shutdown to disable IRQs | Anton Blanchard | 2010-05-21 | 1 | -1/+1 |
| * | | powerpc/kdump: CPUs assume the context of the oopsing CPU | Anton Blanchard | 2010-05-21 | 1 | -1/+5 |
| * | | powerpc/crashdump: Do not fail on NULL pointer dereferencing | Maxim Uvarov | 2010-05-21 | 1 | -0/+3 |