summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Btrfs: run delayed refs first when out of spaceJosef Bacik1-10/+10
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie4-23/+49
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie3-42/+21
2012-10-09Btrfs: fix memory leak in start_transaction()Miao Xie1-1/+3
2012-10-09btrfs: extended inode ref iterationMark Fasheh2-37/+138
2012-10-09btrfs: extended inode refsMark Fasheh7-79/+710
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds23-148/+44
2012-10-09kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-10-09fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong1-4/+3
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse2-6/+5
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-09Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-2/+7
2012-10-09Fix F_DUPFD_CLOEXEC breakageAl Viro1-1/+1
2012-10-09btrfs: improved readablity for add_inode_refJan Schmidt1-81/+97
2012-10-09Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik1-6/+40
2012-10-09btrfs: move transaction aborts to the point of failureDavid Sterba4-47/+80
2012-10-09Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie1-22/+35
2012-10-09Btrfs: fix off-by-one in file cloneLiu Bo1-9/+9
2012-10-09pnfsblock: cleanup nfs4_blkdev_getPeng Tao2-21/+5
2012-10-09NFS41: send real read size in layoutgetPeng Tao1-1/+9
2012-10-09NFS41: send real write size in layoutgetPeng Tao6-7/+57
2012-10-09NFS: track direct IO left bytesPeng Tao1-0/+5
2012-10-09exec: make de_thread() killableOleg Nesterov1-2/+14
2012-10-08cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-08Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-08[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French1-0/+6
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-27/+46
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds22-775/+1353
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds5-15/+125
2012-10-06NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()Trond Myklebust1-11/+14
2012-10-05omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2012-10-05fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat1-1/+1
2012-10-05proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi1-2/+1
2012-10-05proc: use kzalloc instead of kmalloc and memsetyan1-7/+6
2012-10-05proc: no need to initialize proc_inode->fd in proc_get_inode()yan1-1/+0
2012-10-05proc: return -ENOMEM when inode allocation failedyan1-1/+1
2012-10-05coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2-4/+107
2012-10-05coredump: add a new elf note with siginfo of the signalDenys Vlasenko2-2/+31
2012-10-05coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko5-17/+17
2012-10-05coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2-2/+2
2012-10-05coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov1-3/+7
2012-10-05coredump: update coredump-related headersAlex Kelly3-0/+9
2012-10-05coredump: make core dump functionality optionalAlex Kelly3-26/+37