summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov2011-07-271-7/+0Star
* exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa2011-07-271-2/+4
* exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa2011-07-271-0/+2
* fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-07-271-1/+1
* proc: fix a race in do_io_accounting()Vasiliy Kulikov2011-07-271-3/+13
* procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino2011-07-271-1/+1
* do_coredump: fix the "ispipe" error checkOleg Nesterov2011-07-271-6/+6
* coredump: escape / in hostname and commJiri Slaby2011-07-271-8/+23
* coredump: use task comm instead of (unknown)Jiri Slaby2011-07-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-2613-137/+249
|\
| * ceph: document unlocked d_parent accessesSage Weil2011-07-262-4/+11
| * ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-264-11/+17
| * ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-261-1/+3
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-264-13/+18
| * ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-261-15/+17
| * ceph: protect access to d_parentSage Weil2011-07-266-15/+33
| * ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12
| * ceph: set dir complete frag after adding capabilitySage Weil2011-07-261-13/+17
| * ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-261-0/+4
| * ceph: ignore lease maskSage Weil2011-07-263-18/+12Star
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-263-19/+37
| * ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-261-1/+2
| * ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-261-2/+3
| * ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-261-3/+19
| * ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum2011-07-261-2/+1Star
| * ceph: only queue capsnap if caps are dirtySage Weil2011-07-261-4/+2Star
| * ceph: fix snap writeback when racing with writesSage Weil2011-07-261-3/+20
| * ceph: use flag bit for at_end readdir flagSage Weil2011-07-262-6/+6
| * ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-264-2/+18
| * ceph: add flags field to file_infoSage Weil2011-07-261-1/+2
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-2614-230/+339
|\ \
| * | ext3: Fix data corruption in inodes with journalled dataJan Kara2011-07-231-5/+35
| * | ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui2011-07-221-5/+5
| * | ext3: Fix compilation with -DDX_DEBUGBernd Schubert2011-07-201-2/+2
| * | jbd: Use WRITE_SYNC in journal checkpoint.Tao Ma2011-06-281-1/+5
| * | jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-274-137/+104Star
| * | ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs()Lukas Czerner2011-06-251-3/+1Star
| * | ext3/ioctl.c: silence sparse warnings about different address spacesH Hartley Sweeten2011-06-251-2/+2
| * | ext3: Improve truncate error handlingJan Kara2011-06-251-38/+63
| * | ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara2011-06-251-2/+10
| * | jbd: fix a bug of leaking jh->b_jcountDing Dinghua2011-06-251-1/+1
| * | jbd: remove dependency on __GFP_NOFAILJan Kara2011-06-251-4/+4
| * | ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-252-17/+11Star
| * | jbd: Add fixed tracepointsLukas Czerner2011-06-253-0/+19
| * | ext3: Add fixed tracepointsLukas Czerner2011-06-256-16/+82
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-266-274/+286
|\ \ \
| * | | cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar2011-07-263-23/+103
| * | | CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-261-1/+1
| * | | [CIFS] Redundant null check after dereferenceSteve French2011-07-261-5/+0Star
| * | | cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig2011-07-252-58/+10Star