aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-04-21kill mm argument of vm_munmap()Gravatar Al Viro 1-1/+1
2012-04-21aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()Gravatar Al Viro 1-1/+14
2012-04-20VM: add "vm_mmap()" helper functionGravatar Linus Torvalds 5-47/+15
2012-04-20VM: add "vm_munmap()" helper functionGravatar Linus Torvalds 1-5/+2
2012-04-20VM: add "vm_brk()" helper functionGravatar Linus Torvalds 2-26/+9
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-5/+5
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 3-27/+128
2012-04-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-40/+15
2012-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 11-46/+36
2012-04-17Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-62/+20
2012-04-16ext4: fix handling of journalled quota optionsGravatar Theodore Ts'o 1-17/+15
2012-04-16ext4: address scalability issue by removing extent cache statisticsGravatar Theodore Ts'o 3-23/+0
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-21/+40
2012-04-13lockd: fix the endianness bugGravatar Al Viro 2-2/+2
2012-04-13ocfs2: ->e_leaf_clusters endianness breakageGravatar Al Viro 1-2/+2
2012-04-13ocfs2: ->rl_count endianness breakageGravatar Al Viro 1-1/+1
2012-04-13ocfs: ->rl_used breakage on big-endianGravatar Al Viro 1-4/+4
2012-04-13ocfs2: ->l_next_free_req breakage on big-endianGravatar Al Viro 2-3/+3
2012-04-13btrfs: btrfs_root_readonly() broken on big-endianGravatar Al Viro 1-1/+1
2012-04-13Fix number parsing in cifs_parse_mount_optionsGravatar Sachin Prabhu 1-1/+1
2012-04-13ext4: fix endianness breakage in ext4_split_extent_at()Gravatar Al Viro 1-1/+1
2012-04-13nfsd: fix compose_entry_fh() failure exitsGravatar Al Viro 1-14/+8
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Gravatar Al Viro 1-1/+1
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingGravatar Al Viro 1-1/+1
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsGravatar Al Viro 1-14/+9
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountGravatar Al Viro 1-3/+4
2012-04-12Btrfs: use commit root when loading free space cacheGravatar Josef Bacik 2-10/+3
2012-04-12Merge tag 'driver-core-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+9
2012-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+28
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionGravatar Dave Jones 1-4/+5
2012-04-12Btrfs: check return value of bio_alloc() properlyGravatar Tsutomu Itoh 3-0/+10
2012-04-12Btrfs: remove lock assert from get_restripe_target()Gravatar Ilya Dryomov 1-3/+2
2012-04-12Btrfs: fix eof while discarding extentsGravatar Liu Bo 1-2/+18
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureGravatar Chris Mason 1-1/+1
2012-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Gravatar Chris Mason 1-1/+1
2012-04-11Cleanup handling of NULL value passed for a mount optionGravatar Sachin Prabhu 1-61/+19
2012-04-11nfsd: don't fail unchecked creates of non-special filesGravatar J. Bruce Fields 2-5/+5
2012-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesGravatar Linus Torvalds 7-13/+41
2012-04-11fuse: allow nanosecond granularityGravatar Miklos Szeredi 1-0/+1
2012-04-10sysfs: handle 'parent deleted before child added'Gravatar Dan Williams 1-0/+3
2012-04-10sysfs: Prevent crash on unset sysfs group attributesGravatar Bruno Prémont 1-1/+5
2012-04-10GFS2: Allow caching of rindex glockGravatar Bob Peterson 1-2/+2
2012-04-09sysfs: Update the name hash for an entry after changing the namespaceGravatar Tom Goff 1-1/+1
2012-04-09dentry leak in simple_fill_super() failure exitGravatar Al Viro 1-0/+1
2012-04-06Make the "word-at-a-time" helper functions more commonly usableGravatar Linus Torvalds 1-32/+3
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+4
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceGravatar Eric Dumazet 1-1/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 7-40/+49
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 3-26/+5