summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ceph: Fix warningsAlan Cox2010-08-251-5/+9
| * | | ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter2010-08-251-2/+2
| * | | ceph: initialize fields on new dentry_infosSage Weil2010-08-241-1/+1
| * | | ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-244-7/+26
| * | | ceph: fix osd request lru adjustment when sending requestHenry C Chang2010-08-221-1/+1
| * | | ceph: don't improperly set dir complete when holding EXCL capSage Weil2010-08-221-0/+1
| * | | mm: exporting account_page_dirtyMichael Rubin2010-08-221-7/+1
| * | | ceph: direct requests in snapped namespace based on nonsnap parentSage Weil2010-08-221-2/+24
| * | | ceph: queue cap snap writeback for realm children on snap updateSage Weil2010-08-221-23/+37
| * | | ceph: include dirty xattrs state in snapped capsSage Weil2010-08-224-11/+23
| * | | ceph: fix xattr cap writebackSage Weil2010-08-221-5/+5
| * | | ceph: fix multiple mds session shutdownSage Weil2010-08-222-34/+37
* | | | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-08-283-24/+30
|\ \ \ \ | | |_|/ | |/| |
| * | | nfsd: fix NULL dereference in nfsd_statfs()Takashi Iwai2010-08-261-6/+8
| * | | Merge commit 'v2.6.36-rc1' into HEADJ. Bruce Fields2010-08-26587-14699/+18087
| |\ \ \
| * | | | nfsd4: fix downgrade/lock logicJ. Bruce Fields2010-08-262-16/+21
| * | | | nfsd4: typo fix in find_any_fileJ. Bruce Fields2010-08-261-1/+1
| * | | | nfsd4: bad BUG() in preprocess_stateid_opJ. Bruce Fields2010-08-261-1/+0
* | | | | Cannot allocate memory error on mountSuresh Jayaraman2010-08-261-1/+1
* | | | | [CIFS] Eliminate unused variable warningSteve French2010-08-261-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-08-2515-279/+622
|\ \ \ \ \
| * | | | | Eliminate sparse warning - bad constant expressionshirishpargaonkar@gmail.com2010-08-242-72/+128
| * | | | | cifs: check for NULL session passwordJeff Layton2010-08-231-0/+1
| * | | | | missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar2010-08-232-5/+10
| * | | | | [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-2011-172/+452
| * | | | | cifs: correction of unicode header filesIgor Druzhinin2010-08-202-15/+19
| * | | | | cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton2010-08-181-1/+2
| * | | | | cifs: consolidate error handling in several functionsJeff Layton2010-08-162-7/+4
| * | | | | cifs: clean up error handling in cifs_mknodJeff Layton2010-08-161-75/+74
| | |/ / / | |/| | |
* | | | | xfs: do not discard page cache data on EAGAINChristoph Hellwig2010-08-241-3/+6
* | | | | xfs: don't do memory allocation under the CIL context lockDave Chinner2010-08-241-8/+26
* | | | | xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-243-118/+147
* | | | | xfs: dummy transactions should not dirty VFS stateDave Chinner2010-08-244-51/+26
* | | | | xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky2010-08-241-1/+6
* | | | | xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner2010-08-241-2/+2
* | | | | xfs: fix untrusted inode number lookupDave Chinner2010-08-241-6/+10
* | | | | xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner2010-08-241-23/+26
* | | | | xfs: unlock items before allowing the CIL to commitDave Chinner2010-08-243-5/+17
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-08-221-1/+3
|\ \ \ \
| * | | | nilfs2: wait for discard to finishRyusuke Konishi2010-08-191-1/+3
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-08-186-9/+22
|\ \ \ \ \
| * | | | | NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust2010-08-182-4/+6
| * | | | | NFS: Fix the selection of security flavours in KconfigTrond Myklebust2010-08-172-2/+0
| * | | | | NFS: fix the return value of nfs_file_fsync()J. R. Okajima2010-08-111-1/+1
| * | | | | nfs: Remove redundant NULL check upon kfree()Davidlohr Bueso2010-08-111-2/+1
| * | | | | nfs: Add "lookupcache" to displayed mount optionsPatrick J. LoPresti2010-08-101-0/+7
| * | | | | NFS: allow close-to-open cache semantics to apply to root of NFS filesystemNeil Brown2010-08-101-0/+7
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-1832-377/+518
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fs: brlock vfsmount_lockNick Piggin2010-08-185-77/+134
| * | | | | fs: scale files_lockNick Piggin2010-08-182-18/+108
OpenPOWER on IntegriCloud