aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17exec: use -ELOOP for max recursion depthKees Cook4-15/+6
2012-12-17proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2012-12-17/proc/pid/status: add "Seccomp" fieldKees Cook1-0/+8
2012-12-17procfs: add VmFlags field in smaps outputCyrill Gorcunov1-0/+53
2012-12-17proc: don't show nonexistent capabilitiesAndrew Vagin1-0/+9
2012-12-17fs/fat: strip "cp" prefix from codepage in displayDave Reisner1-1/+2
2012-12-17fat: ix mount option parsingJan Kara1-11/+11
2012-12-17fat: provide option for setting timezone offsetJan Kara3-9/+28
2012-12-17fat: notify when discard is not supportedNamjae Jeon1-0/+9
2012-12-17binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox1-1/+3
2012-12-17procfs: use kbasename()Andy Shevchenko1-5/+1
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