aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse1-5/+8
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse1-0/+1
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-3/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-116/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov4-4/+4
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov12-7/+12
2012-10-09exec: make de_thread() killableOleg Nesterov1-2/+14
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-27/+46
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds22-775/+1353
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds5-15/+125
2012-10-06omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2012-10-06fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat1-1/+1
2012-10-06proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi1-2/+1
2012-10-06proc: use kzalloc instead of kmalloc and memsetyan1-7/+6
2012-10-06proc: no need to initialize proc_inode->fd in proc_get_inode()yan1-1/+0
2012-10-06proc: return -ENOMEM when inode allocation failedyan1-1/+1
2012-10-06coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2-4/+107
2012-10-06coredump: add a new elf note with siginfo of the signalDenys Vlasenko2-2/+31
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko5-17/+17
2012-10-06coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2-2/+2
2012-10-06coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov1-3/+7
2012-10-06coredump: update coredump-related headersAlex Kelly3-0/+9
2012-10-06coredump: make core dump functionality optionalAlex Kelly3-26/+37
2012-10-06fat: simplify writeback_inode()Namjae Jeon1-9/+5
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon1-3/+0
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop1-4/+6
2012-10-06fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop1-9/+14
2012-10-06fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop1-7/+0
2012-10-06fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop1-4/+6
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani6-137/+141
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani4-131/+174
2012-10-06fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon1-4/+2
2012-10-06hpfs: convert to use leXX_add_cpu()Wei Yongjun2-17/+17
2012-10-06binfmt_elf: Uninitialized variableAlan Cox1-1/+1
2012-10-06epoll: support for disabling items, and a self-test appPaton J. Lewis1-3/+35
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov6-13/+19
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds6-51/+136
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil1-2/+6
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds10-27/+373
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-3/+7
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds20-578/+451
2012-10-02Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-80/+447
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds94-2092/+2486
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas3-2/+26