summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | reiserfs: fix j_last_flush_trans_id typeAl Viro2009-04-201-1/+1
| * | | | | fs: Mark get_filesystem_list() as __init function.Tetsuo Handa2009-04-202-2/+2
| * | | | | kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2009-04-203-73/+52
| * | | | | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-207-97/+54
| * | | | | ecryptfs: use memdup_user()Li Zefan2009-04-201-10/+5
| * | | | | ncpfs: use memdup_user()Li Zefan2009-04-201-14/+7
| * | | | | xfs: use memdup_user()Li Zefan2009-04-202-24/+11
| * | | | | sysfs: use memdup_user()Li Zefan2009-04-201-10/+3
| * | | | | btrfs: use memdup_user()Li Zefan2009-04-202-46/+16
| * | | | | xattr: use memdup_user()Li Zefan2009-04-201-7/+3
| * | | | | autofs4: use memchr() in invalid_string()Al Viro2009-04-201-6/+4
| * | | | | Documentation/filesystems: remove out of date reference to BKL being heldAdrian McMenamin2009-04-201-2/+1
| * | | | | Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse2009-04-203-43/+30
| * | | | | fs/compat_ioctl: fix build when !BLOCKAlexander Beregalov2009-04-201-4/+3
| * | | | | Fix autofs_expire()Al Viro2009-04-201-16/+18
| * | | | | No need for crossing to mountpoint in audit_tag_tree()Al Viro2009-04-202-4/+0
| * | | | | Safer nfsd_cross_mnt()Al Viro2009-04-201-2/+7
| * | | | | Touch all affected namespaces on propagation of mountAl Viro2009-04-201-1/+1
| * | | | | Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro2009-04-201-1/+1
| | |_|/ / | |/| | |
* | | | | Fix SYSCALL_ALIAS for older MIPS assemblerThomas Bogendoerfer2009-04-211-1/+1
* | | | | NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust2009-04-211-1/+2
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-04-202-10/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [IA64] fix allmodconfig compilation breakage.Isaku Yamahata2009-04-201-2/+0
| * | | | [IA64] smp_flush_tlb_mm() should only send IPI's to cpus in cpu_vm_maskDimitri Sivanich2009-04-161-8/+5
| * | | | [IA64] export smp_send_rescheduleMarcelo Tosatti2009-04-161-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-04-203-21/+47
|\ \ \ \ \
| * | | | | PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki2009-04-193-21/+47
* | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-04-204-8/+20
|\ \ \ \ \ \
| * | | | | | agp: zero pages before sending to userspaceShaohua Li2009-04-201-2/+2
| * | | | | | drm: check for minor master before allowing drop master.Dave Airlie2009-04-201-0/+3
| * | | | | | drm: set/clear is_master when master changedJonas Bonn2009-04-201-1/+7
| * | | | | | drm: clean dirty memory after device releaseMa Ling2009-04-201-0/+1
| * | | | | | drm: count reaches -1Roel Kluin2009-04-201-5/+7
* | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-04-204-25/+51
|\ \ \ \ \ \ \
| * | | | | | | md: support bitmaps on RAID10 arrays larger then 2 terabytesNeilBrown2009-04-201-3/+3
| * | | | | | | md: update sync_completed and reshape_position even more often.NeilBrown2009-04-172-2/+4
| * | | | | | | md: improve usefulness and accuracy of sysfs file md/sync_completed.NeilBrown2009-04-143-12/+27
| * | | | | | | md: allow setting newly added device to 'in_sync' via sysfs.NeilBrown2009-04-141-1/+5
| * | | | | | | md: tiny md.h cleanupsChristoph Hellwig2009-04-141-8/+13
* | | | | | | | FS-Cache: Add MAINTAINERS record for FS-Cache and CacheFilesDavid Howells2009-04-201-0/+17
* | | | | | | | FRV: Don't attempt to #include <linux/blk.h> as it doesn't existDavid Howells2009-04-201-1/+0
* | | | | | | | driver: dont update dev_name via device_add pathKay Sievers2009-04-202-1/+5
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds2009-04-198-23/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | lguest: document 32-bit and PAE requirementsRusty Russell2009-04-191-5/+6
| * | | | | | | | lguest: tell git to ignore Documentation/lguest/lguestMatt Kraai2009-04-191-0/+1
| * | | | | | | | virtio: fix suspend when using virtio_balloonMarcelo Tosatti2009-04-191-1/+2
| * | | | | | | | lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell2009-04-195-17/+21
| * | | | | | | | lguest: fix crash on vmlinux imagesMatias Zabaljauregui2009-04-191-0/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-04-1913-35/+56
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix/misc' into for-linusTakashi Iwai2009-04-192-1/+6
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud