summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-09-145-100/+12
|\ \ \ \
| * | | | udf: Fix possible corruption when close races with writeJan Kara2009-09-141-0/+2
| * | | | udf: Perform preallocation only for regular filesJan Kara2009-09-141-9/+10
| * | | | udf: Remove wrong assignment in udf_symlinkJan Kara2009-09-141-1/+0
| * | | | udf: Remove dead codeJan Kara2009-09-142-90/+0
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-09-1422-759/+567
|\ \ \ \
| * | | | fs/Kconfig: move nilfs2 outside misc filesystemsRyusuke Konishi2009-09-142-2/+2
| * | | | nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi2009-09-143-36/+28
| * | | | nilfs2: allow btree code to directly call dat operationsRyusuke Konishi2009-09-144-299/+167
| * | | | nilfs2: add update functions of virtual block address to datRyusuke Konishi2009-09-143-20/+44
| * | | | nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi2009-09-148-19/+9
| * | | | nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi2009-09-141-24/+12
| * | | | nilfs2: remove unused btree argument from btree functionsRyusuke Konishi2009-09-141-248/+208
| * | | | nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi2009-09-142-12/+0
| * | | | nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2009-09-142-7/+21
| * | | | nilfs2: add more check routines in mount processZhu Yanhai2009-09-142-4/+14
| * | | | nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang2009-09-141-4/+0
| * | | | 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/+7
| * | | | 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/+0
| * | | | 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/+10
| * | | | nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi2009-09-143-26/+12
| * | | | 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/+223
|\ \ \ \ \
| * | | | | cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-031-189/+123
| * | | | | cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-015-39/+31
| * | | | | cifs: protect GlobalOplock_Q with its own spinlockJeff Layton2009-09-013-16/+20
| * | | | | cifs: use tcon pointer in cifs_show_optionsJeff Layton2009-09-011-6/+3
| * | | | | cifs: send IPv6 addr in upcall with colon delimitersJeff Layton2009-09-011-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-12167-2335/+3271
| |\ \ \ \ \ | | |/ / / /
| * | | | | genetlink: make netns awareJohannes Berg2009-07-121-1/+1
* | | | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-09-1124-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-081-0/+6
| | * | | | | | NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever2009-09-082-2/+47
| | * | | | | | NFS: Move details of nfs4_get_sb() to a helperChuck Lever2009-09-081-13/+31
| | * | | | | | NFS: Refactor NFSv4 text-based mount option validationChuck Lever2009-09-081-28/+35
| | * | | | | | NFS: Mount option parser should detect missing "port="Chuck Lever2009-09-082-28/+36
| | * | | | | | NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Harshula Jayasuriya2009-09-081-1/+0
| | * | | | | | NFS: Handle a zero-length auth flavor listChuck Lever2009-08-231-0/+10
| | * | | | | | nfs: Remove reference to generic_osync_inode from a commentJan Kara2009-08-191-3/+0
OpenPOWER on IntegriCloud