summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'block-dev'Linus Torvalds2012-12-033-190/+71
|\
| * blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-292-55/+14
| * 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/+4
| * 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-291-6/+8
| * | lookup_one_len: don't accept . and ..Al Viro2012-11-291-0/+5
| * | cifs: get rid of blind d_drop() in readdirAl Viro2012-11-291-1/+4
| * | nfs_lookup_revalidate(): fix a leakAl Viro2012-11-291-2/+2
| * | don't do blind d_drop() in nfs_prime_dcache()Al Viro2012-11-291-1/+2
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-11-302-5/+4
|\ \ \ | |/ / |/| |
| * | CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky2012-11-281-2/+1
| * | cifs: fix writeback race with file that is growingJeff Layton2012-11-271-3/+3
* | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-264-4/+20
|\ \ \
| * | | writeback: put unused inodes to LRU after writeback completionJan Kara2012-11-263-2/+17
| * | | proc: check vma->vm_file before dereferencingStanislav Kinsbursky2012-11-261-2/+3
| | |/ | |/|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-11-261-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-231-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-204-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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-11-181-1/+0
|\ \ \
| * | | kill bogus BUG_ON() in do_close_on_exec()Al Viro2012-11-121-1/+0
* | | | Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-11-183-19/+69
|\ \ \ \
| * | | | xfs: drop buffer io reference when a bad bio is builtDave Chinner2012-11-171-2/+12
| * | | | xfs: fix broken error handling in xfs_vm_writepageDave Chinner2012-11-171-15/+39
| * | | | xfs: fix attr tree double split corruptionDave Chinner2012-11-171-2/+18
* | | | | mm, oom: reintroduce /proc/pid/oom_adjDavid Rientjes2012-11-161-0/+109
* | | | | Merge tag 'upstream-3.7-rc6' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-11-153-2/+19
|\ \ \ \ \
| * | | | | UBIFS: fix mounting problems after power cutsArtem Bityutskiy2012-10-261-2/+10
| * | | | | UBIFS: introduce categorized lprops counterArtem Bityutskiy2012-10-262-0/+9
| | |/ / / | |/| | |
* | | | | pstore: Fix NULL pointer dereference in console writesColin Ian King2012-11-141-1/+2
| |_|/ / |/| | |
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-11-102-30/+30
|\ \ \ \
| * | | | cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu2012-11-051-1/+10
| * | | | cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-031-29/+20
* | | | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-092-35/+4
|\ \ \ \ \
| * | | | | fanotify: fix missing breakEric Paris2012-11-091-0/+1
| * | | | | revert "epoll: support for disabling items, and a self-test app"Andrew Morton2012-11-091-35/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-11-0913-63/+127
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xfs: fix reading of wrapped log dataDave Chinner2012-11-081-1/+1
| * | | | xfs: fix buffer shudown reference count mismatchDave Chinner2012-11-081-0/+18
| * | | | xfs: don't vmap inode cluster buffers during freeDave Chinner2012-11-081-1/+2
| * | | | xfs: invalidate allocbt blocks moved to the free listDave Chinner2012-11-081-0/+2