| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-12-24 | 18 | -116/+168 |
|\ |
|
| * | ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.c | Tao Ma | 2009-12-23 | 1 | -1/+1 |
| * | ocfs2/trivial: Use proper mask for 2 places in hearbeat.c | Tao Ma | 2009-12-23 | 1 | -2/+4 |
| * | Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink. | Tristan Ye | 2009-12-23 | 2 | -4/+21 |
| * | Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode? | Tristan Ye | 2009-12-17 | 1 | -0/+1 |
| * | ocfs2: Use FIEMAP_EXTENT_SHARED | Sunil Mushran | 2009-12-17 | 1 | -0/+2 |
| * | ocfs2: replace u8 by __u8 in ocfs2_fs.h | Coly Li | 2009-12-17 | 1 | -1/+1 |
| * | ocfs2: explicit declare uninitialized var in user_cluster_connect() | Coly Li | 2009-12-17 | 1 | -1/+1 |
| * | ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_no... | Jeff Liu | 2009-12-17 | 1 | -4/+0 |
| * | ocfs2: return -EAGAIN instead of EAGAIN in dlm | Tiger Yang | 2009-12-02 | 1 | -9/+9 |
| * | ocfs2/cluster: Make fence method configurable - v2 | Sunil Mushran | 2009-12-02 | 3 | -2/+72 |
| * | ocfs2: Set MS_POSIXACL on remount | Jan Kara | 2009-10-28 | 1 | -0/+4 |
| * | ocfs2: Make acl use the default | Jan Kara | 2009-10-28 | 2 | -41/+49 |
| * | ocfs2: Always include ACL support | Jan Kara | 2009-10-28 | 6 | -51/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-12-23 | 2 | -3/+6 |
|\ \ |
|
| * | | Driver core: bin_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+4 |
| * | | vfs: get_sb_single() - do not pass options twice | Kay Sievers | 2009-12-23 | 1 | -1/+2 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-12-23 | 4 | -39/+131 |
|\ \ \ |
|
| * | | | ocfs2: Set i_nlink properly during reflink. | Tao Ma | 2009-12-18 | 1 | -0/+3 |
| * | | | ocfs2: Add reflinked file's inode to inode hash eariler. | Tao Ma | 2009-12-18 | 1 | -1/+1 |
| * | | | ocfs2: refcounttree.c cleanup. | Tao Ma | 2009-12-02 | 1 | -25/+8 |
| * | | | ocfs2: Find proper end cpos for a leaf refcount block. | Tao Ma | 2009-12-02 | 3 | -13/+119 |
* | | | | quota: Improve checking of quota file header | Jan Kara | 2009-12-23 | 1 | -1/+4 |
* | | | | jbd: jbd-debug and jbd2-debug should be writable | Yin Kangkai | 2009-12-23 | 2 | -2/+3 |
* | | | | ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) | Dmitry Monakhov | 2009-12-23 | 1 | -6/+5 |
* | | | | ext4: Fix potential quota deadlock | Dmitry Monakhov | 2009-12-23 | 2 | -8/+7 |
* | | | | quota: Fix 64-bit limits setting on 32-bit archs | Jan Kara | 2009-12-23 | 1 | -2/+2 |
* | | | | ext3: Replace lock/unlock_super() with an explicit lock for resizing | Eric Sandeen | 2009-12-23 | 2 | -17/+19 |
* | | | | ext3: Replace lock/unlock_super() with an explicit lock for the orphan list | Eric Sandeen | 2009-12-23 | 2 | -9/+12 |
* | | | | ext3: ext3_mark_recovery_complete() doesn't need to use lock_super | Eric Sandeen | 2009-12-23 | 1 | -8/+0 |
* | | | | ext3: Remove outdated comment about lock_super() | Eric Sandeen | 2009-12-23 | 1 | -8/+1 |
* | | | | quota: Move duplicated code to separate functions | Dmitry Monakhov | 2009-12-23 | 1 | -39/+38 |
* | | | | ext4: Convert to generic reserved quota's space management. | Dmitry Monakhov | 2009-12-23 | 3 | -10/+17 |
* | | | | quota: decouple fs reserved space from quota reservation | Dmitry Monakhov | 2009-12-23 | 1 | -94/+119 |
* | | | | Add unlocked version of inode_add_bytes() function | Dmitry Monakhov | 2009-12-23 | 1 | -2/+8 |
* | | | | ext3: quota macros cleanup [V2] | Dmitry Monakhov | 2009-12-23 | 2 | -8/+8 |
| |/ /
|/| | |
|
* | | | jfs: Fix 32bit build warning | Alan Cox | 2009-12-22 | 1 | -1/+1 |
* | | | Sanitize f_flags helpers | Al Viro | 2009-12-22 | 3 | -12/+2 |
* | | | Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) | Al Viro | 2009-12-22 | 3 | -9/+17 |
* | | | anonfd: Allow making anon files read-only | Roland Dreier | 2009-12-22 | 5 | -6/+14 |
* | | | fs/compat_ioctl.c: fix build error when !BLOCK | Arnd Bergmann | 2009-12-22 | 1 | -2/+0 |
* | | | alloc_file(): simplify handling of mnt_clone_write() errors | Roland Dreier | 2009-12-22 | 1 | -3/+1 |
* | | | nfsd: fix "insecure" export option | J. Bruce Fields | 2009-12-20 | 1 | -1/+1 |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-19 | 1 | -7/+12 |
|\ \ \ |
|
| * | | | sched: Assert task state bits at build time | Peter Zijlstra | 2009-12-17 | 1 | -8/+10 |
| * | | | sched: Update task_state_arraypwith new states | Peter Zijlstra | 2009-12-17 | 1 | -2/+5 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2009-12-17 | 20 | -914/+1171 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mas... | Chris Mason | 2009-12-17 | 1 | -4/+9 |
| |\ \ \ \ |
|
| | * | | | | Btrfs: make sure fallocate properly starts a transaction | Chris Mason | 2009-12-17 | 1 | -4/+9 |
| * | | | | | Merge branch btrfs-master into for-linus | Chris Mason | 2009-12-17 | 20 | -916/+1168 |
| |\ \ \ \ \
| | |/ / / / |
|