aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-09-14
|\
| * fs/Kconfig: move nilfs2 outside misc filesystemsRyusuke Konishi2009-09-14
| * nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi2009-09-14
| * nilfs2: allow btree code to directly call dat operationsRyusuke Konishi2009-09-14
| * nilfs2: add update functions of virtual block address to datRyusuke Konishi2009-09-14
| * nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi2009-09-14
| * nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi2009-09-14
| * nilfs2: remove unused btree argument from btree functionsRyusuke Konishi2009-09-14
| * nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi2009-09-14
| * nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2009-09-14
| * nilfs2: add more check routines in mount processZhu Yanhai2009-09-14
| * nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang2009-09-14
| * nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi2009-09-14
| * nilfs2: stop using periodic write_super callbackJiro SEKIBA2009-09-14
| * nilfs2: clean up nilfs_write_superJiro SEKIBA2009-09-14
| * nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA2009-09-14
| * nilfs2: remove redundant super block commitJiro SEKIBA2009-09-14
| * nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA2009-09-14
| * nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi2009-09-14
| * nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi2009-09-14
| * nilfs2: fix format string compile warning (ino_t)Heiko Carstens2009-09-14
| * nilfs2: fix ignored error code in __nilfs_read_inode()Ryusuke Konishi2009-09-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-09-14
|\ \
| * | cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-03
| * | cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-01
| * | cifs: protect GlobalOplock_Q with its own spinlockJeff Layton2009-09-01
| * | cifs: use tcon pointer in cifs_show_optionsJeff Layton2009-09-01
| * | cifs: send IPv6 addr in upcall with colon delimitersJeff Layton2009-09-01
| * | [CIFS] Fix checkpatch warningsSteve French2009-09-01
| * | PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)Suresh Jayaraman2009-09-01
| * | [CIFS] Memory leak in ntlmv2 hash calculationAlexander Strakh2009-09-01
| * | [CIFS] potential NULL dereference in parse_DFS_referrals()Steve French2009-08-31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14
|\ \ \
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-12
| |\| |
| * | | genetlink: make netns awareJohannes Berg2009-07-12
* | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-09-11
|\ \ \ \
| * \ \ \ Merge branch 'nfs-for-2.6.32'Trond Myklebust2009-09-11
| |\ \ \ \
| | * | | | NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'Trond Myklebust2009-09-08
| | * | | | NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever2009-09-08
| | * | | | NFS: Move details of nfs4_get_sb() to a helperChuck Lever2009-09-08
| | * | | | NFS: Refactor NFSv4 text-based mount option validationChuck Lever2009-09-08
| | * | | | NFS: Mount option parser should detect missing "port="Chuck Lever2009-09-08
| | * | | | NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Harshula Jayasuriya2009-09-08
| | * | | | NFS: Handle a zero-length auth flavor listChuck Lever2009-08-23
| | * | | | nfs: Remove reference to generic_osync_inode from a commentJan Kara2009-08-19
| | * | | | NFS: Use the DNS resolver in the mount code.Trond Myklebust2009-08-19
| | * | | | NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust2009-08-19
| | * | | | Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-19
| | |\ \ \ \
| | | * | | | nfs: nfs4xdr: optimize low level decodingBenny Halevy2009-08-14
| | | * | | | nfs: nfs4xdr: get rid of READ_BUFBenny Halevy2009-08-14