summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-23procfs: fix some wrong error code usageJovi Zhang
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita
2011-03-23ufs: use little-endian bitopsAkinobu Mita
2011-03-23udf: use little-endian bitopsAkinobu Mita
2011-03-23nilfs2: use little-endian bitopsAkinobu Mita
2011-03-23ocfs2: use little-endian bitopsAkinobu Mita
2011-03-23ext4: use little-endian bitopsAkinobu Mita
2011-03-23fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson
2011-03-23proc: disable mem_write after execStephen Wilson
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro
2011-03-23close race in /proc/*/environAl Viro
2011-03-23report errors in /proc/*/*map* sanelyAl Viro
2011-03-23pagemap: close races with suid execveAl Viro
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro
2011-03-23ext4: fix a BUG in mb_mark_used during trim.Tao Ma
2011-03-23NFSv4.1 remove temp code that prevented ds commitsFred Isaman
2011-03-23NFSv4.1: layoutcommitAndy Adamson
2011-03-23NFSv4.1: filelayout driver specific code for COMMITFred Isaman
2011-03-23NFSv4.1: remove GETATTR from ds commitsFred Isaman
2011-03-23NFSv4.1: add generic layer hooks for pnfs COMMITFred Isaman
2011-03-23NFSv4.1: alloc and free commit_bucketsFred Isaman
2011-03-23NFSv4.1: shift filelayout_free_lsegFred Isaman
2011-03-23NFSv4.1: pull out code from nfs_commit_releaseFred Isaman
2011-03-23NFSv4.1: pull error handling out of nfs_commit_listFred Isaman
2011-03-23NFSv4.1: add callback to nfs4_commit_doneFred Isaman
2011-03-23NFSv4.1: rearrange nfs_commit_rpcsetupFred Isaman
2011-03-23NFSv4.1: don't send COMMIT to ds for data sync writesFred Isaman
2011-03-23NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker
2011-03-23NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust
2011-03-23ext4: unused variables cleanup in fs/ext4/extents.cSergey Senozhatsky
2011-03-23ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep()Feng Tang
2011-03-23fix leaks in path_lookupat()Al Viro
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin
2011-03-22aio: wake all waiters when destroying ctxRoland Dreier
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales
2011-03-22adfs: improve timestamp precisionStuart Swales
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick
2011-03-22binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer