summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita2-0/+82
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-0/+6
2011-03-23ufs: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-23udf: use little-endian bitopsAkinobu Mita1-5/+4
2011-03-23nilfs2: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-23ocfs2: use little-endian bitopsAkinobu Mita1-5/+5
2011-03-23ext4: use little-endian bitopsAkinobu Mita1-6/+6
2011-03-23fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton1-1/+1
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson1-5/+0
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson1-24/+34
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson1-4/+22
2011-03-23proc: disable mem_write after execStephen Wilson1-0/+4
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2-4/+6
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro1-3/+3
2011-03-23close race in /proc/*/environAl Viro1-6/+4
2011-03-23report errors in /proc/*/*map* sanelyAl Viro3-11/+13
2011-03-23pagemap: close races with suid execveAl Viro2-7/+4
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro1-1/+1
2011-03-23ext4: fix a BUG in mb_mark_used during trim.Tao Ma1-3/+8
2011-03-23NFSv4.1 remove temp code that prevented ds commitsFred Isaman1-4/+0
2011-03-23NFSv4.1: layoutcommitAndy Adamson8-2/+362
2011-03-23NFSv4.1: filelayout driver specific code for COMMITFred Isaman5-7/+265
2011-03-23NFSv4.1: remove GETATTR from ds commitsFred Isaman3-7/+16
2011-03-23NFSv4.1: add generic layer hooks for pnfs COMMITFred Isaman3-17/+102
2011-03-23NFSv4.1: alloc and free commit_bucketsFred Isaman2-0/+24
2011-03-23NFSv4.1: shift filelayout_free_lsegFred Isaman1-10/+10
2011-03-23NFSv4.1: pull out code from nfs_commit_releaseFred Isaman1-3/+9
2011-03-23NFSv4.1: pull error handling out of nfs_commit_listFred Isaman1-10/+16
2011-03-23NFSv4.1: add callback to nfs4_commit_doneFred Isaman1-4/+10
2011-03-23NFSv4.1: rearrange nfs_commit_rpcsetupFred Isaman1-27/+33
2011-03-23NFSv4.1: don't send COMMIT to ds for data sync writesFred Isaman1-1/+4
2011-03-23NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker1-1/+27
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker2-8/+47
2011-03-23NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust1-1/+2
2011-03-23ext4: unused variables cleanup in fs/ext4/extents.cSergey Senozhatsky1-4/+1
2011-03-23ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep()Feng Tang1-1/+0
2011-03-23fix leaks in path_lookupat()Al Viro1-2/+5
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston3-5/+7
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin1-1/+1
2011-03-22aio: wake all waiters when destroying ctxRoland Dreier1-2/+2
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales5-26/+81
2011-03-22adfs: improve timestamp precisionStuart Swales1-21/+19
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales2-21/+84
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick1-7/+1
2011-03-22binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney1-1/+1
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer1-5/+28