summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-05-31binfmt_flat: use vm_munmap, we are missing ->mmap_sem thereAl Viro
2012-05-31binfmt_elf: switch elf_map() to vm_mmap/vm_munmapAl Viro
2012-05-31vfs: umount_tree() might be called on subtree that had never made itAl Viro
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon
2012-05-31vfs: remove unused __d_splice_alias argumentJ. Bruce Fields
2012-05-31vfs: stop d_splice_alias creating directory aliasesJ. Bruce Fields
2012-05-31fsnotify: remove unused parameter from send_to_group()Dan Carpenter
2012-05-31vfs: increment iversion when a file is truncatedDmitry Kasatkin
2012-05-31fs: Move bh_cachep to the __read_mostly sectionShai Fultheim
2012-05-31fs: move file_remove_suid() to fs/inode.cCong Wang
2012-05-31jffs2: get rid of jffs2_sync_superArtem Bityutskiy
2012-05-31jffs2: remove unnecessary GC pass on syncArtem Bityutskiy
2012-05-31jffs2: remove unnecessary GC pass on umountArtem Bityutskiy
2012-05-31jffs2: remove lock_superArtem Bityutskiy
2012-05-30get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data str...Al Viro
2012-05-30brlocks/lglocks: API cleanupsAndi Kleen
2012-05-30brlocks/lglocks: turn into functionsAndi Kleen
2012-05-30ocfs: simplify symlink handlingAl Viro
2012-05-30get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro
2012-05-30hpfs: assorted endianness annotationsAl Viro
2012-05-30hpfs: annotate eaAl Viro
2012-05-30hpfs: annotate struct hpfs_direntAl Viro
2012-05-30hpfs: annotate struct anodeAl Viro
2012-05-30hpfs: annotate struct fnodeAl Viro
2012-05-30hpfs: annotate btree nodes, get rid of bitfields messAl Viro
2012-05-30hpfs: annotate struct dnodeAl Viro
2012-05-30hpfs: bitmaps are little-endianAl Viro
2012-05-30hpfs: get rid of bitfields in struct fnodeAl Viro
2012-05-30hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro
2012-05-30fs: fix inode.c kernel-doc warningsRandy Dunlap
2012-05-30hpfs: endianness bugsAl Viro
2012-05-30btrfs: trivial endianness annotationsAl Viro
2012-05-30ocfs2: kill endianness abuses in blockcheck.cAl Viro
2012-05-30ocfs2: deal with __user misannotationsAl Viro
2012-05-30ocfs2: trivial endianness misannotationsAl Viro
2012-05-30affs: bury unused macrosAl Viro
2012-05-30kill v9fs_dentry_from_dir_inode()Al Viro
2012-05-30ceph: move encode_fh to new APISage Weil
2012-05-30->encode_fh() API changeAl Viro
2012-05-30ubifs: use generic_fillattr()Al Viro
2012-05-30xfs: switch to proper __bitwise type for KM_... flagsAl Viro
2012-05-30switch utimes() to fget_light/fput_lightAl Viro
2012-05-30switch statfs to fget_light/fput_lightAl Viro
2012-05-30switch flock to fget_light/fput_lightAl Viro
2012-05-30switch signalfd4() to fget_light/fput_lightAl Viro
2012-05-30switch fcntl to fget_raw_light/fput_lightAl Viro
2012-05-30switch xattr syscalls to fget_light/fput_lightAl Viro
2012-05-30switch readdir/getdents to fget_light/fput_lightAl Viro
2012-05-30switch do_fsync() to fget_light()Al Viro
2012-05-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds