summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-12-18exec: use -ELOOP for max recursion depthKees Cook4-15/+6
2012-12-18proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2012-12-18/proc/pid/status: add "Seccomp" fieldKees Cook1-0/+8
2012-12-18procfs: add VmFlags field in smaps outputCyrill Gorcunov1-0/+53
2012-12-18proc: don't show nonexistent capabilitiesAndrew Vagin1-0/+9
2012-12-18fs/fat: strip "cp" prefix from codepage in displayDave Reisner1-1/+2
2012-12-18fat: ix mount option parsingJan Kara1-11/+11
2012-12-18fat: provide option for setting timezone offsetJan Kara3-9/+28
2012-12-18fat: notify when discard is not supportedNamjae Jeon1-0/+9
2012-12-18binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox1-1/+3
2012-12-18procfs: use kbasename()Andy Shevchenko1-5/+1
2012-12-18fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() staticTushar Behera1-2/+3
2012-12-18lseek: 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/jac...Linus Torvalds4-10/+14
2012-12-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds29-1080/+4047
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-16/+8
2012-12-16Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2-12/+34
2012-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-194/+380
2012-12-14Merge branch 'autofs' (patches from Ian Kent)Linus Torvalds2-51/+41
2012-12-14autofs4 - use simple_empty() for empty directory checkIan Kent1-17/+5
2012-12-14autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mountIan Kent2-34/+36
2012-12-14Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-10/+6
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds15-17/+16
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee 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-13pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov1-1/+3
2012-12-13pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg1-2/+16
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+5
2012-12-13fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong1-3/+0
2012-12-13fs/buffer.c: do not inline exported functionYan Hong1-2/+1
2012-12-13writeback: fix a typo in commentYan Hong1-1/+1
2012-12-13procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-3/+3
2012-12-13thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-1/+1
2012-12-13Merge 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-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2012-12-12Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds11-78/+82
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes1-5/+5
2012-12-12mm: redefine address_space.assoc_mappingRafael Aquini4-9/+9
2012-12-12mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-2/+2
2012-12-12mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse1-34/+8
2012-12-12mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-13/+50
2012-12-12writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon5-15/+8