summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-1211-78/+82
|\
| * mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-121-5/+5
| * mm: redefine address_space.assoc_mappingRafael Aquini2012-12-124-9/+9
| * mm: adjust address_space_operations.migratepage() return codeRafael Aquini2012-12-121-2/+2
| * mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse2012-12-121-34/+8Star
| * mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-121-13/+50
| * writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-125-15/+8Star
* | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-112-25/+39
|\ \
| * \ Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-175-3/+130
| |\ \
| * \ \ Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman2012-11-1437-214/+330
| |\ \ \
| * \ \ \ Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman2012-10-2936-231/+413
| |\ \ \ \
| * | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
| * | | | | TTY: devpts, document devpts inode operationsJiri Slaby2012-10-231-0/+21
| * | | | | TTY: devpts, do not set driver_dataJiri Slaby2012-10-231-15/+6Star
| * | | | | TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-231-6/+6
| * | | | | TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-231-5/+4Star
* | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-112-3/+2Star
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | sysfs: Mark sysfs_attr_ns staticJosh Triplett2012-11-271-2/+2
| * | | | | fs/debugsfs: remove unnecessary inode->i_private initializationYan Hong2012-11-161-1/+0Star
| | |_|/ / | |/| | |
* | | | | vfs: fix O_DIRECT read past end of block deviceLinus Torvalds2012-12-081-1/+17
* | | | | vfs: clear to the end of the buffer on partial buffer readsDan Carpenter2012-12-051-1/+1
* | | | | vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds2012-12-041-0/+52
* | | | | Merge branch 'block-dev'Linus Torvalds2012-12-033-190/+71Star
|\ \ \ \ \
| * | | | | blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-302-55/+14Star
| * | | | | direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds2012-11-291-3/+5
| * | | | | blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-291-101/+4Star
| * | | | | fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds2012-11-291-31/+48
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-014-10/+21
|\ \ \ \ \ \
| * | | | | | fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro2012-11-301-6/+8
| * | | | | | lookup_one_len: don't accept . and ..Al Viro2012-11-301-0/+5
| * | | | | | cifs: get rid of blind d_drop() in readdirAl Viro2012-11-301-1/+4
| * | | | | | nfs_lookup_revalidate(): fix a leakAl Viro2012-11-301-2/+2
| * | | | | | don't do blind d_drop() in nfs_prime_dcache()Al Viro2012-11-301-1/+2
* | | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-12-012-5/+4Star
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky2012-11-281-2/+1Star
| * | | | | | cifs: fix writeback race with file that is growingJeff Layton2012-11-271-3/+3
* | | | | | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-274-4/+20
|\ \ \ \ \ \ \
| * | | | | | | writeback: put unused inodes to LRU after writeback completionJan Kara2012-11-273-2/+17
| * | | | | | | proc: check vma->vm_file before dereferencingStanislav Kinsbursky2012-11-271-2/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-11-271-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2012-11-231-0/+2
* | | | | | | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-11-241-18/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-11-091-18/+21
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-11-214-19/+60
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ext3: Avoid underflow of in ext3_trim_fs()Lukas Czerner2012-11-191-2/+3
| * | | | | | reiserfs: Move quota calls out of write lockJan Kara2012-11-193-7/+25
| * | | | | | reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-191-0/+4
| * | | | | | reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-11-191-3/+8
| * | | | | | reiserfs: Fix lock ordering during remountJan Kara2012-11-191-7/+20
| | |/ / / / | |/| | | |
* | | | | | fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro2012-11-181-1/+2