| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-01-04 | 3 | -20/+34 |
|\ |
|
| * | [PATCH] sysfs: handle failures in sysfs_make_dirent | Steven Rostedt | 2006-01-04 | 1 | -1/+5 |
| * | [PATCH] Driver core: Make block devices create the proper symlink name | Greg Kroah-Hartman | 2006-01-04 | 1 | -2/+25 |
| * | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 2006-01-04 | 1 | -3/+3 |
| * | [PATCH] remove mount/umount uevents from superblock handling | Kay Sievers | 2006-01-04 | 1 | -14/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-04 | 19 | -83/+5 |
|\ \ |
|
| * | | update the email address of Randy Dunlap | Adrian Bunk | 2006-01-03 | 1 | -1/+1 |
| * | | s/retreiv/retriev/g | Matt Mackall | 2006-01-03 | 1 | -2/+2 |
| * | | fs/qnx4/bitmap.c: #if 0 qnx4_new_block() | Adrian Bunk | 2006-01-03 | 1 | -0/+2 |
| * | | remove pointers to the defunct UDF mailing list | Adrian Bunk | 2006-01-03 | 16 | -80/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-01-04 | 1 | -8/+30 |
|\ \ |
|
| * \ | Merge by hand (conflicts in scsi_lib.c) | James Bottomley | 2005-12-15 | 3 | -14/+34 |
| |\ \ |
|
| * | | | [SCSI] seperate max_sectors from max_hw_sectors | Mike Christie | 2005-12-15 | 1 | -9/+11 |
| * | | | [SCSI] Convert SCSI mid-layer to scsi_execute_async | Mike Christie | 2005-12-14 | 1 | -0/+20 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-04 | 2 | -0/+4 |
|\ \ \ \ |
|
| * | | | | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 2006-01-03 | 2 | -0/+4 |
| | |_|/
| |/| | |
|
* | | | | Relax the rw_verify_area() error checking. | Linus Torvalds | 2006-01-04 | 2 | -10/+26 |
|/ / / |
|
* | | | Insanity avoidance in /proc | Linus Torvalds | 2005-12-30 | 1 | -24/+23 |
* | | | [PATCH] uml: hostfs - fix possible PAGE_CACHE_SHIFT overflows | Paolo 'Blaisorblade' Giarrusso | 2005-12-29 | 1 | -1/+6 |
* | | | [PATCH] Hostfs: remove unused var | Paolo 'Blaisorblade' Giarrusso | 2005-12-29 | 1 | -2/+0 |
* | | | [SPARC]: introduce a SPARC Kconfig symbol | Adrian Bunk | 2005-12-22 | 1 | -1/+1 |
* | | | [PATCH] fix posix lock on NFS | ASANO Masahiro | 2005-12-22 | 1 | -1/+2 |
* | | | [PATCH] relayfs: remove warning printk() in relay_switch_subbuf() | Tom Zanussi | 2005-12-20 | 1 | -2/+6 |
* | | | [PATCH] nfsd: check for read-only exports before setting acls | Andreas Gruenbacher | 2005-12-20 | 2 | -2/+2 |
* | | | NLM: Fix Oops in nlmclnt_mark_reclaim() | Trond Myklebust | 2005-12-19 | 1 | -0/+4 |
* | | | NFS: Fix another O_DIRECT race | Trond Myklebust | 2005-12-19 | 3 | -42/+33 |
| |/
|/| |
|
* | | [PATCH] xfs: missing gfp_t annotations | Al Viro | 2005-12-15 | 1 | -2/+2 |
* | | [PATCH] reiserfs: close open transactions on error path | Jeff Mahoney | 2005-12-14 | 1 | -8/+18 |
* | | [PATCH] reiserfs: skip commit on io error | Jeff Mahoney | 2005-12-14 | 1 | -4/+14 |
|/ |
|
* | [PATCH] inotify: add two inotify_add_watch flags | John McCutchan | 2005-12-12 | 1 | -3/+10 |
* | [PATCH] Fix listxattr() for generic security attributes | Daniel Drake | 2005-12-12 | 1 | -1/+1 |
* | NFSv4: Fix an Oops in the synchronous write path | Trond Myklebust | 2005-12-03 | 1 | -1/+10 |
* | NFS: Fix post-op attribute revalidation... | Trond Myklebust | 2005-12-03 | 2 | -0/+4 |
* | NFS: use set_page_writeback() in the appropriate places | Trond Myklebust | 2005-12-03 | 1 | -2/+4 |
* | NFS: Fix a few further cache consistency regressions | Trond Myklebust | 2005-12-03 | 1 | -34/+20 |
* | NFS: Fix cache consistency regression | Steve Dickson | 2005-12-03 | 1 | -0/+1 |
* | [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out. | Steve French | 2005-11-29 | 1 | -0/+1 |
* | [CIFS] Missing parenthesis and typo in previous fix | Steve French | 2005-11-29 | 2 | -2/+3 |
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2005-11-29 | 14 | -35/+84 |
|\ |
|
| * | [PATCH] hfsplus: don't modify journaled volume | Roman Zippel | 2005-11-29 | 4 | -6/+33 |
| * | [PATCH] reiserfs: handle cnode allocation failure gracefully | Jeff Mahoney | 2005-11-29 | 1 | -0/+9 |
| * | VM: add common helper function to create the page tables | Linus Torvalds | 2005-11-29 | 1 | -11/+1 |
| * | [JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects. | Thomas Gleixner | 2005-11-29 | 2 | -1/+3 |
| * | [PATCH] fuse: check for invalid node ID in fuse_create_open() | Miklos Szeredi | 2005-11-28 | 1 | -3/+8 |
| * | [PATCH] fuse: check directory aliasing in mkdir | Miklos Szeredi | 2005-11-28 | 1 | -9/+17 |
| * | [PATCH] Fix oops in vfs_quotaon_mount() | Jan Kara | 2005-11-28 | 1 | -0/+6 |
| * | [PATCH] v9fs: fix memory leak in v9fs dentry code | Latchesar Ionkov | 2005-11-28 | 1 | -0/+2 |
| * | [PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADD | Glauber de Oliveira Costa | 2005-11-28 | 1 | -0/+1 |
| * | [PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage() | Oleg Drokin | 2005-11-28 | 1 | -1/+1 |
| * | mm: re-architect the VM_UNPAGED logic | Linus Torvalds | 2005-11-28 | 1 | -4/+3 |