summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-07-26fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov
2011-07-26exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa
2011-07-26exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa
2011-07-26fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko
2011-07-26proc: fix a race in do_io_accounting()Vasiliy Kulikov
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino
2011-07-26do_coredump: fix the "ispipe" error checkOleg Nesterov
2011-07-26coredump: escape / in hostname and commJiri Slaby
2011-07-26coredump: use task comm instead of (unknown)Jiri Slaby
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-07-26ceph: document unlocked d_parent accessesSage Weil
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh
2011-07-26ceph: ignore lease maskSage Weil
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum
2011-07-26ceph: only queue capsnap if caps are dirtySage Weil
2011-07-26ceph: fix snap writeback when racing with writesSage Weil
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil
2011-07-26ceph: add flags field to file_infoSage Weil
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds
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