aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow1-27/+24
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow4-16/+16
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow4-24/+24
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow1-27/+99
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow4-242/+195
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow2-14/+51
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow3-70/+613
2009-01-06fs/ncpfs/getopt.c: cleanup keneldocQinghuang Feng1-1/+0
2009-01-06fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng1-1/+1
2009-01-06fs: fix function param name in kernel-docRandy Dunlap1-1/+1
2009-01-06fs/inode: fix kernel-doc notationRandy Dunlap1-4/+4
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa1-0/+5
2009-01-06add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann1-0/+6
2009-01-06fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov1-1/+1
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet2-4/+4
2009-01-06poll: allow f_op->poll to sleepTejun Heo1-14/+62
2009-01-06fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap1-2/+15
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino1-14/+6
2009-01-06fs: sys_sync fixNick Piggin1-19/+1
2009-01-06fs: sync_sb_inodes fixNick Piggin1-7/+53
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin1-10/+2
2009-01-06UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy1-1/+8
2009-01-06block_write_begin(): remove useless gotoFranck Bui-Huu1-1/+0
2009-01-06hugetlb: unsigned ret cannot be negativeRoel Kluin1-4/+8
2009-01-06fs: truncate blocks outside i_size after O_DIRECT write errorDmitri Monakhov1-0/+13
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins1-2/+2
2009-01-06do_mpage_readpage(): remove useless clear_buffer_mapped() callFranck Bui-Huu1-1/+0
2009-01-06mm: do_sync_mapping_range integrity fixNick Piggin1-1/+1
2009-01-06do_mpage_readpage(): don't submit lots of small bios on boundaryMiquel van Smoorenburg1-1/+4
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-2/+4
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-2/+4
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds12-130/+316
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds42-1084/+961
2009-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds63-3046/+9587
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds37-169/+115
2009-01-05inotify: fix type errors in interfacesMichael Kerrisk1-1/+1
2009-01-05fix breakage in reiserfs_new_inode()Al Viro1-7/+6
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2009-01-05vfs: remove duplicate code in get_fs_type()Li Zefan1-10/+13
2009-01-05add a vfs_fsync helperChristoph Hellwig4-65/+45
2009-01-05sys_execve and sys_uselib do not call into fsnotifyEric Paris1-0/+5
2009-01-05zero i_uid/i_gid on inode allocationAl Viro18-43/+2
2009-01-05inode->i_op is never NULLAl Viro7-29/+22
2009-01-05ntfs: don't NULL i_opAl Viro1-3/+0
2009-01-05isofs check for NULL ->i_op in root directory is dead codeAl Viro1-6/+0
2009-01-05affs: do not zero ->i_opAl Viro1-2/+1
2009-01-05vfs: lseek(fd, 0, SEEK_CUR) race conditionAlain Knaff1-0/+13