aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* AFS: Correctly translate auth error aborts and don't failover in such casesDavid Howells2009-06-162-0/+18
* Merge branch 'akpm'Linus Torvalds2009-06-1610-62/+197
|\
| * CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCKTomas Szepe2009-06-161-7/+7
| * remove put_cpu_no_resched()Thomas Gleixner2009-06-161-3/+3
| * poll: avoid extra wakeups in select/pollEric Dumazet2009-06-161-4/+36
| * ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2009-06-162-2/+4
| * writeback: skip new or to-be-freed inodesWu Fengguang2009-06-161-3/+3
| * mm: remove __invalidate_mapping_pages variantMike Waychison2009-06-161-1/+1
| * oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-161-3/+16
| * mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-162-6/+0
| * proc: export more page flags in /proc/kpageflagsWu Fengguang2009-06-161-32/+120
| * proc: kpagecount/kpageflags code cleanupWu Fengguang2009-06-161-6/+11
| * mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-161-0/+1
* | send_sigio_to_task: sanitize the usage of fown->signumOleg Nesterov2009-06-161-5/+11
* | shift current_cred() from __f_setown() to f_modown()Oleg Nesterov2009-06-161-7/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-167-125/+151
|\ \
| * | NLS: update handling of UnicodeAlan Stern2009-06-157-124/+150
| * | nls: utf8_wcstombs: fix buffer overflowClemens Ladisch2009-06-151-0/+1
| * | nls: utf8_wcstombs: use correct buffer size in error caseClemens Ladisch2009-06-151-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-163-2/+79
|\ \
| * | debugfs: use specified mode to possibly mark files read/write onlyRobin Getz2009-06-151-0/+63
| * | debugfs: fix docbook errorJonathan Corbet2009-06-151-1/+1
| * | debugfs: dont stop on first failed recursive deleteSteven Rostedt2009-06-151-0/+11
| * | Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster2009-06-151-1/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2009-06-161-0/+1
|\ \
| * | jfs: fix regression preventing coalescing of extentsDave Kleikamp2009-06-161-0/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-06-1617-96/+610
|\ \ \
| * | | ocfs2/net: Use wait_event() in o2net_send_message_vec()Sunil Mushran2009-06-151-5/+2
| * | | ocfs2: Adjust rightmost path in ocfs2_add_branch.Tao Ma2009-06-151-4/+76
| * | | ocfs2: fdatasync should skip unimportant metadata writeoutHisashi Hifumi2009-06-091-0/+3
| * | | ocfs2: Remove redundant gotos in ocfs2_mount_volume()Tao Ma2009-06-031-6/+1
| * | | ocfs2: Add statistics for the checksum and ecc operations.Joel Becker2009-06-034-19/+240
| * | | ocfs2 patch to track delayed orphan scan timer statisticsSrinivas Eeda2009-06-033-1/+15
| * | | ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda2009-06-037-0/+197
| * | | ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directoriesJan Kara2009-06-031-11/+10
| * | | ocfs2: Fix possible deadlock in quota recoveryJan Kara2009-06-031-7/+9
| * | | ocfs2: Fix possible deadlock with quotas in ocfs2_setattr()Jan Kara2009-06-031-23/+30
| * | | ocfs2: Fix lock inversion in ocfs2_local_read_info()Jan Kara2009-06-031-0/+5
| * | | ocfs2: Fix possible deadlock in ocfs2_global_read_dquot()Jan Kara2009-06-031-1/+3
| * | | ocfs2: update comments in masklog.hColy Li2009-05-051-18/+17
| * | | ocfs2: Don't printk the error when listing too many xattrs.Tao Ma2009-05-051-2/+3
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-163-6/+24
|\ \ \ \
| * | | | block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
| * | | | ubifs: register backing_dev_infoJens Axboe2009-06-161-0/+3
| * | | | btrfs: properly register fs backing deviceJens Axboe2009-06-161-5/+21
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-06-161-6/+6
|\ \ \ \
| * | | | Btrfs: always update root items for fs trees at commit timeYan Zheng2009-06-151-6/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-169-110/+147
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fat: split fat_generic_ioctlChristoph Hellwig2009-06-081-88/+94
| * | | | FAT: add 'errors' mount optionDenis Karpov2009-06-049-22/+53