| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | | [CIFS] Fix umount --force to wake up the pending response queue, not just | Steve French | 2005-11-29 | 5 | -8/+62 |
* | | [CIFS] Fix missing permission check on setattr when noperm mount option is | Steve French | 2005-11-29 | 5 | -13/+60 |
* | | [CIFS] When file is deleted locally but later recreated on the server | Steve French | 2005-11-28 | 3 | -20/+35 |
|/ |
|
* | NFS: Fix a spinlock recursion inside nfs_update_inode() | Trond Myklebust | 2005-11-25 | 1 | -14/+12 |
* | NFSv4: Fix typo in lock caching | Trond Myklebust | 2005-11-25 | 1 | -3/+3 |
* | NFSv4: Fix buggy nfs_wait_on_sequence() | Trond Myklebust | 2005-11-25 | 1 | -10/+10 |
* | [XFS] Resolve the xlog_grant_log_space hang, revert inline to macro. | Nathan Scott | 2005-11-25 | 1 | -24/+12 |
* | [XFS] Fix a case where attr2 format was being used unconditionally. | Nathan Scott | 2005-11-25 | 1 | -3/+8 |
* | [XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to run | Felix Blyakher | 2005-11-25 | 1 | -2/+3 |
* | [XFS] Fix a 32 bit value wraparound when providing a mapping for a large | Nathan Scott | 2005-11-25 | 1 | -7/+6 |
* | [XFS] handle error returns from freeze_bdev | Christoph Hellwig | 2005-11-25 | 1 | -1/+1 |
* | [XFS] Fix potential overflow in xfs_iomap_t delta for very large extents | Eric Sandeen | 2005-11-25 | 1 | -1/+1 |
* | [PATCH] jffs2 debug gcc-2.9x fix | Andrew Morton | 2005-11-23 | 1 | -4/+4 |
* | [PATCH] fix do_wait() vs exec() race | Oleg Nesterov | 2005-11-23 | 1 | -4/+4 |
* | [PATCH] Fix hugetlbfs_statfs() reporting of block limits | David Gibson | 2005-11-22 | 1 | -4/+8 |
* | [PATCH] Fix error handling with put_compat_statfs() | David Gibson | 2005-11-22 | 1 | -8/+8 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-11-21 | 1 | -5/+3 |
|\ |
|
| * | [COMPAT] net: SIOCGIFCONF data corruption | Alexandra Kossovsky | 2005-11-20 | 1 | -5/+3 |
* | | [PATCH] Remove compat ioctl semaphore | Andi Kleen | 2005-11-20 | 1 | -7/+0 |
|/ |
|
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2005-11-19 | 1 | -0/+169 |
|\ |
|
| * | [COMPAT]: EXT3_IOC_SETVERSION is _IOW() not _IOR(). | David S. Miller | 2005-11-18 | 1 | -1/+1 |
| * | [COMPAT]: Add ext3 ioctl translations. | David S. Miller | 2005-11-17 | 1 | -0/+36 |
| * | [DVB]: Add compat ioctl handling. | David S. Miller | 2005-11-16 | 1 | -0/+133 |
* | | [CIFS] Fix setattr of mode only (e.g. in some chmod cases) to Windows | Steve French | 2005-11-19 | 1 | -0/+1 |
* | | [CIFS] Fix mknod of block and chardev over SFU mounts | Steve French | 2005-11-18 | 3 | -13/+62 |
* | | [CIFS] Missing part of previous patch | Steve French | 2005-11-18 | 2 | -0/+3 |
* | | [CIFS] Fix scheduling while atomic when pending writes at file close time | Steve French | 2005-11-18 | 2 | -22/+56 |
* | | [CIFS] Vectored and async i/o turned on and correct the | Steve French | 2005-11-17 | 1 | -72/+45 |
* | | [CIFS] Recognize properly symlinks and char/blk devices (not just | Steve French | 2005-11-17 | 1 | -4/+44 |
* | | [CIFS] Fix sparse warnings on smb bcc (byte count) | Steve French | 2005-11-16 | 2 | -3/+3 |
* | | [CIFS] Fix endian errors (setfacl/getfacl failures) in handling ACLs | Steve French | 2005-11-15 | 1 | -14/+17 |
* | | [CIFS] Recognize properly symlinks and char/blk devices (not just FIFOs) | Steve French | 2005-11-15 | 2 | -10/+66 |
* | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2005-11-13 | 6 | -31/+27 |
|\ \
| |/ |
|
| * | [PATCH] ext2: remove duplicate newlines in ext2_fill_super | Johann Lombardi | 2005-11-13 | 1 | -1/+1 |
| * | [PATCH] aio: replace locking comments with assert_spin_locked() | Zach Brown | 2005-11-13 | 1 | -5/+12 |
| * | [PATCH] aio: remove kioctx from mm_struct | Zach Brown | 2005-11-13 | 1 | -18/+9 |