summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-14/+17
2012-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2012-12-12Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds11-78/+82
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes1-5/+5
2012-12-12mm: redefine address_space.assoc_mappingRafael Aquini4-9/+9
2012-12-12mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-2/+2
2012-12-12mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse1-34/+8
2012-12-12mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-13/+50
2012-12-12writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon5-15/+8
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-25/+39
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar1-0/+78
2012-12-08vfs: fix O_DIRECT read past end of block deviceLinus Torvalds1-1/+17
2012-12-08Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2-80/+2
2012-12-05vfs: clear to the end of the buffer on partial buffer readsDan Carpenter1-1/+1
2012-12-04vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds1-0/+52
2012-12-03Merge branch 'block-dev'Linus Torvalds3-190/+71
2012-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+21
2012-12-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+4
2012-11-30fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro1-6/+8
2012-11-30lookup_one_len: don't accept . and ..Al Viro1-0/+5
2012-11-30cifs: get rid of blind d_drop() in readdirAl Viro1-1/+4
2012-11-30nfs_lookup_revalidate(): fix a leakAl Viro1-2/+2
2012-11-30don't do blind d_drop() in nfs_prime_dcache()Al Viro1-1/+2
2012-11-30blkdev_max_block: make private to fs/buffer.cLinus Torvalds2-55/+14
2012-11-30direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds1-3/+5
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds1-101/+4
2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds1-31/+48
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-2/+2
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky1-2/+1
2012-11-27cifs: fix writeback race with file that is growingJeff Layton1-3/+3
2012-11-27Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds4-4/+20
2012-11-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2012-11-27writeback: put unused inodes to LRU after writeback completionJan Kara3-2/+17
2012-11-27proc: check vma->vm_file before dereferencingStanislav Kinsbursky1-2/+3
2012-11-27sysfs: Mark sysfs_attr_ns staticJosh Triplett1-2/+2
2012-11-27efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi4-14/+16
2012-11-27efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2-2/+3
2012-11-24Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds1-18/+21
2012-11-23jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2012-11-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-19/+60
2012-11-20ext3: Avoid underflow of in ext3_trim_fs()Lukas Czerner1-2/+3
2012-11-20reiserfs: Move quota calls out of write lockJan Kara3-7/+25
2012-11-20reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-20reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-20reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-11-18fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro1-1/+2
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2012-11-18Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-19/+69
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar1-78/+0