| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4: Use a hash of the topdir directory name for the Orlov parent group | Theodore Ts'o | 2009-06-13 | 4 | -13/+22 |
* | ext4: move the abort flag from s_mount_opts to s_mount_flags | Theodore Ts'o | 2009-06-13 | 3 | -16/+9 |
* | ext4: update the s_last_mounted field in the superblock | Theodore Ts'o | 2009-06-13 | 2 | -1/+42 |
* | ext4: change s_mount_opt to be an unsigned int | Theodore Ts'o | 2009-06-13 | 3 | -3/+3 |
* | ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl | Akira Fujita | 2009-06-17 | 6 | -3/+1378 |
* | ext4: avoid unnecessary spinlock in critical POSIX ACL path | Theodore Ts'o | 2009-04-27 | 1 | -5/+8 |
* | ext3: avoid unnecessary spinlock in critical POSIX ACL path | Linus Torvalds | 2009-04-27 | 1 | -5/+8 |
* | ext4: convert instrumentation from markers to tracepoints | Theodore Ts'o | 2009-06-17 | 6 | -121/+55 |
* | jbd2: convert instrumentation from markers to tracepoints | Theodore Ts'o | 2009-06-17 | 3 | -9/+78 |
* | AFS: Correctly translate auth error aborts and don't failover in such cases | David Howells | 2009-06-16 | 2 | -0/+18 |
* | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 10 | -62/+197 |
|\ |
|
| * | CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK | Tomas Szepe | 2009-06-16 | 1 | -7/+7 |
| * | remove put_cpu_no_resched() | Thomas Gleixner | 2009-06-16 | 1 | -3/+3 |
| * | poll: avoid extra wakeups in select/poll | Eric Dumazet | 2009-06-16 | 1 | -4/+36 |
| * | ntfs: use is_power_of_2() function for clarity. | Robert P. J. Day | 2009-06-16 | 2 | -2/+4 |
| * | writeback: skip new or to-be-freed inodes | Wu Fengguang | 2009-06-16 | 1 | -3/+3 |
| * | mm: remove __invalidate_mapping_pages variant | Mike Waychison | 2009-06-16 | 1 | -1/+1 |
| * | oom: move oom_adj value from task_struct to mm_struct | David Rientjes | 2009-06-16 | 1 | -3/+16 |
| * | mm: remove CONFIG_UNEVICTABLE_LRU config option | KOSAKI Motohiro | 2009-06-16 | 2 | -6/+0 |
| * | proc: export more page flags in /proc/kpageflags | Wu Fengguang | 2009-06-16 | 1 | -32/+120 |
| * | proc: kpagecount/kpageflags code cleanup | Wu Fengguang | 2009-06-16 | 1 | -6/+11 |
| * | mm: introduce PageHuge() for testing huge/gigantic pages | Wu Fengguang | 2009-06-16 | 1 | -0/+1 |
* | | send_sigio_to_task: sanitize the usage of fown->signum | Oleg Nesterov | 2009-06-16 | 1 | -5/+11 |
* | | shift current_cred() from __f_setown() to f_modown() | Oleg Nesterov | 2009-06-16 | 1 | -7/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-06-16 | 7 | -125/+151 |
|\ \ |
|
| * | | NLS: update handling of Unicode | Alan Stern | 2009-06-15 | 7 | -124/+150 |
| * | | nls: utf8_wcstombs: fix buffer overflow | Clemens Ladisch | 2009-06-15 | 1 | -0/+1 |
| * | | nls: utf8_wcstombs: use correct buffer size in error case | Clemens Ladisch | 2009-06-15 | 1 | -1/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-06-16 | 3 | -2/+79 |
|\ \ |
|
| * | | debugfs: use specified mode to possibly mark files read/write only | Robin Getz | 2009-06-15 | 1 | -0/+63 |
| * | | debugfs: fix docbook error | Jonathan Corbet | 2009-06-15 | 1 | -1/+1 |
| * | | debugfs: dont stop on first failed recursive delete | Steven Rostedt | 2009-06-15 | 1 | -0/+11 |
| * | | Sysfs: fix possible memleak in sysfs_follow_link | Armin Kuster | 2009-06-15 | 1 | -1/+4 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2009-06-16 | 1 | -0/+1 |
|\ \ |
|
| * | | jfs: fix regression preventing coalescing of extents | Dave Kleikamp | 2009-06-16 | 1 | -0/+1 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-06-16 | 17 | -96/+610 |
|\ \ \ |
|
| * | | | ocfs2/net: Use wait_event() in o2net_send_message_vec() | Sunil Mushran | 2009-06-15 | 1 | -5/+2 |
| * | | | ocfs2: Adjust rightmost path in ocfs2_add_branch. | Tao Ma | 2009-06-15 | 1 | -4/+76 |
| * | | | ocfs2: fdatasync should skip unimportant metadata writeout | Hisashi Hifumi | 2009-06-09 | 1 | -0/+3 |
| * | | | ocfs2: Remove redundant gotos in ocfs2_mount_volume() | Tao Ma | 2009-06-03 | 1 | -6/+1 |
| * | | | ocfs2: Add statistics for the checksum and ecc operations. | Joel Becker | 2009-06-03 | 4 | -19/+240 |
| * | | | ocfs2 patch to track delayed orphan scan timer statistics | Srinivas Eeda | 2009-06-03 | 3 | -1/+15 |
| * | | | ocfs2: timer to queue scan of all orphan slots | Srinivas Eeda | 2009-06-03 | 7 | -0/+197 |
| * | | | ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directories | Jan Kara | 2009-06-03 | 1 | -11/+10 |
| * | | | ocfs2: Fix possible deadlock in quota recovery | Jan Kara | 2009-06-03 | 1 | -7/+9 |
| * | | | ocfs2: Fix possible deadlock with quotas in ocfs2_setattr() | Jan Kara | 2009-06-03 | 1 | -23/+30 |
| * | | | ocfs2: Fix lock inversion in ocfs2_local_read_info() | Jan Kara | 2009-06-03 | 1 | -0/+5 |
| * | | | ocfs2: Fix possible deadlock in ocfs2_global_read_dquot() | Jan Kara | 2009-06-03 | 1 | -1/+3 |
| * | | | ocfs2: update comments in masklog.h | Coly Li | 2009-05-05 | 1 | -18/+17 |
| * | | | ocfs2: Don't printk the error when listing too many xattrs. | Tao Ma | 2009-05-05 | 1 | -2/+3 |