aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds3-17/+32
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-25sysfs: Remove support for tagged directories with untagged members (again)Eric W. Biederman1-4/+4
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-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-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-20Check validity of cl_rpcclient in nfs_server_list_showMalahal Naineni1-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
2011-10-19cifs: break out 3rd receive phase into separate functionJeff Layton1-42/+59
2011-10-19cifs: find mid earlier in receive codepathJeff Layton1-15/+9
2011-10-19cifs: move buffer pointers into TCP_Server_InfoJeff Layton2-55/+50
2011-10-19cifs: eliminate is_multi_rsp parm to find_cifs_midJeff Layton1-20/+16
2011-10-19cifs: move mid finding into separate routineJeff Layton1-47/+66
2011-10-19cifs: add a third receive phase to cifs_demultiplex_threadJeff Layton1-7/+24
2011-10-19cifs: keep a reusable kvec array for receivesJeff Layton2-2/+22
2011-10-19cifs: turn read_from_socket into a wrapper around a vectorized versionJeff Layton1-7/+61
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields3-14/+24
2011-10-19nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields1-6/+0
2011-10-18NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust1-1/+9
2011-10-18NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust1-45/+17
2011-10-18xfs: add AIL pushing tracepointsChristoph Hellwig2-0/+45
2011-10-18xfs: put in missed fix for merge problemAlex Elder1-1/+1
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust5-14/+14
2011-10-18nfs/super.c: local functions should be staticH Hartley Sweeten1-6/+11
2011-10-18pnfsblock: fix writeback deadlockPeng Tao1-2/+6
2011-10-18pnfsblock: fix NULL pointer dereferencePeng Tao1-0/+3
2011-10-18pnfs: recoalesce when ld read pagelist failsPeng Tao3-15/+19
2011-10-18pnfs: recoalesce when ld write pagelist failsPeng Tao3-15/+32
2011-10-18pnfs: make _set_lo_fail genericPeng Tao4-30/+19
2011-10-18pnfsblock: add missing rpc_put_mount and path_putPeng Tao1-2/+6
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao4-49/+2
2011-10-18pnfsblock: fix size of upcall messageJim Rees1-1/+1
2011-10-18pnfsblock: fix return code confusionJim Rees2-13/+20
2011-10-18nfs: don't try to migrate pages with active requestsJeff Layton1-25/+11
2011-10-18nfs: fix bug about IPv6 address scope checkingMi Jinlong1-3/+4
2011-10-18nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton1-0/+4
2011-10-18Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust1-1/+2
2011-10-18CIFS: fix automount for DFS sharesGerlando Falauto1-1/+9
2011-10-18CIFS: cleanup min_t() cast in cifs_read()Dan Carpenter1-2/+2
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields4-6/+8
2011-10-17nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2-29/+21
2011-10-17nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2-41/+39
2011-10-17nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2-24/+37
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields4-2/+21
2011-10-17nfsd4: simplify process_open1 logicJ. Bruce Fields1-14/+8
2011-10-17nfsd4: make is_open_owner booleanJ. Bruce Fields1-1/+1
2011-10-17nfsd4: centralize renew_client() callsJ. Bruce Fields1-13/+10
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder10-64/+80
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar5-70/+113
2011-10-17nfsd4: typo logical vs bitwise negateDan Carpenter1-1/+1
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh2-23/+20
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh3-53/+72
2011-10-14ore: Support for partial component tableBoaz Harrosh2-0/+5
2011-10-14ore: Support for short read/writesBoaz Harrosh1-7/+23
2011-10-14exofs: Support for short read/writesBoaz Harrosh1-9/+26
2011-10-14ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh1-23/+13
2011-10-14ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh1-37/+24
2011-10-14ore: Only IO one group at a time (API change)Boaz Harrosh2-51/+154
2011-10-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-62/+69
2011-10-13CIFS: Move byte range lock list from fd to inodePavel Shilovsky3-17/+23
2011-10-13cifs: clean up check_rfc1002_headerJeff Layton1-33/+30
2011-10-13CIFS: Simplify byte range locking codePavel Shilovsky4-172/+205
2011-10-13CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky1-2/+2
2011-10-13Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds1-1/+10
2011-10-13cifs: simplify read_from_socketJeff Layton1-53/+24
2011-10-12cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Shirish Pargaonkar2-0/+204
2011-10-12Typo in cifs readme in name of module parm directorySteve French1-1/+1
2011-10-12cifs: clean up unused encryption codeShirish Pargaonkar1-121/+0
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar9-16/+95
2011-10-12cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interfaceSuresh Jayaraman1-0/+3
2011-10-12cifs: update README about the kernel module parametersSuresh Jayaraman1-0/+14
2011-10-12add new module parameter 'enable_oplocks'Steve French5-8/+13
2011-10-12cifs: check for unresponsive server every time we call kernel_recvmsgJeff Layton1-11/+22
2011-10-12cifs: make smb_msg local to read_from_socketJeff Layton1-9/+8
2011-10-12cifs: trivial: remove obsolete commentJeff Layton1-6/+0
2011-10-12cifs: consolidate signature generating codeJeff Layton3-86/+30
2011-10-12cifs: clean up checkSMBJeff Layton1-26/+25
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton4-31/+18
2011-10-12cifs: Fix typo 'CIFS_NFSD_EXPORT'Paul Bolle3-6/+6
2011-10-12cifs: get rid of unused xid in cifs_get_rootJeff Layton1-3/+0
2011-10-12cifs: use memcpy for magic string in cifs signature generation BSRSPYLJeff Layton1-2/+2
2011-10-12cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton1-1/+1
2011-10-12nfs: fix bug about IPv6 address scope checkingMi Jinlong1-3/+4
2011-10-11xfs: do not flush data workqueues in xfs_flush_buftargChristoph Hellwig1-10/+1
2011-10-11xfs: remove XFS_bflushChristoph Hellwig6-8/+6
2011-10-11xfs: remove xfs_buf_target_nameChristoph Hellwig2-10/+5
2011-10-11xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig1-3/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig9-59/+37
2011-10-11xfs: clean up buffer allocationChristoph Hellwig3-34/+21
2011-10-11xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig5-9/+1
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig9-21/+22
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig7-27/+13
2011-10-11xfs: remove XFS_BUF_FINISH_IOWAITChristoph Hellwig2-3/+1
2011-10-11xfs: remove xfs_get_buftarg_listChristoph Hellwig2-12/+0
2011-10-11xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10
2011-10-11xfs: optimize fsync on directoriesChristoph Hellwig2-1/+31
2011-10-11xfs: reduce the number of log forces from tail pushingDave Chinner2-13/+21