summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | GFS2: Improve error handling in inode allocationSteven Whitehouse2009-08-173-13/+27
| * | GFS2: Add some more info to ueventsSteven Whitehouse2009-08-171-3/+10
| * | GFS2: Add online uevent to GFS2Steven Whitehouse2009-08-173-3/+15
* | | 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-025-39/+31
| * | | | | 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/+3
| * | | | | 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/sparc-next-2.6Linus Torvalds2009-09-1441-70/+1981
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-12970-23652/+64660
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | sparc64: Initial niagara2 perf counter support.David S. Miller2009-09-101-0/+30
| * | | | | | sparc64: Perf counter 'nop' event is not constant.David S. Miller2009-09-101-4/+6
| * | | | | | sparc64: Provide a way to specify a perf counter overflow IRQ enable bit.David S. Miller2009-09-101-2/+4
| * | | | | | sparc64: Provide hypervisor tracing bit support for perf counters.David S. Miller2009-09-101-1/+4
| * | | | | | sparc64: Initial hw perf counter support.David S. Miller2009-09-105-2/+538
| * | | | | | sparc64: Implement a real set_perf_counter_pending().David S. Miller2009-09-102-2/+14
| * | | | | | sparc64: Use nmi_enter() and nmi_exit(), as needed.David S. Miller2009-09-101-0/+5
| * | | | | | sparc64: Provide extern decls for sparc_??u_type strings.David S. Miller2009-09-101-0/+4