summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-16make generic_acl slightly more genericChristoph Hellwig6-257/+109
2009-12-16sanitize xattr handler prototypesChristoph Hellwig39-815/+533
2009-12-16libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten2-1/+1
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Jeff Layton1-0/+45
2009-12-16ima: limit imbalance msgMimi Zohar1-9/+53
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro4-62/+9
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro6-43/+28
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro4-6/+2
2009-12-16O_TRUNC open shouldn't fail after file truncationAl Viro1-53/+56
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris2-5/+2
2009-12-16IMA: clean up the IMA counts updating codeEric Paris2-49/+70
2009-12-16ima: only insert at inode creation timeEric Paris3-66/+14
2009-12-16ima: valid return code from ima_inode_allocEric Paris1-3/+1
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris5-1/+7
2009-12-16Sanitize exec_permission_lite()Al Viro1-9/+8
2009-12-16Kill cached_lookup() and real_lookup()Al Viro1-87/+66
2009-12-16Kill path_lookup_open()Al Viro1-32/+16
2009-12-16Take hash recalculation into do_lookup()Al Viro1-17/+11
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro3-11/+1
2009-12-16switch cachefiles to kern_path()Al Viro1-7/+4
2009-12-16fix the crap in dst/dcoreAl Viro1-41/+5
2009-12-16kill __link_path_walk()/link_path_walk() distinctionAl Viro1-34/+34
2009-12-16lift path_put(path) to callers of __do_follow_link()Al Viro1-2/+2
2009-12-16switch create_read_pipe() to alloc_file()Al Viro1-9/+3
2009-12-16switch alloc_file() to passing struct pathAl Viro11-63/+78
2009-12-16switch nilfs2 to deactivate_locked_super()Al Viro1-2/+1
2009-12-16get rid of init_file()Al Viro2-31/+2
2009-12-16switch sock_alloc_file() to alloc_file()Al Viro1-11/+11
2009-12-169p connect fixesAl Viro1-66/+46
2009-12-16merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro1-57/+23
2009-12-16reorder alloc_fd/attach_fd in socketpair()Al Viro1-17/+14
2009-12-16unexport get_empty_filp()Al Viro1-2/+0
2009-12-16switched inotify_init1() to alloc_file()Al Viro1-15/+10
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro1-12/+9
2009-12-16sanitize do_pipe_flags() callers in archAl Viro5-27/+2
2009-12-16perf diff: Change the default sort order to "dso,symbol"Arnaldo Carvalho de Melo1-0/+2
2009-12-16Toshiba Bluetooth Enabling driver (RFKill handler v3)Jes Sorensen3-0/+160
2009-12-16edac, mce, amd: silence GART TLB errorsBorislav Petkov1-15/+6
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo8-110/+169
2009-12-16perf report: Fix cut'n'paste error recently introducedArnaldo Carvalho de Melo1-1/+1
2009-12-16perf session: Move perf report specific hits out of perf_session__fprintf_histsArnaldo Carvalho de Melo2-11/+5
2009-12-16perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo3-397/+385
2009-12-16genalloc: use bitmap_find_next_zero_areaAkinobu Mita1-21/+12
2009-12-16ia64: use bitmap_find_next_zero_areaAkinobu Mita1-14/+5
2009-12-16sparc: use bitmap_find_next_zero_areaAkinobu Mita2-24/+9
2009-12-16mlx4: use bitmap_find_next_zero_areaAkinobu Mita1-33/+4
2009-12-16isp1362-hcd: use bitmap_find_next_zero_areaAkinobu Mita1-20/+6
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita7-64/+21
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita2-0/+92
2009-12-16qnx4: use hweight8Akinobu Mita1-16/+1