aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() staticTushar Behera1-2/+3
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton21-94/+94
2012-12-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-10/+14
2012-12-16Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds29-1080/+4047
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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/jikos/trivialLinus Torvalds15-17/+16
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCKLee Jones1-0/+4
2012-12-13ext3: drop if around WARN_ONJulia Lawall1-2/+1
2012-12-13ext3: get rid of the duplicate code on ext3_fill_superZhao Hongjiang1-3/+0
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon1-3/+0
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon1-2/+5
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
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 ftrace_sizeArve 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/viro/signalLinus 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/linux-dlmLinus Torvalds5-14/+47
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds4-14/+17
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/gregkh/ttyLinus Torvalds2-25/+39
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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