aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds7-89/+290
2011-11-02aio: allocate kiocbs in batchesJeff Moyer1-29/+107
2011-11-02sysctl: add support for poll()Lucas De Marchi1-0/+45
2011-11-02proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov1-43/+103
2011-11-02procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov1-0/+1
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-11-02isofs: add readpages supportNamjae Jeon1-1/+9
2011-11-02ramfs: remove module leftoversRichard Weinberger1-10/+0
2011-11-02binfmt_elf: fix PIE execution with randomization disabledJiri Kosina1-1/+10
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds100-221/+262
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds26-1159/+2328
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds21-333/+258
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds1-1/+0
2011-11-02um: kill useless include of user.hAl Viro1-1/+0
2011-11-02vfs: add d_prune dentry operationSage Weil1-5/+35
2011-11-02vfs: protect i_nlinkMiklos Szeredi1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi78-146/+148
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi29-55/+52
2011-11-02logfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02ocfs2: remove unnecessary nlink settingMiklos Szeredi1-2/+0
2011-11-02jfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02vfs: ignore error on forced remountMiklos Szeredi1-2/+7
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2-7/+16
2011-11-02vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov1-1/+3
2011-11-01jbd2: Unify log messages in jbd2 codeEryu Guan4-47/+47
2011-11-01jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2011-11-01ext4: let ext4_ext_rm_leaf work with EXT_DEBUG definedYongqiang Yang1-1/+1
2011-11-01ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabledYongqiang Yang1-8/+8
2011-11-01nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy1-1/+1
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds3-26/+109
2011-11-01sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman1-8/+6
2011-10-31epoll: fix spurious lockdep warningsNelson Elhage1-7/+18
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches13-87/+90
2011-10-31fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov1-0/+1
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma1-1/+4
2011-10-31vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka1-1/+1
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita2-23/+0
2011-10-31ext4: warn if direct reclaim tries to writeback pagesMel Gorman1-1/+5
2011-10-31xfs: warn if direct reclaim tries to writeback pagesMel Gorman1-4/+4
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter1-0/+2
2011-10-31tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.Robert P. J. Day1-1/+1
2011-10-31oom: remove oom_disable_countDavid Rientjes2-17/+0
2011-10-31Cross Memory AttachChristopher Yeoh3-8/+11
2011-10-31/proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton1-0/+3
2011-10-31ext4: fix a typo in struct ext4_allocation_contextRobin Dong1-1/+1
2011-10-31udf: Cleanup metadata flags handlingJan Kara3-8/+10
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon4-36/+43
2011-10-31ext3: Allow quota file use root reservationDmitry Monakhov1-4/+4
2011-10-31quota: Drop path reference on error exit from quotactlJan Kara1-2/+5
2011-10-31udf: Neaten udf_debug usesJoe Perches6-59/+50
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-10-31udf: Convert printks to pr_<level>Joe Perches7-98/+83
2011-10-31ext4: Don't normalize an falloc request if it can fit in 1 extent.Greg Harm1-2/+8
2011-10-31ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan1-5/+1
2011-10-31ext4: let ext4_discard_partial_buffers handle unaligned range correctlyYongqiang Yang1-2/+2
2011-10-31ext4: return ENOMEM if find_or_create_pages failsYongqiang Yang1-2/+2
2011-10-31ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()Yongqiang Yang1-1/+2
2011-10-31ext4: 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-30ext4: remove unnecessary call to waitqueue_active()Theodore Ts'o1-11/+4
2011-10-30ext4: 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-28Merge 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-27Add definition for share encryptionSteve French1-7/+37
2011-10-27ext4: optimize memmmove lengths in extent/index insertionsEric Gouriou1-43/+42
2011-10-27ext4: optimize ext4_ext_convert_to_initialized()Eric Gouriou2-0/+94
2011-10-27jbd2: fix build when CONFIG_BUG is not enabledRandy Dunlap1-2/+2
2011-10-27fs/Makefile: Stupid typo breakage of exofs inclusionBoaz Harrosh1-1/+1
2011-10-26Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds9-367/+1506
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+34
2011-10-26ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode stateTao Ma1-6/+10
2011-10-26ext4: fix a wrong comment in __mb_check_buddy()Robin Dong1-1/+1
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds3-17/+32
2011-10-26ext4: remove unused variable in mb_find_extent()Robin Dong1-3/+1
2011-10-26ext4: remove unused variable in ext4_mb_generate_from_pa()Robin Dong1-2/+0
2011-10-26ext4: use stream-alloc when mb_group_prealloc set to zeroRobin Dong1-0/+5
2011-10-26ext4: let ext4_page_mkwrite stop started handle in failureYongqiang Yang1-0/+1
2011-10-26ext4: handle NULL p_ext in ext4_ext_next_allocated_block()Curt Wohlgemuth1-1/+2
2011-10-26ext4: error handling fix in ext4_ext_convert_to_initialized()Dan Carpenter1-1/+2
2011-10-26ext4: use ext4_reserve_inode_write in ext4_xattr_set_handleEric Sandeen1-5/+1
2011-10-26ext4: avoid setting directory i_nlink to zeroAndreas Dilger1-3/+2
2011-10-25libceph: fix double-free of page vectorSage Weil1-1/+0
2011-10-25ceph: fix 32-bit ino numbersAmon Ott1-5/+6
2011-10-25ceph: let the set_layout ioctl set single traitsGreg Farnum1-6/+28
2011-10-25Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil1-45/+1
2011-10-25ceph: replace leading spaces with tabsNoah Watkins1-20/+20
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil2-6/+7
2011-10-25libceph: create messenger with clientSage Weil1-3/+6
2011-10-25ceph: document ioctlsSage Weil1-1/+54
2011-10-25ceph: implement (optional) max read sizeSage Weil1-3/+12
2011-10-25ceph: rename rsize -> rasizeSage Weil2-6/+16
2011-10-25ceph: make readpages fully asyncSage Weil1-70/+115
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds17-273/+202
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds20-1464/+1794
2011-10-25ext4: prevent stack overrun in ext4_file_openDarrick J. Wong1-2/+2
2011-10-25sysfs: Remove support for tagged directories with untagged members (again)Eric W. Biederman1-4/+4
2011-10-25ext4: update EOFBLOCKS flag on fallocate properlyDmitry Monakhov3-13/+23
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-7/+65
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-73/+128
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-26/+16
2011-10-25ext4: remove messy logic from ext4_ext_rm_leafDmitry Monakhov1-91/+12
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds13-197/+278
2011-10-24ore: Enable RAID5 mountsBoaz Harrosh1-3/+11
2011-10-24exofs: Support for RAID5 read-4-write interface.Boaz Harrosh1-2/+59
2011-10-24ore: RAID5 WriteBoaz Harrosh4-16/+578
2011-10-24ore: RAID5 readBoaz Harrosh4-78/+455
2011-10-24fs/Makefile: Always inspect exofs/Boaz Harrosh1-1/+1
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh1-5/+3
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-64/+80
2011-10-24CIFS: Make cifs_push_locks send as many locks at once as possiblePavel Shilovsky1-6/+43
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky3-36/+167
2011-10-24CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky3-15/+147
2011-10-24CIFS: Implement caching mechanism for mandatory brlocksPavel Shilovsky2-11/+197
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V1-7/+5
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V1-7/+26
2011-10-24fs/9p: inode file operation is properly initialized init_special_inodeAneesh Kumar K.V1-2/+0
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V1-1/+1
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong4-2/+61
2011-10-24nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy1-1/+1
2011-10-24nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy1-0/+2
2011-10-24nfsd4: seq->status_flags may be used unitializedBenny Halevy1-2/+4
2011-10-24nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy3-1/+18
2011-10-22CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky1-7/+12
2011-10-22ext4: cleanup ext4_ext_grow_indepth codeDmitry Monakhov1-26/+15
2011-10-21CIFS: Fix error handling in cifs_readv_completePavel Shilovsky1-1/+1
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse1-19/+26
2011-10-21GFS2: Remove two unused variablesSteven Whitehouse3-20/+4
2011-10-21GFS2: Misc fixesSteven Whitehouse3-8/+8
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski3-147/+39
2011-10-21GFS2: speed up delete/unlink performance for large filesBob Peterson1-3/+23
2011-10-21GFS2: Fix off-by-one in gfs2_blk2rgrpdSteven Whitehouse1-5/+4
2011-10-21GFS2: Clean up ->page_mkwriteSteven Whitehouse1-18/+46
2011-10-21GFS2: Correctly set goal block after allocationSteven Whitehouse1-1/+1
2011-10-21GFS2: Fix AIL flush issue during fsyncSteven Whitehouse4-24/+20
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse5-11/+15
2011-10-21GFS2: Call do_strip() directly from recursive_scan()Steven Whitehouse1-78/+71
2011-10-21GFS2: Remove obsolete assertSteven Whitehouse1-7/+0
2011-10-21GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse9-45/+44
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse9-174/+95
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson8-345/+148
2011-10-21GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been addedSteven Whitehouse1-2/+11
2011-10-21GFS2: Clean up gfs2_createSteven Whitehouse1-22/+14
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse9-97/+85
2011-10-21GFS2: Fix bug trap and journaled data fsyncSteven Whitehouse2-4/+6
2011-10-21GFS2: Fix inode allocation error pathSteven Whitehouse3-5/+14
2011-10-21GFS2: Make atime checks more efficientSteven Whitehouse1-8/+8
2011-10-21GFS2: Fix bug-trap in ail flush codeSteven Whitehouse1-4/+19
2011-10-21GFS2: Split data write & wait in fsyncSteven Whitehouse1-10/+24
2011-10-21GFS2: Clean up dir hash table readingSteven Whitehouse1-23/+9
2011-10-20ext4: Allow quota file use root reservationDmitry Monakhov1-0/+4
2011-10-20Check validity of cl_rpcclient in nfs_server_list_showMalahal Naineni1-0/+4
2011-10-20ext4: fix the deadlock in mpage_da_map_and_submit()Kazuya Mio1-5/+8
2011-10-20ext4: fix deadlock in ext4_ordered_write_end()Akira Fujita1-0/+4
2011-10-19Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeffSteve French8-366/+880
2011-10-19[CIFS] Show nostrictsync and noperm mount options in /proc/mountsSteve French1-0/+4
2011-10-19sysfs: Reject with a warning invalid uses of tagged directories.Eric W. Biederman2-3/+14
2011-10-19sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman2-5/+3
2011-10-19sysfs: Implement support for tagged files in sysfs.Eric W. Biederman1-2/+51
2011-10-19NFS: Get rid of the nfs_rdata_mempoolTrond Myklebust1-13/+4
2011-10-19NFS: Don't rely on PageError in nfs_readpage_release_partialTrond Myklebust1-5/+2
2011-10-19NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust2-3/+0
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust6-33/+16
2011-10-19cifs, freezer: add wait_event_freezekillable and have cifs use itJeff Layton1-1/+2
2011-10-19cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parametersJeff Layton1-1/+1
2011-10-19cifs: tune bdi.ra_pages in accordance with the rsizeJeff Layton1-2/+19
2011-10-19cifs: allow for larger rsize= options and change defaultsJeff Layton2-50/+84
2011-10-19cifs: convert cifs_readpages to use async readsJeff Layton1-168/+113
2011-10-19cifs: add cifs_async_readvJeff Layton3-13/+396
2011-10-19cifs: fix protocol definition for READ_RSPJeff Layton1-3/+1
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton5-10/+34