summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-06-13ext4: teach the inode allocator to use a goal inode numberAndreas Dilger5-10/+26
2009-06-13ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o4-13/+22
2009-06-13ext4: move the abort flag from s_mount_opts to s_mount_flagsTheodore Ts'o3-16/+9
2009-06-13ext4: update the s_last_mounted field in the superblockTheodore Ts'o2-1/+42
2009-06-13ext4: change s_mount_opt to be an unsigned intTheodore Ts'o3-3/+3
2009-06-17ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctlAkira Fujita6-3/+1378
2009-04-27ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o1-5/+8
2009-04-27ext3: avoid unnecessary spinlock in critical POSIX ACL pathLinus Torvalds1-5/+8
2009-06-17ext4: convert instrumentation from markers to tracepointsTheodore Ts'o6-121/+55
2009-06-17jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o3-9/+78
2009-06-16AFS: Correctly translate auth error aborts and don't failover in such casesDavid Howells2-0/+18
2009-06-16Merge branch 'akpm'Linus Torvalds10-62/+197
2009-06-16CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCKTomas Szepe1-7/+7
2009-06-16remove put_cpu_no_resched()Thomas Gleixner1-3/+3
2009-06-16poll: avoid extra wakeups in select/pollEric Dumazet1-4/+36
2009-06-16ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2-2/+4
2009-06-16writeback: skip new or to-be-freed inodesWu Fengguang1-3/+3
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison1-1/+1
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-3/+16
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2-6/+0
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang1-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang1-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-0/+1
2009-06-16send_sigio_to_task: sanitize the usage of fown->signumOleg Nesterov1-5/+11
2009-06-16shift current_cred() from __f_setown() to f_modown()Oleg Nesterov1-7/+10
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds7-125/+151
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-2/+79
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-0/+1
2009-06-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-96/+610
2009-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-6/+24
2009-06-16jfs: fix regression preventing coalescing of extentsDave Kleikamp1-0/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+6
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds9-110/+147
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-16ubifs: register backing_dev_infoJens Axboe1-0/+3
2009-06-16btrfs: properly register fs backing deviceJens Axboe1-5/+21
2009-06-15NLS: update handling of UnicodeAlan Stern7-124/+150
2009-06-15nls: utf8_wcstombs: fix buffer overflowClemens Ladisch1-0/+1
2009-06-15nls: utf8_wcstombs: use correct buffer size in error caseClemens Ladisch1-1/+0
2009-06-15debugfs: use specified mode to possibly mark files read/write onlyRobin Getz1-0/+63
2009-06-15debugfs: fix docbook errorJonathan Corbet1-1/+1
2009-06-15debugfs: dont stop on first failed recursive deleteSteven Rostedt1-0/+11
2009-06-15Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster1-1/+4
2009-06-15Btrfs: always update root items for fs trees at commit timeYan Zheng1-6/+6
2009-06-15ocfs2/net: Use wait_event() in o2net_send_message_vec()Sunil Mushran1-5/+2
2009-06-15ocfs2: Adjust rightmost path in ocfs2_add_branch.Tao Ma1-4/+76
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds26-858/+725
2009-06-14ramfs: ignore unknown mount optionsMike Frysinger1-3/+6
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+6
2009-06-12Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusFelix Blyakher44-2083/+1341