summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky2011-12-192-30/+26
|\
| * Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-1591-1205/+2076
| |\
| * | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-062-36/+31
* | | [S390] fix cputime overflow in uptime_proc_showMartin Schwidefsky2011-12-151-2/+7
* | | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-153-20/+19
* | | Merge tag 'tytso-for-linus-20111214' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-144-55/+31
|\ \ \
| * | | ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang2011-12-131-0/+12
| * | | ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initializedYongqiang Yang2011-12-131-1/+0
| * | | ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers()Yongqiang Yang2011-12-131-39/+2
| * | | ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang2011-12-131-2/+5
| * | | ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli2011-12-131-1/+1
| * | | ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o2011-12-121-9/+8
| * | | ext4: Fix crash due to getting bogus eh_depth value on big-endian systemsPaul Mackerras2011-12-121-1/+1
| * | | ext4: fix ext4_end_io_dio() racing against fsync()Theodore Ts'o2011-12-121-2/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-12-142-2/+7
|\ \ \
| * | | fuse: llseek fix raceMiklos Szeredi2011-12-131-0/+4
| * | | fuse: fix llseek bugRoel Kluin2011-12-131-1/+1
| * | | fuse: fix fuse_retrieveMiklos Szeredi2011-12-131-1/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-12-146-51/+45
|\ \ \
| * | | fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni2011-12-141-4/+4
| * | | configfs: register_filesystem() called too earlyAl Viro2011-12-132-20/+18
| * | | fuse: register_filesystem() called too earlyAl Viro2011-12-131-12/+12
| * | | ubifs: too early register_filesystem()Al Viro2011-12-131-10/+8
| * | | procfs: fix a vfsmount longterm reference leakAl Viro2011-12-091-5/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-1312-209/+216
|\ \ \ \
| * | | | ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh2011-12-131-0/+1
| * | | | ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-131-1/+2
| * | | | ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-0711-207/+212
| * | | | ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-021-1/+1
* | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-12-131-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | writeback: Fix issue on make htmldocsMarcos Paulo de Souza2011-11-291-0/+5
* | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-12-094-5/+39
|\ \ \ \ \
| * | | | | cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
| * | | | | cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-081-0/+2
| * | | | | cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-081-3/+3
| * | | | | CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
* | | | | | procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko2011-12-091-2/+2
* | | | | | fs/proc/meminfo.c: fix compilation errorClaudio Scordino2011-12-091-3/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-083-60/+66
|\ \ \ \ \
| * | | | | Btrfs: drop spin lock when memory alloc failsLiu Bo2011-12-081-8/+16
| * | | | | Btrfs: check if the to-be-added device is writableLi Zefan2011-12-081-1/+1
| * | | | | Btrfs: try cluster but don't advance in search listAlexandre Oliva2011-12-081-43/+31
| * | | | | Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva2011-12-071-8/+18
* | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-12-074-188/+200
|\ \ \ \ \ \
| * | | | | | xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-062-183/+177
| * | | | | | xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-061-4/+4
| * | | | | | xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner2011-12-021-1/+19
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-12-073-39/+58
|\ \ \ \ \ \ \
| * | | | | | | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-063-39/+58
* | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-12-025-25/+74
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
OpenPOWER on IntegriCloud