summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Cross Memory AttachChristopher Yeoh3-8/+11
2011-11-01/proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton1-0/+3
2011-11-01ext4: fix a typo in struct ext4_allocation_contextRobin Dong1-1/+1
2011-11-01udf: Cleanup metadata flags handlingJan Kara3-8/+10
2011-11-01udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon4-36/+43
2011-11-01ext3: Allow quota file use root reservationDmitry Monakhov1-4/+4
2011-11-01quota: Drop path reference on error exit from quotactlJan Kara1-2/+5
2011-11-01udf: Neaten udf_debug usesJoe Perches6-59/+50
2011-11-01udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-11-01udf: Convert printks to pr_<level>Joe Perches7-98/+83
2011-11-01ext4: Don't normalize an falloc request if it can fit in 1 extent.Greg Harm1-2/+8
2011-11-01ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan1-5/+1
2011-11-01ext4: let ext4_discard_partial_buffers handle unaligned range correctlyYongqiang Yang1-2/+2
2011-11-01ext4: return ENOMEM if find_or_create_pages failsYongqiang Yang1-2/+2
2011-11-01ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()Yongqiang Yang1-1/+2
2011-11-01ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwrittenTao Ma4-20/+18
2011-10-31ext4: optimize locking for end_io extent conversionTheodore Ts'o2-29/+13
2011-10-31ext4: remove unnecessary call to waitqueue_active()Theodore Ts'o1-11/+4
2011-10-31ext4: Use correct locking for ext4_end_io_nolock()Tao Ma2-6/+11
2011-10-29ext4: fix race in xattr block allocation pathEric Sandeen1-0/+6
2011-10-29ext4: trace punch_hole correctly in ext4_ext_map_blocksYongqiang Yang1-3/+3
2011-10-29ext4: clean up AGGRESSIVE_TEST codeYongqiang Yang1-16/+8
2011-10-29ext4: move variables to their scopeYongqiang Yang1-11/+10
2011-10-29ext4: fix quota accounting during migrationDmitry Monakhov4-10/+17
2011-10-29ext4: migrate cleanupDmitry Monakhov1-66/+35
2011-10-29Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds8-161/+260
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds14-414/+408
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds19-1012/+666
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-1015/+2229
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds47-2324/+2033
2011-10-28leases: fix write-open/read-lease raceJ. Bruce Fields2-4/+5
2011-10-28nfs: drop unnecessary locking in llseekAndi Kleen1-9/+2
2011-10-28ext4: replace cut'n'pasted llseek code with generic_file_llseek_sizeAndi Kleen1-46/+1
2011-10-28vfs: add generic_file_llseek_sizeAndi Kleen1-9/+28
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen5-50/+48
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOAndi Kleen1-139/+132
2011-10-28direct-io: inline the complete submission pathAndi Kleen1-15/+21
2011-10-28direct-io: separate map_bh from dioAndi Kleen1-29/+37
2011-10-28direct-io: use a slab cache for struct dioAndi Kleen1-5/+14
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesAndi Kleen1-7/+6
2011-10-28direct-io: fix a wrong commentAndi Kleen1-1/+1
2011-10-28direct-io: separate fields only used in the submission path from struct dioAndi Kleen1-188/+201
2011-10-28vfs: fix spinning prevention in prune_icache_sbChristoph Hellwig1-1/+1
2011-10-28vfs: add a comment to inode_permission()Andreas Gruenbacher1-2/+4
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher2-2/+2
2011-10-28vfs: indicate that the permission functions take all the MAY_* flagsAndreas Gruenbacher1-2/+2
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman1-5/+2
2011-10-28vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker1-0/+1
2011-10-28cleanup: vfs: small comment fix for block_invalidatepageWang Sheng-Hui1-2/+2
2011-10-28Add definition for share encryptionSteve French1-7/+37