aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-30ia64 perfmon: fix get_unmapped_area() use thereAl Viro1-8/+2
2012-05-30merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-05-30ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro2-25/+5
2012-05-30binfmt_flat: use vm_munmap, we are missing ->mmap_sem thereAl Viro1-4/+4
2012-05-30binfmt_elf: switch elf_map() to vm_mmap/vm_munmapAl Viro1-5/+3
2012-05-30vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-05-30pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-05-30vfs: remove unused __d_splice_alias argumentJ. Bruce Fields1-8/+5
2012-05-30vfs: stop d_splice_alias creating directory aliasesJ. Bruce Fields1-2/+1
2012-05-30i810: switch to vm_mmap()Al Viro1-3/+1
2012-05-30fsnotify: remove unused parameter from send_to_group()Dan Carpenter1-6/+6
2012-05-30fsnotify: handle subfiles' perm eventsNaohiro Aota1-1/+1
2012-05-30vfs: increment iversion when a file is truncatedDmitry Kasatkin1-0/+5
2012-05-30fs: Move bh_cachep to the __read_mostly sectionShai Fultheim1-1/+1
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang2-65/+65
2012-05-30jffs2: get rid of jffs2_sync_superArtem Bityutskiy4-21/+58
2012-05-30jffs2: remove unnecessary GC pass on syncArtem Bityutskiy1-2/+0
2012-05-30jffs2: remove unnecessary GC pass on umountArtem Bityutskiy1-3/+0
2012-05-30jffs2: remove lock_superArtem Bityutskiy1-3/+0
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro22-65/+1
2012-05-30parisc: get rid of nlink_t, switch to explicitly-sized typeAl Viro1-2/+2
2012-05-30powerpc: get rid of nlink_t uses, switch to explicitly-sized typeAl Viro1-2/+2
2012-05-29mips: get rid of nlink_t, use explictly-sized type (__u32 in all cases)Al Viro1-3/+3
2012-05-29mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro1-1/+1
2012-05-29get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data structureAl Viro1-5/+5
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen6-95/+96
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen5-102/+117
2012-05-29lglock: remove online variants of lockRusty Russell1-56/+2
2012-05-29ocfs: simplify symlink handlingAl Viro4-104/+31
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro1-39/+9
2012-05-29hpfs: assorted endianness annotationsAl Viro4-60/+60
2012-05-29hpfs: annotate eaAl Viro1-2/+2
2012-05-29hpfs: annotate struct hpfs_direntAl Viro3-12/+12
2012-05-29hpfs: annotate struct anodeAl Viro1-4/+4
2012-05-29hpfs: annotate struct fnodeAl Viro1-14/+14
2012-05-29hpfs: annotate btree nodes, get rid of bitfields messAl Viro3-51/+52
2012-05-29hpfs: annotate struct dnodeAl Viro1-4/+4
2012-05-29hpfs: bitmaps are little-endianAl Viro3-12/+12
2012-05-29hpfs: get rid of bitfields in struct fnodeAl Viro8-38/+32
2012-05-29hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro3-34/+35
2012-05-29fs: fix inode.c kernel-doc warningsRandy Dunlap1-2/+1
2012-05-29hpfs: endianness bugsAl Viro2-3/+3
2012-05-29btrfs: trivial endianness annotationsAl Viro3-7/+8
2012-05-29ocfs2: kill endianness abuses in blockcheck.cAl Viro1-20/+22
2012-05-29ocfs2: deal with __user misannotationsAl Viro2-21/+16
2012-05-29ocfs2: trivial endianness misannotationsAl Viro3-5/+5
2012-05-29affs: bury unused macrosAl Viro1-8/+0
2012-05-29kill v9fs_dentry_from_dir_inode()Al Viro1-21/+3
2012-05-29selinuxfs snprintf() misusesAl Viro1-29/+7
2012-05-29ceph: move encode_fh to new APISage Weil1-13/+21