| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-07-01 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | jffs2: fix another potential leak on error path in scan.c | David Woodhouse | 2009-06-23 | 1 | -2/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-07-01 | 5 | -9/+228 |
|\ \ \ \ |
|
| * | | | | fuse: invalidation reverse calls | John Muir | 2009-06-30 | 4 | -3/+198 |
| * | | | | fuse: allow umask processing in userspace | Miklos Szeredi | 2009-06-30 | 3 | -4/+28 |
| * | | | | fuse: fix bad return value in fuse_file_poll() | Miklos Szeredi | 2009-06-30 | 1 | -1/+1 |
| * | | | | fuse: fix return value of fuse_dev_write() | Csaba Henk | 2009-06-30 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | elf: fix one check-after-use | Amerigo Wang | 2009-07-01 | 1 | -2/+2 |
* | | | | block: Create bip slabs with embedded integrity vectors | Martin K. Petersen | 2009-07-01 | 2 | -48/+133 |
* | | | | hostfs: set maximum filesize in superblock for proper LFS support | Wolfgang Illmeyer | 2009-06-30 | 1 | -0/+1 |
* | | | | ext2: return -EIO not -ESTALE on directory traversal through deleted inode | Bryan Donlan | 2009-06-30 | 1 | -2/+10 |
* | | | | elf: limit max map count to safe value | KAMEZAWA Hiroyuki | 2009-06-30 | 1 | -1/+4 |
* | | | | eventfd: revised interface and cleanups | Davide Libenzi | 2009-06-30 | 2 | -29/+117 |
* | | | | AFS: Fix lock imbalance | Jiri Slaby | 2009-06-30 | 1 | -1/+0 |
* | | | | integrity: add ima_counts_put (updated) | Mimi Zohar | 2009-06-29 | 1 | -0/+7 |
* | | | | cifs: fix fh_mutex locking in cifs_reopen_file | Jeff Layton | 2009-06-27 | 1 | -5/+5 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-06-26 | 15 | -158/+246 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [CIFS] remove unknown mount option warning message | Steve French | 2009-06-26 | 1 | -0/+4 |
| * | | | [CIFS] remove bkl usage from umount begin | Steve French | 2009-06-26 | 1 | -4/+7 |
| * | | | cifs: Fix incorrect return code being printed in cFYI messages | Suresh Jayaraman | 2009-06-25 | 5 | -20/+40 |
| * | | | [CIFS] cleanup asn handling for ntlmssp | Steve French | 2009-06-25 | 4 | -9/+52 |
| * | | | [CIFS] Copy struct *after* setting the port, instead of before. | Simo Leone | 2009-06-25 | 1 | -2/+2 |
| * | | | cifs: remove rw/ro options | Jeff Layton | 2009-06-25 | 1 | -6/+0 |
| * | | | cifs: fix problems with earlier patches | Jeff Layton | 2009-06-25 | 1 | -2/+0 |
| * | | | cifs: have cifs parse scope_id out of IPv6 addresses and use it | Jeff Layton | 2009-06-25 | 3 | -9/+33 |
| * | | | [CIFS] Do not send tree disconnect if session is already disconnected | Steve French | 2009-06-25 | 2 | -2/+2 |
| * | | | [CIFS] Fix build break | Steve French | 2009-06-15 | 1 | -1/+1 |
| * | | | cifs: display scopeid in /proc/mounts | Jeff Layton | 2009-06-15 | 1 | -11/+22 |
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2009-06-14 | 44 | -2083/+1341 |
| |\ \ \ |
|
| * | | | | cifs: add new routine for converting AF_INET and AF_INET6 addrs | Jeff Layton | 2009-06-13 | 4 | -40/+38 |
| * | | | | cifs: have cifs_show_options show forceuid/forcegid options | Jeff Layton | 2009-06-13 | 1 | -0/+5 |
| * | | | | cifs: remove unneeded NULL checks from cifs_show_options | Jeff Layton | 2009-06-13 | 1 | -71/+59 |
* | | | | | another race fix in jfs_check_acl() | Al Viro | 2009-06-24 | 1 | -6/+7 |
* | | | | | Get "no acls for this inode" right, fix shmem breakage | Al Viro | 2009-06-24 | 2 | -6/+3 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-06-24 | 48 | -741/+326 |
|\ \ \ \ \ |
|
| * | | | | | switch xfs to generic acl caching helpers | Al Viro | 2009-06-24 | 4 | -75/+9 |
| * | | | | | helpers for acl caching + switch to those | Al Viro | 2009-06-24 | 9 | -333/+91 |
| * | | | | | switch reiserfs to inode->i_acl | Al Viro | 2009-06-24 | 3 | -34/+4 |
| * | | | | | switch reiserfs to usual conventions for caching ACLs | Al Viro | 2009-06-24 | 2 | -19/+14 |
| * | | | | | reiserfs: minimal fix for ACL caching | Al Viro | 2009-06-24 | 1 | -1/+1 |
| * | | | | | switch nilfs2 to inode->i_acl | Al Viro | 2009-06-24 | 3 | -22/+0 |
| * | | | | | switch btrfs to inode->i_acl | Al Viro | 2009-06-24 | 4 | -27/+9 |
| * | | | | | switch jffs2 to inode->i_acl | Al Viro | 2009-06-24 | 5 | -48/+19 |
| * | | | | | switch jfs to inode->i_acl | Al Viro | 2009-06-24 | 4 | -41/+15 |
| * | | | | | switch ext4 to inode->i_acl | Al Viro | 2009-06-24 | 5 | -40/+10 |
| * | | | | | switch ext3 to inode->i_acl | Al Viro | 2009-06-24 | 4 | -36/+10 |
| * | | | | | switch ext2 to inode->i_acl | Al Viro | 2009-06-24 | 5 | -41/+11 |
| * | | | | | add caching of ACLs in struct inode | Al Viro | 2009-06-24 | 1 | -0/+10 |
| * | | | | | fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io... | Ankit Jain | 2009-06-24 | 3 | -29/+112 |
| * | | | | | cleanup __writeback_single_inode | Christoph Hellwig | 2009-06-24 | 1 | -50/+50 |