summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-07-26vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro
2011-07-26btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro
2011-07-26v9fs_iop_get_acl: get rid of unused variableAl Viro
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet
2011-07-26fs: add missing unlock in default_llseek()Dan Carpenter
2011-07-26GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse
2011-07-25p9: avoid unused variable warningLinus Torvalds
2011-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-25vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25reiserfs: use hweight_long()Akinobu Mita
2011-07-25reiserfs: use proper little-endian bitopsAkinobu Mita
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins
2011-07-25oom: make deprecated use of oom_adj more verboseDavid Rientjes
2011-07-25fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce
2011-07-25vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds
2011-07-25cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky
2011-07-25[CIFS] Redundant null check after dereferenceSteve French
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig
2011-07-25cifs: introduce cifs_direntChristoph Hellwig
2011-07-25cifs: cleanup cifs_filldirChristoph Hellwig
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-25NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust
2011-07-25nfs: don't use d_move in nfs_async_rename_doneJeff Layton
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25bury posix_acl_..._masq() variantsAl Viro
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25generic_acl: no need to clone acl just to push it to set_cached_acl()Al Viro
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig
2011-07-259p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-25jfs: clean up some compiler warningsDave Kleikamp
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro
2011-07-249p: close ACL leaksAl Viro
2011-07-24ocfs2_init_acl(): fix a leakAl Viro
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-07-24writeback: don't busy retry writeback on new/freeing inodesWu Fengguang