summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-04-12aio: don't include aio.h in sched.hKent Overstreet
2013-04-12aio: use xchg() instead of completion_lockKent Overstreet
2013-04-12aio: percpu ioctx refcountKent Overstreet
2013-04-12aio: percpu reqs_availableKent Overstreet
2013-04-12aio: reqs_active -> reqs_availableKent Overstreet
2013-04-12aio: give shared kioctx fields their own cachelinesKent Overstreet
2013-04-12aio: kill struct aio_ring_infoKent Overstreet
2013-04-12aio: kill batch allocationKent Overstreet
2013-04-12aio: change reqs_active to include unreaped completionsKent Overstreet
2013-04-12aio: use cancellation list lazilyKent Overstreet
2013-04-12aio: use flush_dcache_page()Kent Overstreet
2013-04-12aio-make-aio_read_evt-more-efficient-convert-to-hrtimers-checkpatch-fixesAndrew Morton
2013-04-12aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet
2013-04-12aio-refcounting-cleanup-checkpatch-fixesAndrew Morton
2013-04-12aio: refcounting cleanupKent Overstreet
2013-04-12aio-make-aio_put_req-lockless-checkpatch-fixesAndrew Morton
2013-04-12aio: make aio_put_req() locklessKent Overstreet
2013-04-12aio: do fget() after aio_get_req()Kent Overstreet
2013-04-12aio: dprintk() -> pr_debug()Kent Overstreet
2013-04-12aio: move private stuff out of aio.hKent Overstreet
2013-04-12aio: add kiocb_cancel()Kent Overstreet
2013-04-12aio: kill return value of aio_complete()Kent Overstreet
2013-04-12aio-remove-retry-based-aio-checkpatch-fixesAndrew Morton
2013-04-12aio: remove retry-based AIOZach Brown
2013-04-12inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton
2013-04-12nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton
2013-04-12exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-04-12set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov
2013-04-12fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes
2013-04-12coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov
2013-04-12coredump: factor out the setting of PF_DUMPCOREOleg Nesterov
2013-04-12coredump: introduce dump_interrupted()Oleg Nesterov
2013-04-12coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov
2013-04-12coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov
2013-04-12coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-12usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi
2013-04-12coredump: remove trailling whitespaceLucas De Marchi
2013-04-12fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon
2013-04-12fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon
2013-04-12fat: restructure export_operationsNamjae Jeon
2013-04-12fat: introduce a helper fat_get_blknr_offset()Namjae Jeon
2013-04-12fat: move fat_i_pos_read to fat.hNamjae Jeon
2013-04-12fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon
2013-04-12hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-04-12hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-04-12hfsplus-fix-warnings-in-fs-hfsplus-bfindc-in-function-hfs_find_1st_rec_by_cni...Andrew Morton
2013-04-12hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko
2013-04-12binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu
2013-04-12fs: make binfmt support for #! scripts modular and removableJosh Triplett
2013-04-12epoll: cleanup: hoist out f_op->poll callsEric Wong