summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds29-1080/+4047
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-16/+8
2012-12-15Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2-12/+34
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-194/+380
2012-12-13Merge branch 'autofs' (patches from Ian Kent)Linus Torvalds2-51/+41
2012-12-13autofs4 - use simple_empty() for empty directory checkIan Kent1-17/+5
2012-12-13autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mountIan Kent2-34/+36
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-10/+6
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds15-17/+16
2012-12-12pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov1-1/+3
2012-12-12pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg1-2/+16
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+5
2012-12-12fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong1-3/+0
2012-12-12fs/buffer.c: do not inline exported functionYan Hong1-2/+1
2012-12-12writeback: fix a typo in commentYan Hong1-1/+1
2012-12-12procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-3/+3
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-1/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-71/+38
2012-12-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-954/+787
2012-12-12Merge tag 'for-linus-v3.8-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds69-2308/+3737
2012-12-12Merge tag 'dlm-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds5-14/+47
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-14/+17
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds11-78/+82
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-5/+5
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini4-9/+9
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-2/+2
2012-12-11mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse1-34/+8
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-13/+50
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon5-15/+8
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-25/+39
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky3-31/+65
2012-12-11cifs: parse the device name into UNC and prepathJeff Layton1-7/+88
2012-12-11cifs: fix up handling of prefixpath= optionJeff Layton2-27/+12
2012-12-11cifs: clean up handling of unc= optionJeff Layton1-27/+12
2012-12-11cifs: fix SID binary to string conversionJeff Layton2-9/+24
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar1-0/+78
2012-12-11ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o3-7/+18
2012-12-10ext4: ensure Inode flags consistency are checked at build timeCarlos Maiolino2-16/+14
2012-12-10ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma9-275/+4
2012-12-10ext4: remove unused variable from ext4_ext_in_cache()Zhi Yong Wu1-2/+0
2012-12-10ext4: remove redundant initialization in ext4_fill_super()Guo Chao1-1/+0
2012-12-10ext4: remove redundant code in ext4_alloc_inode()Guo Chao1-1/+0
2012-12-10ext4: use sync_inode_metadata() when syncing inode metadataGuo Chao1-5/+1
2012-12-10ext4: enable ext4 inline supportTao Ma2-1/+6
2012-12-10ext4: let fallocate handle inline data correctlyTao Ma3-0/+48
2012-12-10ext4: let ext4_truncate handle inline data correctlyTao Ma3-0/+107
2012-12-10ext4: evict inline data out if we need to strore xattr in inodeTao Ma3-12/+99
2012-12-10ext4: let fiemap work with inline dataTao Ma3-0/+54