aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds14-230/+339
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-274/+286
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds6-180/+223
2011-07-25p9: avoid unused variable warningLinus Torvalds1-1/+0
2011-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds5-5/+25
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds19-1267/+486
2011-07-25vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds1-0/+2
2011-07-25Merge 'akpm' patch seriesLinus Torvalds5-16/+11
2011-07-25reiserfs: use hweight_long()Akinobu Mita1-5/+1
2011-07-25reiserfs: use proper little-endian bitopsAkinobu Mita2-4/+4
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins1-2/+2
2011-07-25oom: make deprecated use of oom_adj more verboseDavid Rientjes1-4/+3
2011-07-25fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce1-1/+1
2011-07-25vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds1-1/+1
2011-07-25cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar3-23/+103
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-25[CIFS] Redundant null check after dereferenceSteve French1-5/+0
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig2-58/+10
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig1-86/+23
2011-07-25cifs: introduce cifs_direntChristoph Hellwig1-69/+125
2011-07-25cifs: cleanup cifs_filldirChristoph Hellwig1-44/+36
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-9/+5
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds55-742/+438
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig44-273/+83
2011-07-25bury posix_acl_..._masq() variantsAl Viro1-8/+3
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro15-204/+115
2011-07-25generic_acl: no need to clone acl just to push it to set_cached_acl()Al Viro1-8/+2
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro13-168/+138
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2-9/+5
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig2-12/+5
2011-07-259p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig1-1/+1
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds12-69/+65
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf1-1/+4
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-32/+25
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro4-5/+5
2011-07-249p: close ACL leaksAl Viro3-15/+22
2011-07-24ocfs2_init_acl(): fix a leakAl Viro1-0/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen4-3/+23
2011-07-24writeback: don't busy retry writeback on new/freeing inodesWu Fengguang1-1/+1
2011-07-23nfsd: don't break lease on CLAIM_DELEGATE_CURCasey Bodley1-6/+12
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-18/+30
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-3/+6
2011-07-23fs/9p: Always ask new inode in createAneesh Kumar K.V3-18/+61
2011-07-23fs/9p: Fix invalid mount options/argsPrem Karat1-9/+34
2011-07-23fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V6-29/+81
2011-07-23fs/9p: remove rename work around in 9pAneesh Kumar K.V1-5/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds172-1479/+1811
2011-07-23ext3: Fix data corruption in inodes with journalled dataJan Kara1-5/+35
2011-07-22vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov1-1/+1