summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil1-13/+17
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh1-0/+4
2011-07-26ceph: ignore lease maskSage Weil3-18/+12
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil3-19/+37
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil1-1/+2
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil1-2/+3
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil1-3/+19
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum1-2/+1
2011-07-26ceph: only queue capsnap if caps are dirtySage Weil1-4/+2
2011-07-26ceph: fix snap writeback when racing with writesSage Weil1-3/+20
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil2-6/+6
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil4-2/+18
2011-07-26ceph: add flags field to file_infoSage Weil1-1/+2
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-274/+286
2011-07-26vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton1-4/+7
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds6-180/+223
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro1-1/+1
2011-07-26btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro1-2/+2
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro1-1/+1
2011-07-26v9fs_iop_get_acl: get rid of unused variableAl Viro1-1/+0
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet3-11/+32
2011-07-26fs: add missing unlock in default_llseek()Dan Carpenter1-4/+8
2011-07-26GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse1-2/+2
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/jik...Linus Torvalds5-9/+5
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds55-742/+438
2011-07-25NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust1-8/+8
2011-07-25nfs: don't use d_move in nfs_async_rename_doneJeff Layton1-10/+19
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell301-7820/+7021
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