summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi2009-09-141-2/+2
| * | | | nilfs2: stop using periodic write_super callbackJiro SEKIBA2009-09-142-46/+7Star
| * | | | nilfs2: clean up nilfs_write_superJiro SEKIBA2009-09-142-8/+17
| * | | | nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA2009-09-141-2/+8
| * | | | nilfs2: remove redundant super block commitJiro SEKIBA2009-09-141-3/+0Star
| * | | | nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA2009-09-141-1/+23
| * | | | nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi2009-09-141-15/+10Star
| * | | | nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi2009-09-143-26/+12Star
| * | | | nilfs2: fix format string compile warning (ino_t)Heiko Carstens2009-09-141-1/+2
| * | | | nilfs2: fix ignored error code in __nilfs_read_inode()Ryusuke Konishi2009-09-141-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-09-1413-267/+223Star
|\ \ \ \ \
| * | | | | cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-031-189/+123Star
| * | | | | cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-025-39/+31Star
| * | | | | cifs: protect GlobalOplock_Q with its own spinlockJeff Layton2009-09-023-16/+20
| * | | | | cifs: use tcon pointer in cifs_show_optionsJeff Layton2009-09-021-6/+3Star
| * | | | | cifs: send IPv6 addr in upcall with colon delimitersJeff Layton2009-09-021-1/+1
| * | | | | [CIFS] Fix checkpatch warningsSteve French2009-09-013-8/+11
| * | | | | PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)Suresh Jayaraman2009-09-011-12/+33
| * | | | | [CIFS] Memory leak in ntlmv2 hash calculationAlexander Strakh2009-09-011-0/+1
| * | | | | [CIFS] potential NULL dereference in parse_DFS_referrals()Steve French2009-08-311-0/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-13167-2335/+3271
| |\| | | |
| * | | | | genetlink: make netns awareJohannes Berg2009-07-121-1/+1
* | | | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-09-1224-983/+2037
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'nfs-for-2.6.32'Trond Myklebust2009-09-1124-983/+2037
| |\ \ \ \ \ \
| | * | | | | | NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'Trond Myklebust2009-09-091-0/+6
| | * | | | | | NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever2009-09-092-2/+47
| | * | | | | | NFS: Move details of nfs4_get_sb() to a helperChuck Lever2009-09-091-13/+31
| | * | | | | | NFS: Refactor NFSv4 text-based mount option validationChuck Lever2009-09-091-28/+35
| | * | | | | | NFS: Mount option parser should detect missing "port="Chuck Lever2009-09-092-28/+36
| | * | | | | | NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Harshula Jayasuriya2009-09-091-1/+0Star
| | * | | | | | NFS: Handle a zero-length auth flavor listChuck Lever2009-08-241-0/+10
| | * | | | | | nfs: Remove reference to generic_osync_inode from a commentJan Kara2009-08-201-3/+0Star
| | * | | | | | NFS: Use the DNS resolver in the mount code.Trond Myklebust2009-08-201-1/+17
| | * | | | | | NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust2009-08-206-1/+526
| | * | | | | | Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-2033-751/+1236
| | |\ \ \ \ \ \
| | | * | | | | | nfs: nfs4xdr: optimize low level decodingBenny Halevy2009-08-141-59/+59
| | | * | | | | | nfs: nfs4xdr: get rid of READ_BUFBenny Halevy2009-08-141-96/+379
| | | * | | | | | nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inlineBenny Halevy2009-08-141-9/+10
| | | * | | | | | nfs: nfs4xdr: get rid of COPYMEMBenny Halevy2009-08-141-8/+3Star
| | | * | | | | | nfs: nfs4xdr: introduce decode_sessionid helperBenny Halevy2009-08-141-10/+15
| | | * | | | | | nfs: nfs4xdr: introduce decode_verifier helperBenny Halevy2009-08-141-10/+12
| | | * | | | | | nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpersBenny Halevy2009-08-141-31/+40
| | | * | | | | | nfs: nfs4xdr: introduce print_overflow_msgBenny Halevy2009-08-141-4/+8
| | | * | | | | | nfs: nfs4xdr: get rid of READTIMEBenny Halevy2009-08-141-5/+0Star
| | | * | | | | | nfs: nfs4xdr: get rid of READ64Benny Halevy2009-08-141-29/+25Star
| | | * | | | | | nfs: nfs4xdr: get rid of READ32Benny Halevy2009-08-141-73/+72Star
| | | * | | | | | nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_op...Benny Halevy2009-08-141-28/+14Star
| | | * | | | | | nfs: nfs4xdr: optimize low level encodingBenny Halevy2009-08-141-64/+64
| | | * | | | | | nfs: nfs4xdr: change RESERVE_SPACE macro into a static helperBenny Halevy2009-08-141-73/+65Star