summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-289-16/+20
* get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-284-7/+6
* get rid of pt_regs argument of do_execve_common()Al Viro2012-11-281-4/+4
* get rid of pt_regs argument of do_execve()Al Viro2012-11-281-10/+6
* make compat_do_execve() static, lose pt_regs argumentAl Viro2012-11-281-6/+4
* kill daemonize()Al Viro2012-11-282-30/+0
* 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
| * | | | xfs: silence uninitialised f.file warning.Dave Chinner2012-11-081-1/+1
| * | | | xfs: growfs: don't read garbage for new secondary superblocksDave Chinner2012-11-081-2/+19
| * | | | xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner2012-11-084-56/+54
| * | | | xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner2012-11-085-3/+13
| * | | | xfs: zero allocation_args on the kernel stackMark Tinguely2012-11-083-0/+5
| * | | | xfs: only update the last_sync_lsn when a transaction completesDave Chinner2012-11-081-3/+16
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2012-11-076-38/+43
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2012-11-072-12/+10
| * | | | GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski2012-11-072-8/+7
| * | | | GFS2: Fix FITRIM argument handlingLukas Czerner2012-11-071-3/+17
| * | | | GFS2: Require user to provide argument for FITRIMLukas Czerner2012-11-071-6/+2
| * | | | GFS2: Clean up some unused assignmentsAndrew Price2012-11-072-4/+0
| * | | | GFS2: Fix possible null pointer deref in gfs2_rs_allocAndrew Price2012-11-071-3/+2